mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
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 {
|
||||
pname = "marco";
|
||||
|
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
|||
libstartup_notification
|
||||
gtk3
|
||||
gnome3.zenity
|
||||
mate-settings-daemon
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue