all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49377] [PATCH] gnu: language: Import qt-utils to nimf and hime.
@ 2021-07-04 12:37 Domagoj Stolfa
  2021-07-04 13:13 ` [bug#49377] Splitting it into two commits Domagoj Stolfa
  2021-07-04 17:18 ` bug#49377: [PATCH] gnu: language: Import qt-utils to nimf and hime Leo Prikler
  0 siblings, 2 replies; 5+ messages in thread
From: Domagoj Stolfa @ 2021-07-04 12:37 UTC (permalink / raw)
  To: 49377; +Cc: Domagoj Stolfa

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(-)

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)
--
2.32.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-04 17:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 12:37 [bug#49377] [PATCH] gnu: language: Import qt-utils to nimf and hime Domagoj Stolfa
2021-07-04 13:13 ` [bug#49377] Splitting it into two commits Domagoj Stolfa
2021-07-04 13:13   ` [bug#49377] [PATCH 1/2] gnu: language: Import qt-utils to nimf Domagoj Stolfa
2021-07-04 13:13   ` [bug#49377] [PATCH 2/2] gnu: language: Import qt-utils to hime Domagoj Stolfa
2021-07-04 17:18 ` bug#49377: [PATCH] gnu: language: Import qt-utils to nimf and hime Leo Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.