1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

build buddy on all but cygwin

svn path=/nixpkgs/trunk/; revision=25409
This commit is contained in:
Rob Vermaas 2011-01-05 09:52:15 +00:00
parent 66402577a0
commit fb952b2f68

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
description = "binary decision diagram package";
license = "as-is";
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.allBut "i686-cygwin";
maintainers = [ stdenv.lib.maintainers.simons ];
};
}