diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | c212bdf64f323ebc4148b55983e8e398a3c6f171 (patch) | |
tree | cdbeeed03b511091b5dc1bd55a6a923b275539fe /gnu | |
parent | bc5e71229dc611c86d5e8a53d5db024473484344 (diff) | |
download | guix-c212bdf64f323ebc4148b55983e8e398a3c6f171.tar.gz |
gnu: whois: Remove input labels.
* gnu/packages/networking.scm (whois)[native-inputs]: Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/networking.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index a1187c4803..752d706797 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1737,9 +1737,9 @@ and up to 1 Mbit/s downstream.") (inputs (list libidn2)) (native-inputs - `(("gettext" ,gettext-minimal) - ("perl" ,perl) - ("pkg-config" ,pkg-config))) + (list gettext-minimal + perl + pkg-config)) (synopsis "Intelligent client for the WHOIS directory service") (description "whois searches for an object in a @dfn{WHOIS} (RFC 3912) database. |