From 3a58cc9dcf9423ebedf96bee98577965fbbd3019 Mon Sep 17 00:00:00 2001 From: Brice Waegeneire Date: Sat, 23 May 2020 21:47:53 +0200 Subject: 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 5c9f537496..783209c203 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) -- cgit 1.4.1