unbound: pull changes to master (#370866)

Changed files
+2 -3
pkgs
by-name
un
unbound
+2 -3
pkgs/by-name/un/unbound/package.nix
···
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 ]