guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27351] [PATCH 2/2] gnu: grilo: Add liboauth support.


From: Kei Kebreau
Subject: [bug#27351] [PATCH 2/2] gnu: grilo: Add liboauth support.
Date: Tue, 13 Jun 2017 16:47:08 -0400

* 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 via email to

[Prev in Thread] Current Thread [Next in Thread]