me
/
guix
Archived
1
0
Fork 0

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>
master
Suhail 2023-10-20 19:53:30 +00:00 committed by Ludovic Courtès
parent 6d7eb7de7d
commit 40109b1756
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 4 deletions

View File

@ -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")