mate-session-manager: remove explicitly dependence on gsettings_desktop_schemas
Now it is propagated by gtk3.
This commit is contained in:
parent
bf5702eb2d
commit
492ffae9b6
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, pkgconfig, intltool, xtrans, dbus_glib, systemd,
|
||||
libSM, libXtst, gtk3, gsettings_desktop_schemas, mate-desktop,
|
||||
hicolor_icon_theme, wrapGAppsHook
|
||||
libSM, libXtst, gtk3, mate-desktop, hicolor_icon_theme,
|
||||
wrapGAppsHook
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -27,7 +27,6 @@ stdenv.mkDerivation rec {
|
|||
libSM
|
||||
libXtst
|
||||
gtk3
|
||||
gsettings_desktop_schemas
|
||||
mate-desktop
|
||||
hicolor_icon_theme
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue