Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nettle: Disable static libraries

-3
-3
pkgs/development/libraries/nettle/generic.nix
··· 16 17 enableParallelBuilding = true; 18 19 - # It doesn't build otherwise 20 - dontDisableStatic = true; 21 - 22 patches = stdenv.lib.optional (stdenv.system == "i686-cygwin") 23 ./cygwin.patch; 24
··· 16 17 enableParallelBuilding = true; 18 19 patches = stdenv.lib.optional (stdenv.system == "i686-cygwin") 20 ./cygwin.patch; 21