GNU bug report logs -
#66644
[PATCH master 0/3] Add Tilda with D-Bus support (necessary for Wayland)
Previous Next
Reported by: Suhail <suhail <at> bayesians.ca>
Date: Fri, 20 Oct 2023 05:24:03 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 66644 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/terminals.scm (tilda)[native-inputs]: Use updated format.
---
gnu/packages/terminals.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 0c06a42213..6d5bd8bff7 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -172,10 +172,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")
--
2.42.0
This bug report was last modified 1 year and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.