This is an automated email from the git hooks/post-receive script.
kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
The following commit(s) were added to refs/heads/wip-gnome3.36 by this push:
new 3a58cc9 gnu: gnome-shell: Use libnma.
3a58cc9 is described below
commit 3a58cc9dcf9423ebedf96bee98577965fbbd3019
Author: Brice Waegeneire <[email protected]>
AuthorDate: Sat May 23 21:47:53 2020 +0200
gnu: gnome-shell: Use libnma.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
---
gnu/packages/gnome.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5c9f537..783209c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7356,6 +7356,7 @@ properties, screen resolution, and other GNOME
parameters.")
("libcroco" ,libcroco)
("libgnomekbd" ,libgnomekbd) ;for gkbd-keyboard-display
("libgweather" ,libgweather)
+ ("libnma" ,libnma)
("libsoup" ,libsoup)
("mesa-headers" ,mesa-headers)
("mutter" ,mutter)