python312Packages.pyunbound: fix build

This was broken by c011c36c00.
This commit is contained in:
Luflosi
2025-01-16 20:53:20 +01:00
parent 34b867720c
commit 9518d1f831
@@ -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