gnome3.gnome-settings-daemon: remove mousetweaks

This commit is contained in:
Tor Hedin Brønner
2020-02-10 23:39:05 +01:00
committed by Jan Tojnar
parent c7cf166533
commit f5b1e361ee

View File

@@ -13,7 +13,6 @@
, libgnomekbd
, lcms2
, libpulseaudio
, mousetweaks
, alsaLib
, libcanberra-gtk3
, upower
@@ -51,7 +50,7 @@ stdenv.mkDerivation rec {
patches = [
(substituteAll {
src = ./fix-paths.patch;
inherit tzdata mousetweaks;
inherit tzdata;
})
];