unbound: pull changes to master (#370866)
This commit is contained in:
commit
844f2a5fff
@ -64,10 +64,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
|
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs = [ bison flex pkg-config ]
|
||||||
lib.optionals withMakeWrapper [ makeWrapper ]
|
++ lib.optionals withMakeWrapper [ makeWrapper ]
|
||||||
++ lib.optionals withDNSTAP [ protobufc ]
|
++ lib.optionals withDNSTAP [ protobufc ]
|
||||||
++ [ pkg-config flex bison ]
|
|
||||||
++ lib.optionals withPythonModule [ swig ];
|
++ lib.optionals withPythonModule [ swig ];
|
||||||
|
|
||||||
buildInputs = [ openssl nettle expat libevent ]
|
buildInputs = [ openssl nettle expat libevent ]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user