gnu: whois: Remove input labels.
* gnu/packages/networking.scm (whois)[native-inputs]: Remove input labels.master
parent
bc5e71229d
commit
c212bdf64f
|
@ -1737,9 +1737,9 @@ and up to 1 Mbit/s downstream.")
|
||||||
(inputs
|
(inputs
|
||||||
(list libidn2))
|
(list libidn2))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal
|
||||||
("perl" ,perl)
|
perl
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(synopsis "Intelligent client for the WHOIS directory service")
|
(synopsis "Intelligent client for the WHOIS directory service")
|
||||||
(description
|
(description
|
||||||
"whois searches for an object in a @dfn{WHOIS} (RFC 3912) database.
|
"whois searches for an object in a @dfn{WHOIS} (RFC 3912) database.
|
||||||
|
|
Reference in New Issue