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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user