guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/38: gnu: libdatrie: Make input labels match the package name.


From: guix-commits
Subject: 16/38: gnu: libdatrie: Make input labels match the package name.
Date: Sat, 2 Oct 2021 12:52:41 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit bbb52438172d7f87493927d2bc1b56e6291f7383
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:18 2021 +0200

    gnu: libdatrie: Make input labels match the package name.
    
    * 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.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 5ae4aeb..219971a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]