Unverified Commit 844f2a5f authored by Jonas Chevalier's avatar Jonas Chevalier Committed by GitHub
Browse files

unbound: pull changes to master (#370866)

parents 8a360106 a36d820b
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -64,10 +64,9 @@ stdenv.mkDerivation (finalAttrs: {

  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 ]