lilyp pushed a commit to branch gnome-team
in repository guix.
commit 3ef406665907e39345d169318472e42eb4763080
Author: Liliana Marie Prikler <[email protected]>
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 a168104ca4..b58fdcd315 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9288,8 +9288,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