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 5 openssl, 6 6 expat, 7 7 libevent, 8 + bison, 9 + flex, 8 10 swig, 9 11 python, 10 12 stdenv, ··· 17 19 18 20 patches = unbound.patches or null; 19 21 20 - nativeBuildInputs = [ swig ]; 22 + nativeBuildInputs = [ 23 + bison 24 + flex 25 + swig 26 + ]; 21 27 22 28 buildInputs = [ 23 29 openssl