mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
6d7eb7de7d
commit
40109b1756
1 changed files with 1 additions and 4 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue