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.
This commit is contained in:
Grimmauld
2025-05-26 17:02:34 +02:00
parent 886356e9f8
commit 7d2de5d463
@@ -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