python3Packages.pyunbound: fix build (#374369)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user