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:
@@ -4,7 +4,6 @@
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
gtk3,
|
||||
pcre,
|
||||
pkg-config,
|
||||
vte,
|
||||
nixosTests,
|
||||
@@ -33,7 +32,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
pcre
|
||||
vte
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user