From 7d2de5d46344df1e487bb27168265939ce4723a1 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Mon, 26 May 2025 17:02:34 +0200 Subject: [PATCH] kicad: remove unused pcre dependency `pcre` is EOL and should not be used. The `pcre` dependency defined for kicad was unused and can just be removed. This can be verified by comparing builds with and without `pcre` using `diffoscope`. Apart from nix store hashes, nothing changed. --- pkgs/applications/science/electronics/kicad/base.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/applications/science/electronics/kicad/base.nix b/pkgs/applications/science/electronics/kicad/base.nix index 9bbf2c3f19c6..0c543022d270 100644 --- a/pkgs/applications/science/electronics/kicad/base.nix +++ b/pkgs/applications/science/electronics/kicad/base.nix @@ -18,7 +18,6 @@ pkg-config, doxygen, graphviz, - pcre, libpthreadstubs, libXdmcp, unixODBC, @@ -171,7 +170,6 @@ stdenv.mkDerivation rec { libX11 wxGTK gtk3 - pcre libXdmcp gettext glew