File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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 ]
7170 ++ lib . optionals withPythonModule [ swig ] ;
7271
7372 buildInputs = [ openssl nettle expat libevent ]
@@ -121,8 +120,6 @@ stdenv.mkDerivation (finalAttrs: {
121120 sed -E '/CONFCMDLINE/ s;${ storeDir } /[a-z0-9]{32}-;${ storeDir } /eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-;g' -i config.h
122121 '' ;
123122
124- nativeCheckInputs = [ bison ] ;
125-
126123 doCheck = true ;
127124
128125 postPatch = lib . optionalString withPythonModule ''
You can’t perform that action at this time.
0 commit comments