about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2016-07-18 19:59:16 +0000
committerAustin Seipp <aseipp@pobox.com>2016-07-18 19:59:18 +0000
commitcf63016f0631de2c0e0564c29effe7e4d22f913d (patch)
treec8270142309fe4ad540faf447e6b3c7aee453c0e /pkgs/applications/version-management
parentf303a072c02d5659abc8b03e69f98f789745b4ab (diff)
nixpkgs: build bitkeeper only on linux
The OS X build fails due to the dependency on 'crypt' failing. Perhaps
in future versions of BitKeeper this build can be re-enabled.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/bitkeeper/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/bitkeeper/default.nix b/pkgs/applications/version-management/bitkeeper/default.nix
index 9b487643910f5..7608329248222 100644
--- a/pkgs/applications/version-management/bitkeeper/default.nix
+++ b/pkgs/applications/version-management/bitkeeper/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
     '';
     homepage    = https://www.bitkeeper.org/;
     license     = stdenv.lib.licenses.asl20;
-    platforms   = stdenv.lib.platforms.unix;
+    platforms   = stdenv.lib.platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ wscott thoughtpolice ];
   };
 }