From 40109b1756b2f41f5c58988980c8a334c71b4cf5 Mon Sep 17 00:00:00 2001 From: Suhail Date: Fri, 20 Oct 2023 19:53:30 +0000 Subject: gnu: tilda: Fix lint error by updating input list format for v1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/terminals.scm (tilda)[native-inputs]: Use updated format. Signed-off-by: Ludovic Courtès --- gnu/packages/terminals.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gnu/packages/terminals.scm') 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") -- cgit v1.2.3