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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49377 in the body.
You can then email your comments to 49377 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49377; Package guix-patches. (Sun, 04 Jul 2021 12:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Domagoj Stolfa <ds815 <at> gmx.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 04 Jul 2021 12:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#49377; Package guix-patches. (Sun, 04 Jul 2021 13:14:02 GMT) Full text and rfc822 format available.

Message #8 received at 49377 <at> debbugs.gnu.org (full text, mbox):

From: Domagoj Stolfa <ds815 <at> gmx.com>
To: 49377 <at> debbugs.gnu.org
Cc: Domagoj Stolfa <ds815 <at> gmx.com>
Subject: [PATCH 1/2] gnu: language: Import qt-utils to nimf.
Date: Sun,  4 Jul 2021 14:13:15 +0100
* gnu/packages/language.scm (nimf)[@:imported-modules]: Add qt-utils.
---
 gnu/packages/language.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 199a0368a9..9cfbb70a85 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)
--
2.32.0





Information forwarded to guix-patches <at> gnu.org:
bug#49377; Package guix-patches. (Sun, 04 Jul 2021 13:14:02 GMT) Full text and rfc822 format available.

Message #11 received at 49377 <at> debbugs.gnu.org (full text, mbox):

From: Domagoj Stolfa <ds815 <at> gmx.com>
To: 49377 <at> debbugs.gnu.org
Subject: Splitting it into two commits
Date: Sun,  4 Jul 2021 14:13:14 +0100
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.






Information forwarded to guix-patches <at> gnu.org:
bug#49377; Package guix-patches. (Sun, 04 Jul 2021 13:14:03 GMT) Full text and rfc822 format available.

Message #14 received at 49377 <at> debbugs.gnu.org (full text, mbox):

From: Domagoj Stolfa <ds815 <at> gmx.com>
To: 49377 <at> debbugs.gnu.org
Cc: Domagoj Stolfa <ds815 <at> gmx.com>
Subject: [PATCH 2/2] gnu: language: Import qt-utils to hime.
Date: Sun,  4 Jul 2021 14:13:16 +0100
* gnu/packages/language.scm (hime)[@:imported-modules]: Add qt-utils.
---
 gnu/packages/language.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm
index 9cfbb70a85..861a92505f 100644
--- a/gnu/packages/language.scm
+++ b/gnu/packages/language.scm
@@ -224,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





Reply sent to Leo Prikler <leo.prikler <at> student.tugraz.at>:
You have taken responsibility. (Sun, 04 Jul 2021 17:19:02 GMT) Full text and rfc822 format available.

Notification sent to Domagoj Stolfa <ds815 <at> gmx.com>:
bug acknowledged by developer. (Sun, 04 Jul 2021 17:19:02 GMT) Full text and rfc822 format available.

Message #19 received at 49377-done <at> debbugs.gnu.org (full text, mbox):

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





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 02 Aug 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 261 days ago.

Previous Next


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