forked from mirrors/nixpkgs
nettle: Disable static libraries
This commit is contained in:
parent
e9d2426d9b
commit
fd75bf0c7d
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue