unbound: pull changes to master (#370866)

This commit is contained in:
Jonas Chevalier 2025-01-05 10:05:28 +01:00 committed by GitHub
commit 844f2a5fff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,10 +64,9 @@ stdenv.mkDerivation (finalAttrs: {
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
nativeBuildInputs =
lib.optionals withMakeWrapper [ makeWrapper ]
nativeBuildInputs = [ bison flex pkg-config ]
++ lib.optionals withMakeWrapper [ makeWrapper ]
++ lib.optionals withDNSTAP [ protobufc ]
++ [ pkg-config flex bison ]
++ lib.optionals withPythonModule [ swig ];
buildInputs = [ openssl nettle expat libevent ]