me
/
guix
Archived
1
0
Fork 0

gnu: whois: Remove input labels.

* gnu/packages/networking.scm (whois)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:02 +02:00
parent bc5e71229d
commit c212bdf64f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -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.