guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: w3m: Remove input labels.


From: guix-commits
Subject: 02/02: gnu: w3m: Remove input labels.
Date: Thu, 21 Sep 2023 21:15:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5d2593be0a9a766dfb1d93490047940b7b81d381
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 17 02:00:00 2023 +0200

    gnu: w3m: Remove input labels.
    
    * gnu/packages/w3m.scm (w3m)[native-inputs]:
    Remove input labels.
---
 gnu/packages/w3m.scm | 4 +---
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]