GNU bug report logs - #37072
[PATCH] gnu: gtkspell3: Install Vala bindings.

Previous Next

Package: guix-patches;

Reported by: Giacomo Leidi <goodoldpaul <at> autistici.org>

Date: Sun, 18 Aug 2019 11:26:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

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: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: bug#37072: closed (Re: [bug#37072] [PATCH] gnu: gtkspell3:
 Install Vala bindings.)
Date: Wed, 28 Aug 2019 06:40:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#37072: [PATCH] gnu: gtkspell3: Install Vala bindings.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 37072 <at> debbugs.gnu.org.

-- 
37072: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37072
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: goodoldpaul <at> autistici.org
Cc: 37072-done <at> debbugs.gnu.org
Subject: Re: [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
Date: Wed, 28 Aug 2019 09:39:17 +0300
[Message part 3 (text/plain, inline)]
Patch pushed as 4ad7e7e604ef9b1f936b6fa02bb13061ad73c2a5

On Mon, Aug 26, 2019 at 06:58:38PM +0000, goodoldpaul <at> autistici.org wrote:
> Friendly ping ;)
> 
> Thanks
> 
> Giacomo
> 

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Giacomo Leidi <goodoldpaul <at> autistici.org>
To: guix-patches <at> gnu.org
Cc: Giacomo Leidi <goodoldpaul <at> autistici.org>
Subject: [PATCH] gnu: gtkspell3: Install Vala bindings.
Date: Sun, 18 Aug 2019 13:24:54 +0200
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
---
 gnu/packages/gtk.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 61d3e45a05..20f0ead6d6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1602,7 +1602,8 @@ glass artworks done by Venicians glass blowers.")
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-       ("pkg-config" ,pkg-config)))
+       ("pkg-config" ,pkg-config)
+       ("vala" ,vala)))
     (inputs
      `(("gobject-introspection" ,gobject-introspection)
        ("gtk+" ,gtk+)
-- 
2.22.1




This bug report was last modified 5 years and 263 days ago.

Previous Next


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