kermit-terminal: remove unused pcre dependency

part of #356387
closes #532565

Validated using diffoscope, package output is identical with and without pcre.
No mention of pcre in upstream sources.
This commit is contained in:
Grimmauld
2026-07-23 17:01:05 +02:00
parent 571b1a74fe
commit 360868e75a
@@ -4,7 +4,6 @@
fetchFromGitHub,
cmake,
gtk3,
pcre,
pkg-config,
vte,
nixosTests,
@@ -33,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
gtk3
pcre
vte
];