guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: telescope: Remove input labels.


From: guix-commits
Subject: branch master updated: gnu: telescope: Remove input labels.
Date: Fri, 14 Jan 2022 07:20:54 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5c5d9e5a32 gnu: telescope: Remove input labels.
5c5d9e5a32 is described below

commit 5c5d9e5a3208fa51351c6ad8267eba3d96fa2232
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 14 13:20:18 2022 +0100

    gnu: telescope: Remove input labels.
    
    * gnu/packages/web-browsers.scm (telescope)[native-inputs]: Remove input
    labels.
---
 gnu/packages/web-browsers.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 51635f0807..681791c147 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -914,8 +914,7 @@ interface.")
     (arguments
      `(#:tests? #f))                    ;no tests
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list gettext-minimal pkg-config))
     (inputs
      (list libevent libressl ncurses))
     (home-page "https://git.omarpolo.com/telescope/about/";)



reply via email to

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