[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50905] [PATCH 15/38] gnu: libthai: Make 'datrie' input unconditiona
From: |
Maxime Devos |
Subject: |
[bug#50905] [PATCH 15/38] gnu: libthai: Make 'datrie' input unconditional. |
Date: |
Thu, 30 Sep 2021 00:19:15 +0200 |
* gnu/packages/gtk.scm (libthai)[native-inputs]{datrie}: Make this input
unconditional.
---
gnu/packages/gtk.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index aa5b48dac8..5ae4aeb66c 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -326,10 +326,7 @@ representing trie. Trie is a kind of digital search
tree.")
(native-inputs
`(("doxygen" ,doxygen)
("pkg-config" ,pkg-config)
- ;; TODO(core-updates): Make this input unconditional.
- ,@(if (%current-target-system)
- `(("datrie" ,libdatrie)) ; for 'trietool'
- '())))
+ ("datrie" ,libdatrie))) ; for 'trietool'
(propagated-inputs
`(("datrie" ,libdatrie)))
(synopsis "Thai language support library")
--
2.33.0
- [bug#50905] [PATCH 04/38] gnu: icecat: Use mozilla-build-system., (continued)
- [bug#50905] [PATCH 04/38] gnu: icecat: Use mozilla-build-system., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 07/38] gnu: mozjs: Make the quasiquote unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 06/38] gnu: mozjs: Make the native-inputs unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 16/38] gnu: libdatrie: Make input labels match the package name., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 11/38] gnu: isc-dhcp: Remove trailing #t., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 20/38] gnu: gdk-pixbuf: Use target predicates., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 21/38] gnu: gdk-pixbuf: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 26/38] gnu: at-spi2-core: Remove trailing #t., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 27/38] gnu: avahi: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 14/38] gnu: cairo: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 15/38] gnu: libthai: Make 'datrie' input unconditional.,
Maxime Devos <=
- [bug#50905] [PATCH 18/38] gnu: gdk-pixbuf: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 25/38] gnu: at-spi2-core: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 24/38] gnu: at-spi2-core: Respect #:tests?., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 22/38] gnu: gdk-pixbuf: Remove trailing #t., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 31/38] gnu: json-glib: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 34/38] gnu: heimdal: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 36/38] gnu: libproxy: Respect #:tests?., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 37/38] build/qt-utils: Allow overriding the shell interpreter used., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 19/38] gnu: gdk-pixbuf: Respect #:tests?., Maxime Devos, 2021/09/29
- [bug#50905] [PATCH 28/38] gnu: avahi: Make the 'patch-more-shebangs' phase unconditional., Maxime Devos, 2021/09/29