lilyp pushed a commit to branch gnome-team
in repository guix.

commit bb2fdf1f5faf81b2ac1d705fca224aa406b6fefc
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sun Jan 19 08:01:58 2025 +0100

    gnu: libmanette: Propagate inputs.
    
    * gnu/packages/games.scm (libmanette)[inputs]: Move to…
    [propagated-inputs]: … this.  Add glib.
---
 gnu/packages/games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9d75914f27..2865bb1851 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9399,8 +9399,8 @@ their own levels.")
     (native-inputs
      (list `(,glib "bin") ; for glib-compile-resources
            gobject-introspection pkg-config vala))
-    (inputs
-     (list libevdev libgudev))
+    (propagated-inputs
+     (list glib libevdev libgudev))     ; as per manette-0.2.pc
     (home-page "https://wiki.gnome.org/Apps/Games";)
     (synopsis "Game controller library")
     (description "Libmanette is a small GObject library giving you simple

Reply via email to