guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/34: gnu: whois: Remove input labels.


From: guix-commits
Subject: 06/34: gnu: whois: Remove input labels.
Date: Tue, 18 Jul 2023 21:11:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c212bdf64f323ebc4148b55983e8e398a3c6f171
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200

    gnu: whois: Remove input labels.
    
    * gnu/packages/networking.scm (whois)[native-inputs]:
    Remove input labels.
---
 gnu/packages/networking.scm | 6 +++---
 1 file 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]