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 @@ (define-public tilda
(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")