python3Packages.pyunbound: fix build (#374369)

This commit is contained in:
Sefa Eyeoglu
2025-01-16 23:02:26 +01:00
committed by GitHub
@@ -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