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
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

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