Unverified Commit e554bf17 authored by K900's avatar K900 Committed by GitHub
Browse files

Revert "unbound: pull changes to master" (#371103)

parents 0ae98900 605edc82
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -64,9 +64,10 @@ stdenv.mkDerivation (finalAttrs: {

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

  nativeBuildInputs = [ bison flex pkg-config ]
    ++ lib.optionals withMakeWrapper [ makeWrapper ]
  nativeBuildInputs =
    lib.optionals withMakeWrapper [ makeWrapper ]
    ++ lib.optionals withDNSTAP [ protobufc ]
    ++ [ pkg-config flex bison ]
    ++ lib.optionals withPythonModule [ swig ];

  buildInputs = [ openssl nettle expat libevent ]