tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nettle: Disable static libraries
Eelco Dolstra
10 years ago
fd75bf0c
e9d2426d
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
nettle
generic.nix
-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
0
0
0
19
patches = stdenv.lib.optional (stdenv.system == "i686-cygwin")
20
./cygwin.patch;
21