mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mate-control-center: Remove input labels.
* gnu/packages/mate.scm (mate-control-center)[inputs]: Remove labels. Change-Id: I0c54cd365ef8686a67d4bc44bc47996905040d72 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6d8107c967
commit
e50ef3db26
1 changed files with 32 additions and 32 deletions
|
@ -951,38 +951,38 @@ icons on the MATE desktop. It works on local and remote file systems.")
|
||||||
xmodmap
|
xmodmap
|
||||||
gobject-introspection))
|
gobject-introspection))
|
||||||
(inputs
|
(inputs
|
||||||
`(("at-spi2-core" ,at-spi2-core)
|
(list at-spi2-core
|
||||||
("cairo" ,cairo)
|
cairo
|
||||||
("caja" ,caja)
|
caja
|
||||||
("dconf" ,dconf)
|
dconf
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("dbus-glib" ,dbus-glib)
|
dbus-glib
|
||||||
("elogind" ,elogind)
|
elogind
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("glib" ,glib)
|
glib
|
||||||
("gtk+" ,gtk+)
|
gtk+
|
||||||
("libappindicator" ,libappindicator)
|
libappindicator
|
||||||
("libcanberra" ,libcanberra)
|
libcanberra
|
||||||
("libgtop" ,libgtop)
|
libgtop
|
||||||
("libmatekbd" ,libmatekbd)
|
libmatekbd
|
||||||
("libx11" ,libx11)
|
libx11
|
||||||
("libxcursor" ,libxcursor)
|
libxcursor
|
||||||
("libxext" ,libxext)
|
libxext
|
||||||
("libxi" ,libxi)
|
libxi
|
||||||
("libxklavier" ,libxklavier)
|
libxklavier
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("libxrandr" ,libxrandr)
|
libxrandr
|
||||||
("libxrender" ,libxrender)
|
libxrender
|
||||||
("libxscrnsaver" ,libxscrnsaver)
|
libxscrnsaver
|
||||||
("marco" ,marco)
|
marco
|
||||||
("mate-desktop" ,mate-desktop)
|
mate-desktop
|
||||||
("mate-menus" ,mate-menus)
|
mate-menus
|
||||||
("mate-settings-daemon" ,mate-settings-daemon)
|
mate-settings-daemon
|
||||||
("pango" ,pango)
|
pango
|
||||||
("polkit" ,polkit)
|
polkit
|
||||||
("startup-notification" ,startup-notification)
|
startup-notification
|
||||||
("udisks" ,udisks)))
|
udisks))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list (librsvg-for-system))) ;mate-slab.pc
|
(list (librsvg-for-system))) ;mate-slab.pc
|
||||||
(home-page "https://mate-desktop.org/")
|
(home-page "https://mate-desktop.org/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue