python3Packages.pyunbound: inherit patches from unbound if present
This commit is contained in:
parent
f44841f33d
commit
9d8e6c29d2
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ in
|
|||
stdenv.mkDerivation rec {
|
||||
pname = "pyunbound";
|
||||
inherit (unbound) version src;
|
||||
patches = unbound.patches or null;
|
||||
|
||||
nativeBuildInputs = [ swig ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue