diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2020-03-07 11:12:15 -0500 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2020-03-26 12:59:34 +0100 |
commit | 3d3ca76f1cde964aa61433cdd40dd701c39e60e7 (patch) | |
tree | 9a66a5434e01e398d05645d85e02eed7e35eaa94 /gnu/packages/linux.scm | |
parent | c0a5cd1be3fce740c634596959321a76f22623a9 (diff) | |
download | guix-3d3ca76f1cde964aa61433cdd40dd701c39e60e7.tar guix-3d3ca76f1cde964aa61433cdd40dd701c39e60e7.tar.gz |
gnu: inetutils: Support for the Hurd.
* gnu/packages/linux.scm (net-tools)[supported-systems]: Remove the Hurd.
* gnu/packages/patches/inetutils-hurd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (inetutils): Use it. Disable some features on the
Hurd.
[native-inputs]: Include net-tools only on supported systems
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3abfc469ba..1c157205d3 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2031,6 +2031,7 @@ inadequately in modern network environments, and both should be deprecated.") (string-append "mandir=/share/man"))))) (native-inputs `(("gettext" ,gettext-minimal) ("unzip" ,unzip))) + (supported-systems (delete "i586-gnu" %supported-systems)) (synopsis "Tools for controlling the network subsystem in Linux") (description "This package includes the important tools for controlling the network |