mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mate: Add more packages.
* gnu/packages/mate.scm (mate)[inputs]: Add "mate-user-guide", "mate-calc", "mate-backgrounds", "mate-netbook", "hicolor-icon-theme", "mate-utils", "engrampa", "eom", "mate-polkit", "mate-system-monitor", "mate-utils", "pluma", "atril". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
95073bfc3e
commit
6ce4fc69f5
1 changed files with 13 additions and 0 deletions
|
@ -1537,14 +1537,18 @@ (define-public mate
|
|||
(inputs
|
||||
;; TODO: Add more packages
|
||||
`(("at-spi2-core" ,at-spi2-core)
|
||||
("atril" ,atril)
|
||||
("caja" ,caja)
|
||||
("dbus" ,dbus)
|
||||
("dconf" ,dconf)
|
||||
("desktop-file-utils" ,desktop-file-utils)
|
||||
("engrampa" ,engrampa)
|
||||
("eom" ,eom)
|
||||
("font-cantarell" ,font-cantarell)
|
||||
("glib-networking" ,glib-networking)
|
||||
("gnome-keyring" ,gnome-keyring)
|
||||
("gvfs" ,gvfs)
|
||||
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||
("libmatekbd" ,libmatekbd)
|
||||
("libmateweather" ,libmateweather)
|
||||
("libmatemixer" ,libmatemixer)
|
||||
|
@ -1560,6 +1564,15 @@ (define-public mate
|
|||
("mate-control-center" ,mate-control-center)
|
||||
("mate-media" ,mate-media)
|
||||
("mate-applets" ,mate-applets)
|
||||
("mate-user-guide" ,mate-user-guide)
|
||||
("mate-calc" ,mate-calc)
|
||||
("mate-backgrounds" ,mate-backgrounds)
|
||||
("mate-netbook" ,mate-netbook)
|
||||
("mate-utils" ,mate-utils)
|
||||
("mate-polkit" ,mate-polkit)
|
||||
("mate-system-monitor" ,mate-system-monitor)
|
||||
("mate-utils" ,mate-utils)
|
||||
("pluma" ,pluma)
|
||||
("pinentry-gnome3" ,pinentry-gnome3)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("shared-mime-info" ,shared-mime-info)
|
||||
|
|
Loading…
Reference in a new issue