[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50905] [PATCH core-updates v2 16/38] gnu: libdatrie: Make input lab
From: |
Maxime Devos |
Subject: |
[bug#50905] [PATCH core-updates v2 16/38] gnu: libdatrie: Make input labels match the package name. |
Date: |
Fri, 1 Oct 2021 16:21:18 +0200 |
* gnu/packages/gtk.scm
(libthai)[native-inputs]{datrie}: Rename to ...
(libthai)[native-inputs]{libdatrie}: ... this.
(libthai)[propagated-inputs]{datrie}: Rename to ...
(libthai)[propagated-inputs]{libdatrie}: ... this.
---
gnu/packages/gtk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5ae4aeb66c..219971a40e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -326,9 +326,9 @@ representing trie. Trie is a kind of digital search tree.")
(native-inputs
`(("doxygen" ,doxygen)
("pkg-config" ,pkg-config)
- ("datrie" ,libdatrie))) ; for 'trietool'
+ ("libdatrie" ,libdatrie))) ; for 'trietool'
(propagated-inputs
- `(("datrie" ,libdatrie)))
+ `(("libdatrie" ,libdatrie)))
(synopsis "Thai language support library")
(description "LibThai is a set of Thai language support routines aimed to
ease developers’ tasks to incorporate Thai language support in their
--
2.33.0
- [bug#50905] [PATCH core-updates v2 01/38] build-system/mozilla: New build system., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 08/38] gnu: isc-dhcp: Don't use canonical-package., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 04/38] gnu: icecat: Use mozilla-build-system., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 06/38] gnu: mozjs: Make the native-inputs unconditional., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 16/38] gnu: libdatrie: Make input labels match the package name.,
Maxime Devos <=
- [bug#50905] [PATCH core-updates v2 02/38] gnu: nspr: Use mozilla-build-system., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 13/38] gnu: gobject-introspection: Use python instead of python-wrapper., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 11/38] gnu: isc-dhcp: Remove trailing #t., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 12/38] gnu: gobject-introspection: Move things to native-inputs., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 09/38] gnu: isc-dhcp: Make an input unconditional., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 19/38] gnu: gdk-pixbuf: Respect #:tests?., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 31/38] gnu: json-glib: Unconditionally lookup docbook in native-inputs., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 17/38] gnu: pango: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 34/38] gnu: heimdal: Make 'bash-minimal' input unconditional., Maxime Devos, 2021/10/01
- [bug#50905] [PATCH core-updates v2 38/38] lint: check-wrapper-inputs: Remove mentions of core-updates., Maxime Devos, 2021/10/01