mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: grilo: Add liboauth support.
* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
This commit is contained in:
parent
99dd2af99e
commit
6d7273a04d
1 changed files with 3 additions and 2 deletions
|
@ -3342,10 +3342,11 @@ (define-public grilo
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue