about summary refs log tree commit diff
path: root/pkgs/applications/version-management/cvs2svn/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/version-management/cvs2svn/default.nix')
-rw-r--r--pkgs/applications/version-management/cvs2svn/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/cvs2svn/default.nix b/pkgs/applications/version-management/cvs2svn/default.nix
index 952d9b7f21ae9..2bfde38af29d8 100644
--- a/pkgs/applications/version-management/cvs2svn/default.nix
+++ b/pkgs/applications/version-management/cvs2svn/default.nix
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
     description = "A tool to convert CVS repositories to Subversion repositories";
     homepage = http://cvs2svn.tigris.org/;
     maintainers = [ lib.maintainers.makefu ];
+    platforms = stdenv.lib.platforms.unix;
   };
 }