guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: tilda: Fix lint error by updating input list format for v1.5


From: guix-commits
Subject: 03/14: gnu: tilda: Fix lint error by updating input list format for v1.5.4
Date: Wed, 22 Nov 2023 10:52:42 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 40109b1756b2f41f5c58988980c8a334c71b4cf5
Author: Suhail <suhail@bayesians.ca>
AuthorDate: Fri Oct 20 19:53:30 2023 +0000

    gnu: tilda: Fix lint error by updating input list format for v1.5.4
    
    * gnu/packages/terminals.scm (tilda)[native-inputs]: Use updated format.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/terminals.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index ad9fba23a4..a685b2cf09 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -174,10 +174,7 @@ less to gain, as only the helper process is running with 
privileges (e.g.,
              (for-each make-file-writable (find-files "po" "."))
              #t)))))
     (native-inputs
-     `(("autoconf" ,autoconf)
-       ("automake" ,automake)
-       ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list autoconf automake gettext-minimal pkg-config))
     (inputs
      (list libconfuse vte))
     (synopsis "GTK+-based drop-down terminal")



reply via email to

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