janneke pushed a commit to branch core-updates
in repository guix.
commit a9bcc6474667d6699500f03d69f9c8212a50d711
Author: Jan Nieuwenhuizen <[email protected]>
AuthorDate: Sat Mar 7 17:53:32 2020 -0500
gnu: gnutls: Remove net-tools for the Hurd.
* gnu/packages/tls.scm (gnutls)[inputs]: Remove net-tools for the
Hurd.
---
gnu/packages/tls.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index a057432..eab832c 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2017 Rutger Helling <[email protected]>
;;; Copyright © 2018 Clément Lassieur <[email protected]>
;;; Copyright © 2019 Mathieu Othacehe <[email protected]>
+;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -50,6 +51,7 @@
#:use-module (gnu packages dns)
#:use-module (gnu packages gawk)
#:use-module (gnu packages guile)
+ #:use-module (gnu packages hurd)
#:use-module (gnu packages libbsd)
#:use-module (gnu packages libffi)
#:use-module (gnu packages libidn)
@@ -223,7 +225,8 @@ living in the same process.")
"debug"
"doc")) ;4.1 MiB of man pages
(native-inputs
- `(("net-tools" ,net-tools)
+ `(,@(if (hurd-target?) '()
+ `(("net-tools" ,net-tools)))
("pkg-config" ,pkg-config)
("which" ,which)
("datefudge" ,datefudge) ;tests rely on 'datefudge'