xautoclick: remove pcre

This commit is contained in:
Sigmanificient
2026-05-29 23:54:01 +02:00
parent 069e9f40ed
commit f4a52323a1

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
]