3
0
Fork 0
forked from mirrors/nixpkgs

nettle: Disable static libraries

This commit is contained in:
Eelco Dolstra 2015-08-13 13:26:37 +02:00
parent e9d2426d9b
commit fd75bf0c7d

View file

@ -16,9 +16,6 @@ stdenv.mkDerivation (rec {
enableParallelBuilding = true;
# It doesn't build otherwise
dontDisableStatic = true;
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
./cygwin.patch;