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>
This commit is contained in:
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

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" ".")) (for-each make-file-writable (find-files "po" "."))
#t))))) #t)))))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf automake gettext-minimal pkg-config))
("automake" ,automake)
("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(inputs (inputs
(list libconfuse vte)) (list libconfuse vte))
(synopsis "GTK+-based drop-down terminal") (synopsis "GTK+-based drop-down terminal")