[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/217: gnu: libthai: Make datrie a normal native-input.
From: |
guix-commits |
Subject: |
124/217: gnu: libthai: Make datrie a normal native-input. |
Date: |
Sun, 14 Nov 2021 19:21:00 -0500 (EST) |
vagrantc pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 6e76bd8880820929f2849476e11d760a87430162
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 23:59:16 2021 -0400
gnu: libthai: Make datrie a normal native-input.
* gnu/packages/gtk.scm (libthai)[native-input]: Remove conditional on the
datrie input.
---
gnu/packages/gtk.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 35c66e9..8f57f66 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -344,12 +344,9 @@ representing trie. Trie is a kind of digital search
tree.")
(assoc-ref %outputs "doc")
"/share/doc/libthai/html"))))
(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)
+ ("doxygen" ,doxygen)
+ ("pkg-config" ,pkg-config)))
(propagated-inputs
`(("datrie" ,libdatrie)))
(synopsis "Thai language support library")
- 86/217: gnu: gdb: Patch references to /bin/sh and add debug output., (continued)
- 86/217: gnu: gdb: Patch references to /bin/sh and add debug output., guix-commits, 2021/11/14
- 94/217: gnu: fontconfig: Add a search path for XDG_DATA_DIRS., guix-commits, 2021/11/14
- 107/217: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/14
- 104/217: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/11/14
- 110/217: gnu: Add docbook-xsl-ns., guix-commits, 2021/11/14
- 108/217: gnu: lsof: Fix indentation., guix-commits, 2021/11/14
- 113/217: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 109/217: gnu: json-glib-minimal: Introduce minimal variant., guix-commits, 2021/11/14
- 117/217: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/14
- 121/217: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/14
- 124/217: gnu: libthai: Make datrie a normal native-input.,
guix-commits <=
- 125/217: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/11/14
- 126/217: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/11/14
- 127/217: gnu: vala: Update to 0.54.2., guix-commits, 2021/11/14
- 133/217: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/14
- 136/217: gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase., guix-commits, 2021/11/14
- 135/217: gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper., guix-commits, 2021/11/14
- 137/217: build: glib-or-gtk: Generate the gdk-pixbuf-loaders cache file in a phase., guix-commits, 2021/11/14
- 141/217: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/11/14
- 142/217: gnu: gawk: Use regular bash to cope with test suite failures., guix-commits, 2021/11/14
- 150/217: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/14