diff mbox series

[bug#49377] gnu: language: Import qt-utils to nimf and hime.

Message ID 20210704123724.12902-1-ds815@gmx.com
State Accepted
Headers show
Series [bug#49377] gnu: language: Import qt-utils to nimf and hime. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Domagoj Stolfa July 4, 2021, 12:37 p.m. UTC
This commit fixes the build of 'telegram-desktop'.

* gnu/packages/language.scm (nimf, hime): Add 'qt-utils' to nimf's and hime's
build system arguments.
---
 gnu/packages/language.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--
2.32.0

Comments

Domagoj Stolfa July 4, 2021, 1:13 p.m. UTC | #1
As suggested by leoprikler on IRC:
http://logs.guix.gnu.org/guix/2021-07-04.log#144418,

split up the patch into two, one for each package.
Leo Prikler July 4, 2021, 5:18 p.m. UTC | #2
I just recalled that I pushed the split commits (with some rewordings)
earlier today, so marking this as done.

Thanks,
Leo
diff mbox series

Patch

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 199a0368a9..861a92505f 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -88,7 +88,8 @@ 
      `(#:imported-modules
        (,@%glib-or-gtk-build-system-modules
         (guix build cmake-build-system)
-        (guix build qt-build-system))
+        (guix build qt-build-system)
+        (guix build qt-utils))
        #:modules
        ((guix build glib-or-gtk-build-system)
         ((guix build qt-build-system)
@@ -223,7 +224,8 @@  focuses especially on Korean input (Hangul, Hanja, ...).")
        #:imported-modules
        (,@%glib-or-gtk-build-system-modules
         (guix build cmake-build-system)
-        (guix build qt-build-system))
+        (guix build qt-build-system)
+        (guix build qt-utils))
        #:modules
        ((guix build glib-or-gtk-build-system)
         ((guix build qt-build-system)