From 5418f0c83cc06cca992bd616afcd5e210521e923 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Thu, 23 Jul 2026 18:35:23 +0200 Subject: [PATCH] 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. --- pkgs/by-name/sy/synergy/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/sy/synergy/package.nix b/pkgs/by-name/sy/synergy/package.nix index 4d7917d4f9f3..326543d4872d 100644 --- a/pkgs/by-name/sy/synergy/package.nix +++ b/pkgs/by-name/sy/synergy/package.nix @@ -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