Unverified Commit 9518d1f8 authored by Luflosi's avatar Luflosi
Browse files

python312Packages.pyunbound: fix build

This was broken by c011c36c.
parent 34b86772
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