Archived
1
0
Fork 0

gnu: mate: Remove input labels.

* gnu/packages/mate.scm (mate)[inputs]: Remove labels.
This commit is contained in:
Ludovic Courtès 2022-11-21 23:21:29 +01:00
parent 5e97f912bb
commit 220669a022
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1490,48 +1490,48 @@ used to bring up authentication dialogs.")
(native-inputs (list desktop-file-utils)) (native-inputs (list desktop-file-utils))
(inputs (inputs
;; TODO: Add more packages ;; TODO: Add more packages
`(("at-spi2-core" ,at-spi2-core) (list at-spi2-core
("atril" ,atril) atril
("caja" ,caja) caja
("dbus" ,dbus) dbus
("dconf" ,dconf) dconf
("engrampa" ,engrampa) engrampa
("eom" ,eom) eom
("font-abattis-cantarell" ,font-abattis-cantarell) font-abattis-cantarell
("glib-networking" ,glib-networking) glib-networking
("gnome-keyring" ,gnome-keyring) gnome-keyring
("gvfs" ,gvfs) gvfs
("hicolor-icon-theme" ,hicolor-icon-theme) hicolor-icon-theme
("libmatekbd" ,libmatekbd) libmatekbd
("libmateweather" ,libmateweather) libmateweather
("libmatemixer" ,libmatemixer) libmatemixer
("marco" ,marco) marco
("mate-session-manager" ,mate-session-manager) mate-session-manager
("mate-settings-daemon" ,mate-settings-daemon) mate-settings-daemon
("mate-desktop" ,mate-desktop) mate-desktop
("mate-terminal" ,mate-terminal) mate-terminal
("mate-themes" ,mate-themes) mate-themes
("mate-icon-theme" ,mate-icon-theme) mate-icon-theme
("mate-power-manager" ,mate-power-manager) mate-power-manager
("mate-menu" ,mate-menus) mate-menus
("mate-panel" ,mate-panel) mate-panel
("mate-control-center" ,mate-control-center) mate-control-center
("mate-media" ,mate-media) mate-media
("mate-applets" ,mate-applets) mate-applets
("mate-user-guide" ,mate-user-guide) mate-user-guide
("mate-calc" ,mate-calc) mate-calc
("mate-backgrounds" ,mate-backgrounds) mate-backgrounds
("mate-netbook" ,mate-netbook) mate-netbook
("mate-utils" ,mate-utils) mate-utils
("mate-polkit" ,mate-polkit) mate-polkit
("mate-system-monitor" ,mate-system-monitor) mate-system-monitor
("mate-utils" ,mate-utils) mate-utils
("pluma" ,pluma) pluma
("pinentry-gnome3" ,pinentry-gnome3) pinentry-gnome3
("pulseaudio" ,pulseaudio) pulseaudio
("shared-mime-info" ,shared-mime-info) shared-mime-info
("yelp" ,yelp) yelp
("zenity" ,zenity))) zenity))
(propagated-inputs (propagated-inputs
;; Default font that applications such as IceCat require. ;; Default font that applications such as IceCat require.
(list font-dejavu)) (list font-dejavu))