diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 22:26:04 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-09-15 22:38:56 -0400 |
commit | 87ce7a6f71a0d337e47125ad7e8349f9225c7bf1 (patch) | |
tree | ede32810694a411e0fb7cdc2324a03e83a36910c /gnu/packages/gnome.scm | |
parent | 0a92a64e59ac1895c685231c662ec2bee18ff90a (diff) | |
download | guix-87ce7a6f71a0d337e47125ad7e8349f9225c7bf1.tar.gz |
gnu: libgovirt: Propagate glib and rest-next.
* gnu/packages/gnome.scm (libgovirt) [inputs]: Move rest-next to... [propagated-inputs]: ... here. Add glib.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5a3ae2659d..282c388b18 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9811,8 +9811,10 @@ associations for GNOME.") 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") |