guix-commits
[Top][All Lists]
Advanced

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

15/38: gnu: libthai: Make 'datrie' input unconditional.


From: guix-commits
Subject: 15/38: gnu: libthai: Make 'datrie' input unconditional.
Date: Sat, 2 Oct 2021 12:52:41 -0400 (EDT)

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

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

    gnu: libthai: Make 'datrie' input unconditional.
    
    * gnu/packages/gtk.scm (libthai)[native-inputs]{datrie}: Make this input
      unconditional.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gtk.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index aa5b48d..5ae4aeb 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -326,10 +326,7 @@ representing trie.  Trie is a kind of digital search 
tree.")
     (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))) ; for 'trietool'
     (propagated-inputs
      `(("datrie" ,libdatrie)))
     (synopsis "Thai language support library")



reply via email to

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