mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
xautoclick: remove pcre
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user