nettle: Disable static libraries
This commit is contained in:
parent
e9d2426d9b
commit
fd75bf0c7d
@ -16,9 +16,6 @@ stdenv.mkDerivation (rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
# It doesn't build otherwise
|
|
||||||
dontDisableStatic = true;
|
|
||||||
|
|
||||||
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
|
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
|
||||||
./cygwin.patch;
|
./cygwin.patch;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user