* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
@ 2019-08-18 11:24 Giacomo Leidi
2019-08-18 15:46 ` goodoldpaul
2019-08-26 18:58 ` goodoldpaul
0 siblings, 2 replies; 4+ messages in thread
From: Giacomo Leidi @ 2019-08-18 11:24 UTC (permalink / raw)
To: 37072
* 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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
@ 2019-08-18 15:46 ` goodoldpaul
2019-08-26 18:58 ` goodoldpaul
1 sibling, 0 replies; 4+ messages in thread
From: goodoldpaul @ 2019-08-18 15:46 UTC (permalink / raw)
To: 37072
[-- Attachment #1: Type: text/plain, Size: 77 bytes --]
I forgot to add my name to the header. Here's the fixed patch.
Bye,
Giacomo
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-gtkspell3-Install-Vala-bindings.patch --]
[-- Type: text/x-diff; name=0001-gnu-gtkspell3-Install-Vala-bindings.patch, Size: 1173 bytes --]
From ae043c183fe5c7ff3e3d4a505233aa7698dd0aaa Mon Sep 17 00:00:00 2001
From: Giacomo Leidi <goodoldpaul@autistici.org>
Date: Sun, 18 Aug 2019 17:42:19 +0200
Subject: [PATCH] gnu: gtkspell3: Install Vala bindings.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add vala.
---
gnu/packages/gtk.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 61d3e45a05..12972b75df 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2019 Meiyo Peng <meiyo@riseup.net>
+;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1602,7 +1603,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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
2019-08-18 15:46 ` goodoldpaul
@ 2019-08-26 18:58 ` goodoldpaul
2019-08-28 6:39 ` bug#37072: " Efraim Flashner
1 sibling, 1 reply; 4+ messages in thread
From: goodoldpaul @ 2019-08-26 18:58 UTC (permalink / raw)
To: 37072
Friendly ping ;)
Thanks
Giacomo
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-08-28 6:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
2019-08-18 15:46 ` goodoldpaul
2019-08-26 18:58 ` goodoldpaul
2019-08-28 6:39 ` bug#37072: " Efraim Flashner
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.