Skip to content

Commit 844f2a5

Browse files
authored
unbound: pull changes to master (NixOS#370866)
2 parents 8a36010 + a36d820 commit 844f2a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pkgs/by-name/un/unbound/package.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,9 @@ stdenv.mkDerivation (finalAttrs: {
6464

6565
outputs = [ "out" "lib" "man" ]; # "dev" would only split ~20 kB
6666

67-
nativeBuildInputs =
68-
lib.optionals withMakeWrapper [ makeWrapper ]
67+
nativeBuildInputs = [ bison flex pkg-config ]
68+
++ lib.optionals withMakeWrapper [ makeWrapper ]
6969
++ lib.optionals withDNSTAP [ protobufc ]
70-
++ [ pkg-config flex bison ]
7170
++ lib.optionals withPythonModule [ swig ];
7271

7372
buildInputs = [ openssl nettle expat libevent ]

0 commit comments

Comments
 (0)