We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8568812 commit ab0eae0Copy full SHA for ab0eae0
pkgs/by-name/un/unbound/package.nix
@@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
67
nativeBuildInputs =
68
lib.optionals withMakeWrapper [ makeWrapper ]
69
++ lib.optionals withDNSTAP [ protobufc ]
70
- ++ [ pkg-config flex bison ]
+ ++ [ pkg-config flex ]
71
++ lib.optionals withPythonModule [ swig ];
72
73
buildInputs = [ openssl nettle expat libevent ]
@@ -121,6 +121,8 @@ stdenv.mkDerivation (finalAttrs: {
121
sed -E '/CONFCMDLINE/ s;${storeDir}/[a-z0-9]{32}-;${storeDir}/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-;g' -i config.h
122
'';
123
124
+ nativeCheckInputs = [ bison ];
125
+
126
doCheck = true;
127
128
postPatch = lib.optionalString withPythonModule ''
0 commit comments