python3Packages.pyunbound: fix build (#374369)

authored by scrumplex.net and committed by GitHub 712cd63c a061c220

+7 -1
+7 -1
pkgs/development/python-modules/pyunbound/default.nix
··· 5 openssl, 6 expat, 7 libevent, 8 swig, 9 python, 10 stdenv, ··· 17 18 patches = unbound.patches or null; 19 20 - nativeBuildInputs = [ swig ]; 21 22 buildInputs = [ 23 openssl
··· 5 openssl, 6 expat, 7 libevent, 8 + bison, 9 + flex, 10 swig, 11 python, 12 stdenv, ··· 19 20 patches = unbound.patches or null; 21 22 + nativeBuildInputs = [ 23 + bison 24 + flex 25 + swig 26 + ]; 27 28 buildInputs = [ 29 openssl