unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: goodoldpaul@autistici.org
To: 37072@debbugs.gnu.org
Subject: [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings.
Date: Sun, 18 Aug 2019 15:46:03 +0000	[thread overview]
Message-ID: <83848f8511ee4992505722988a1290f4@autistici.org> (raw)
In-Reply-To: <20190818112454.21758-1-goodoldpaul@autistici.org>

[-- 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


  reply	other threads:[~2019-08-18 15:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18 11:24 [bug#37072] [PATCH] gnu: gtkspell3: Install Vala bindings Giacomo Leidi
2019-08-18 15:46 ` goodoldpaul [this message]
2019-08-26 18:58 ` goodoldpaul
2019-08-28  6:39   ` bug#37072: " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83848f8511ee4992505722988a1290f4@autistici.org \
    --to=goodoldpaul@autistici.org \
    --cc=37072@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).