Unverified Commit 712cd63c authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

python3Packages.pyunbound: fix build (#374369)

parents a061c220 9518d1f8
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
  openssl,
  expat,
  libevent,
  bison,
  flex,
  swig,
  python,
  stdenv,
@@ -17,7 +19,11 @@ buildPythonPackage rec {

  patches = unbound.patches or null;

  nativeBuildInputs = [ swig ];
  nativeBuildInputs = [
    bison
    flex
    swig
  ];

  buildInputs = [
    openssl