We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a36010 + a36d820 commit 844f2a5Copy full SHA for 844f2a5
pkgs/by-name/un/unbound/package.nix
@@ -64,10 +64,9 @@ stdenv.mkDerivation (finalAttrs: {
64
65
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
66
67
- nativeBuildInputs =
68
- lib.optionals withMakeWrapper [ makeWrapper ]
+ nativeBuildInputs = [ bison flex pkg-config ]
+ ++ lib.optionals withMakeWrapper [ makeWrapper ]
69
++ lib.optionals withDNSTAP [ protobufc ]
70
- ++ [ pkg-config flex bison ]
71
++ lib.optionals withPythonModule [ swig ];
72
73
buildInputs = [ openssl nettle expat libevent ]
0 commit comments