[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/201: gnu: libthai: Make datrie a normal native-input.
From: |
guix-commits |
Subject: |
124/201: gnu: libthai: Make datrie a normal native-input. |
Date: |
Mon, 1 Nov 2021 23:18:56 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 7390624db3bed59e9ec1c944f5f3b54726f548d3
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")
- 150/201: gnu: curl: Update to 7.79.1., (continued)
- 150/201: gnu: curl: Update to 7.79.1., guix-commits, 2021/11/01
- 152/201: gnu: python-dbus: Update to 1.2.18., guix-commits, 2021/11/01
- 164/201: gnu: gdb: Update to 11.1 and remove gdb-9.2., guix-commits, 2021/11/01
- 167/201: gnu: python-lit: Update to 12.0.1., guix-commits, 2021/11/01
- 175/201: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/01
- 174/201: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/01
- 178/201: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/01
- 119/201: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/01
- 147/201: gnu: nss: Update to 3.71., guix-commits, 2021/11/01
- 182/201: gnu: geoclue: Fix build option name., guix-commits, 2021/11/01
- 124/201: gnu: libthai: Make datrie a normal native-input.,
guix-commits <=
- 144/201: gnu: cdparanoia: Disable parallel build., guix-commits, 2021/11/01
- 196/201: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/01
- 155/201: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/01
- 35/201: gnu: gnupg: Update to 2.2.30., guix-commits, 2021/11/01
- 59/201: Revert gstreamer update to 1.19.2., guix-commits, 2021/11/01
- 64/201: gnu: gst-plugins-ugly: Update to 1.18.5., guix-commits, 2021/11/01
- 66/201: gnu: gst-editing-services: Update to 1.18.5., guix-commits, 2021/11/01
- 114/201: gnu: rest: Use libsoup-minimal., guix-commits, 2021/11/01
- 117/201: gnu: graphviz: Update to 2.49.0., guix-commits, 2021/11/01
- 126/201: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/11/01