about summary refs log tree commit diff
path: root/pkgs/tools/networking/unbound
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-08-06 17:07:09 +0100
committerRobert Scott <code@humanleg.org.uk>2022-08-06 17:21:10 +0100
commit9d8e6c29d2fb517e05d5b14f3c758f8e59e66356 (patch)
tree8b0535a7279d5b448760b234afb35713ce4be65a /pkgs/tools/networking/unbound
parentf44841f33d033dda9d50bbc4ba041d9fdb62fc98 (diff)
python3Packages.pyunbound: inherit patches from unbound if present
Diffstat (limited to 'pkgs/tools/networking/unbound')
-rw-r--r--pkgs/tools/networking/unbound/python.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/unbound/python.nix b/pkgs/tools/networking/unbound/python.nix
index 067f5d2b417b7..94f2374d904d0 100644
--- a/pkgs/tools/networking/unbound/python.nix
+++ b/pkgs/tools/networking/unbound/python.nix
@@ -6,6 +6,7 @@ in
 stdenv.mkDerivation rec {
   pname = "pyunbound";
   inherit (unbound) version src;
+  patches = unbound.patches or null;
 
   nativeBuildInputs = [ swig ];