me
/
guix
Archived
1
0
Fork 0

gnu: w3m: Remove input labels.

* gnu/packages/w3m.scm (w3m)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2023-09-17 02:00:00 +02:00
parent 7a898188fd
commit 5d2593be0a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@
openssl
zlib))
(native-inputs
`(("gettext" ,gettext-minimal)
("perl" ,perl)
("pkg-config" ,pkg-config)))
(list gettext-minimal perl pkg-config))
(home-page "https://w3m.sourceforge.net/")
(synopsis "Text-mode web browser")
(description