diff options
author | Brice Waegeneire <brice@waegenei.re> | 2020-05-23 21:47:53 +0200 |
---|---|---|
committer | Brice Waegeneire <brice@waegenei.re> | 2020-05-23 21:47:53 +0200 |
commit | e24d311f9c4787333b136b8bad504ae74f679259 (patch) | |
tree | a2977b9c51b35a01f7c696299851559b0fc1840b | |
parent | 79d7b5277f803d474f8934b1680ce598c9c27e2d (diff) | |
download | patches-e24d311f9c4787333b136b8bad504ae74f679259.tar patches-e24d311f9c4787333b136b8bad504ae74f679259.tar.gz |
gnu: gnome-shell: Use libnma.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
-rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 49fb2c8f0c..a568d54044 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7297,6 +7297,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) |