mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue