diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-10 20:17:38 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-10 20:18:05 +0100 |
commit | e7ce4ef997c3db4d47d943c3e435f395b278bc50 (patch) | |
tree | c2da28a9492c5893eb7276f6afbcc6a9dfc9cade /gnu/packages/dns.scm | |
parent | 51583265394fdab4fecf2710dcf142cd3793c692 (diff) |
gnu: unbound: Remove redundant input.
* gnu/packages/dns.scm (unbound)[inputs]: Remove PYTHON-3.
Diffstat (limited to 'gnu/packages/dns.scm')
-rw-r--r-- | gnu/packages/dns.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/dns.scm b/gnu/packages/dns.scm index 7c52722cb6..3a42a98bc4 100644 --- a/gnu/packages/dns.scm +++ b/gnu/packages/dns.scm @@ -407,7 +407,6 @@ to result in system-wide compromise.") `(("expat" ,expat) ("libevent" ,libevent) ("protobuf" ,protobuf) - ("python" ,python-3) ("python-wrapper" ,python-wrapper) ("openssl" ,openssl))) (arguments |