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

Previous Next

Package: guix-patches;

Reported by: Domagoj Stolfa <ds815 <at> gmx.com>

Date: Sun, 4 Jul 2021 12:38:02 UTC

Severity: normal

Tags: patch

Done: Leo Prikler <leo.prikler <at> student.tugraz.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Prikler <leo.prikler <at> student.tugraz.at>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#49377: closed ([PATCH] gnu: language: Import qt-utils to nimf
 and hime.)
Date: Sun, 04 Jul 2021 17:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 04 Jul 2021 19:18:36 +0200
with message-id <a49e3d3c50bed56b5fbdc33f85bb000f61a590af.camel <at> student.tugraz.at>
and subject line Re: [bug#49377] [PATCH] gnu: language: Import qt-utils to nimf and hime.
has caused the debbugs.gnu.org bug report #49377,
regarding [PATCH] gnu: language: Import qt-utils to nimf and hime.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
49377: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49377
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Domagoj Stolfa <ds815 <at> gmx.com>
To: guix-patches <at> gnu.org
Cc: Domagoj Stolfa <ds815 <at> gmx.com>
Subject: [PATCH] gnu: language: Import qt-utils to nimf and hime.
Date: Sun,  4 Jul 2021 13:37:24 +0100
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



[Message part 3 (message/rfc822, inline)]
From: Leo Prikler <leo.prikler <at> student.tugraz.at>
To: 49377-done <at> debbugs.gnu.org
Cc: ds815 <at> gmx.com
Subject: Re: [bug#49377] [PATCH] gnu: language: Import qt-utils to nimf and
 hime.
Date: Sun, 04 Jul 2021 19:18:36 +0200
I just recalled that I pushed the split commits (with some rewordings)
earlier today, so marking this as done.

Thanks,
Leo



This bug report was last modified 4 years and 40 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.