all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kei Kebreau <kei@openmailbox.org>
To: 27351@debbugs.gnu.org
Cc: Kei Kebreau <kei@openmailbox.org>
Subject: [bug#27351] [PATCH 2/2] gnu: grilo: Add liboauth support.
Date: Tue, 13 Jun 2017 16:47:08 -0400	[thread overview]
Message-ID: <20170613204708.15648-2-kei@openmailbox.org> (raw)
In-Reply-To: <20170613204708.15648-1-kei@openmailbox.org>

* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 229b64ce4..73599604d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3373,10 +3373,11 @@ as possible!")
        ("pkg-config" ,pkg-config)
        ("gobject-introspection" ,gobject-introspection)))
     (inputs
-     `(("glib" ,glib)
+     `(("cyrus-sasl" ,cyrus-sasl)
+       ("glib" ,glib)
        ("gtk+" ,gtk+)
        ("libxml2" ,libxml2)
-       ;; XXX TODO: Add oauth
+       ("liboauth" ,liboauth)
        ("libsoup" ,libsoup)
        ("nettle" ,nettle)
        ("totem-pl-parser" ,totem-pl-parser)))
-- 
2.13.1

  reply	other threads:[~2017-06-13 20:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-13 20:21 [bug#27351] Grilo updates Kei Kebreau
2017-06-13 20:47 ` [bug#27351] [PATCH 1/2] gnu: grilo: Update to 0.3.3 Kei Kebreau
2017-06-13 20:47   ` Kei Kebreau [this message]
2017-06-16  8:35 ` [bug#27351] Grilo updates Ludovic Courtès
2017-06-16 12:35   ` Kei Kebreau
2017-06-16 15:16 ` bug#27351: " Kei Kebreau

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

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

  git send-email \
    --in-reply-to=20170613204708.15648-2-kei@openmailbox.org \
    --to=kei@openmailbox.org \
    --cc=27351@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 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.