synergy: remove unused pcre dependency

part of #356387
closes #532627

Validated using diffoscope, package output is identical with and without pcre other than store path.
This commit is contained in:
Grimmauld
2026-07-23 18:35:23 +02:00
parent f15235f5ae
commit 5418f0c83c
-2
View File
@@ -6,7 +6,6 @@
cmake,
openssl,
pcre,
util-linux,
libselinux,
libsepol,
@@ -69,7 +68,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
libsForQt5.qttools # Used for translations even when not building the GUI
openssl
pcre
]
++ lib.optionals stdenv.hostPlatform.isLinux [
util-linux