[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/149: gnu: libthai: Make datrie a normal native-input.
From: |
guix-commits |
Subject: |
124/149: gnu: libthai: Make datrie a normal native-input. |
Date: |
Tue, 26 Oct 2021 23:52:38 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 7c0084a02b9a56443db1edde184d2af773446fbb
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")
- 101/149: gnu: python-pathlib2: Update to 2.3.6., (continued)
- 101/149: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/26
- 106/149: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/10/26
- 108/149: gnu: lsof: Fix indentation., guix-commits, 2021/10/26
- 110/149: gnu: Add docbook-xsl-ns., guix-commits, 2021/10/26
- 113/149: gnu: gusb-minimal: Introduce minimal variant., guix-commits, 2021/10/26
- 114/149: gnu: rest: Use libsoup-minimal., guix-commits, 2021/10/26
- 119/149: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/10/26
- 118/149: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/10/26
- 116/149: gnu: mesa: Update to 21.2.4., guix-commits, 2021/10/26
- 115/149: gnu: inkscape: Remove the legacy 0.92 version., guix-commits, 2021/10/26
- 124/149: gnu: libthai: Make datrie a normal native-input.,
guix-commits <=
- 125/149: gnu: glib: Update to 2.70, specify a bindir prefix and hide package., guix-commits, 2021/10/26
- 126/149: gnu: glib-networking: Update to 2.70.rc., guix-commits, 2021/10/26
- 127/149: gnu: vala: Update to 0.54.2., guix-commits, 2021/10/26
- 130/149: gnu: webkitgtk: Update to 2.34.0., guix-commits, 2021/10/26
- 133/149: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/10/26
- 131/149: gnu: pulseaudio: Add doxygen to fix build., guix-commits, 2021/10/26
- 134/149: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/10/26
- 140/149: gnu: gtk: Replace gdk-pixbuf+svg by librsvg., guix-commits, 2021/10/26
- 143/149: gnu: elogind: Update to 246.10., guix-commits, 2021/10/26
- 145/149: gnu: mariadb: Only run the main test suite to avoid flaky tests., guix-commits, 2021/10/26