mate.marco: add dependence on mate-settings-daemon
Settings schema 'org.mate.peripherals-mouse' is needed by marco-1.24.x and is provided by mate-settings-daemon.
This commit is contained in:
parent
8aa38e74d0
commit
f74988f8a5
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, libcanberra-gtk3, libgtop, libstartup_notification, gnome3, gtk3, wrapGAppsHook }:
|
{ stdenv, fetchurl, pkgconfig, intltool, itstool, libxml2, libcanberra-gtk3, libgtop, libstartup_notification, gnome3, gtk3, mate-settings-daemon, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "marco";
|
pname = "marco";
|
||||||
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
libstartup_notification
|
libstartup_notification
|
||||||
gtk3
|
gtk3
|
||||||
gnome3.zenity
|
gnome3.zenity
|
||||||
|
mate-settings-daemon
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user