mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: mate: Add needed dconf-editor to inputs.
* gnu/packages/mate.scm (mate-panel)[inputs]: Add dconf-editor. (mate)[inputs]: Add dconf-editor. Change-Id: Ib731e81d4aa6c148bf2dc390aebd8f2c1b8b5834 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
561d910f13
commit
62e55a621a
1 changed files with 2 additions and 0 deletions
|
@ -653,6 +653,7 @@ (define-public mate-panel
|
||||||
(list pkg-config intltool itstool xtrans gobject-introspection))
|
(list pkg-config intltool itstool xtrans gobject-introspection))
|
||||||
(inputs
|
(inputs
|
||||||
(list dconf
|
(list dconf
|
||||||
|
dconf-editor
|
||||||
cairo
|
cairo
|
||||||
dbus-glib
|
dbus-glib
|
||||||
gtk-layer-shell
|
gtk-layer-shell
|
||||||
|
@ -1576,6 +1577,7 @@ (define-public mate
|
||||||
caja
|
caja
|
||||||
dbus
|
dbus
|
||||||
dconf
|
dconf
|
||||||
|
dconf-editor
|
||||||
engrampa
|
engrampa
|
||||||
eom
|
eom
|
||||||
font-abattis-cantarell
|
font-abattis-cantarell
|
||||||
|
|
Loading…
Reference in a new issue