diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-17 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-17 02:00:00 +0200 |
commit | 5d2593be0a9a766dfb1d93490047940b7b81d381 (patch) | |
tree | abf50a579792660a364c29994b8ba3ab3d9581cc /gnu/packages/w3m.scm | |
parent | 7a898188fddc4788258894515c79ae62ad1ad766 (diff) |
gnu: w3m: Remove input labels.
* gnu/packages/w3m.scm (w3m)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages/w3m.scm')
-rw-r--r-- | gnu/packages/w3m.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm index 065731092e..f87cab998b 100644 --- a/gnu/packages/w3m.scm +++ b/gnu/packages/w3m.scm @@ -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 |