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>
This commit is contained in:
Austin Seipp 2016-07-18 19:59:16 +00:00
parent f303a072c0
commit cf63016f06

View file

@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = https://www.bitkeeper.org/; homepage = https://www.bitkeeper.org/;
license = stdenv.lib.licenses.asl20; license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ wscott thoughtpolice ]; maintainers = with stdenv.lib.maintainers; [ wscott thoughtpolice ];
}; };
} }