From 4db7700db36bcd5b8f6254ced9cfdd2453eae9ca Mon Sep 17 00:00:00 2001 From: Hugh Mandalidis Date: Sun, 25 Jan 2026 12:43:01 +1100 Subject: [PATCH] bespokesynth: remove unused pcre dependency --- pkgs/by-name/be/bespokesynth/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/be/bespokesynth/package.nix b/pkgs/by-name/be/bespokesynth/package.nix index ee2b22f4817f..fb8395362b05 100644 --- a/pkgs/by-name/be/bespokesynth/package.nix +++ b/pkgs/by-name/be/bespokesynth/package.nix @@ -30,7 +30,6 @@ webkitgtk_4_1, python3, curl, - pcre, mount, zenity, # It is not allowed to distribute binaries with the VST2 SDK plugin without a license @@ -117,7 +116,6 @@ stdenv.mkDerivation (finalAttrs: { libxkbcommon xcbutilkeysyms xcb-util-cursor - pcre mount ];