guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libgovirt: Propagate glib and rest-next.


From: guix-commits
Subject: 01/02: gnu: libgovirt: Propagate glib and rest-next.
Date: Thu, 15 Sep 2022 22:41:54 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 87ce7a6f71a0d337e47125ad7e8349f9225c7bf1
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Sep 15 22:26:04 2022 -0400

    gnu: libgovirt: Propagate glib and rest-next.
    
    * gnu/packages/gnome.scm (libgovirt)
    [inputs]: Move rest-next to...
    [propagated-inputs]: ... here.  Add glib.
---
 gnu/packages/gnome.scm | 6 ++++--
 1 file 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";)



reply via email to

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