xautoclick: remove pcre (#525729)

This commit is contained in:
Martin Weinelt
2026-05-29 22:22:47 +00:00
committed by GitHub
-2
View File
@@ -9,7 +9,6 @@
libevdev,
gtkSupport ? true,
gtk3,
pcre,
glib,
wrapGAppsHook3,
fltkSupport ? true,
@@ -47,7 +46,6 @@ stdenv.mkDerivation (finalAttrs: {
]
++ lib.optionals gtkSupport [
gtk3
pcre
glib
wrapGAppsHook3
]