~ruther/guix-local

5d2593be0a9a766dfb1d93490047940b7b81d381 — Tobias Geerinckx-Rice 2 years ago 7a89818
gnu: w3m: Remove input labels.

* gnu/packages/w3m.scm (w3m)[native-inputs]:
Remove input labels.
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/w3m.scm
M gnu/packages/w3m.scm => gnu/packages/w3m.scm +1 -3
@@ 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