python3Packages.pyunbound: inherit patches from unbound if present

This commit is contained in:
Robert Scott 2022-08-06 17:07:09 +01:00
parent f44841f33d
commit 9d8e6c29d2

View file

@ -6,6 +6,7 @@ in
stdenv.mkDerivation rec {
pname = "pyunbound";
inherit (unbound) version src;
patches = unbound.patches or null;
nativeBuildInputs = [ swig ];