mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: libgovirt: Propagate glib and rest-next.
* gnu/packages/gnome.scm (libgovirt) [inputs]: Move rest-next to... [propagated-inputs]: ... here. Add glib.
This commit is contained in:
parent
0a92a64e59
commit
87ce7a6f71
1 changed files with 4 additions and 2 deletions
|
@ -9811,8 +9811,10 @@ (define-public libgovirt
|
|||
gobject-introspection
|
||||
gsettings-desktop-schemas
|
||||
pkg-config))
|
||||
(inputs
|
||||
(list rest-next))
|
||||
(propagated-inputs
|
||||
;; These dependencies are required by govirt-1.0.pc.
|
||||
(list glib
|
||||
rest-next))
|
||||
(synopsis "GoVirt Library")
|
||||
(description "GoVirt is a GObject wrapper for the oVirt REST API.")
|
||||
(home-page "https://gitlab.gnome.org/GNOME/libgovirt")
|
||||
|
|
Loading…
Reference in a new issue