lxqt.lxqt-build-tools: remove unused dependency on pcre

The upstream repository lists no references to pcre.
`nix-check-deps` flags pcre as unused and the build succeeds without it.
This commit is contained in:
Grimmauld
2025-05-10 14:54:29 +02:00
parent 9dba4b6669
commit 71f07d6854
@@ -4,7 +4,6 @@
fetchFromGitHub,
cmake,
pkg-config,
pcre,
qtbase,
glib,
perl,
@@ -46,7 +45,6 @@ stdenv.mkDerivation rec {
buildInputs = [
qtbase
glib
pcre
];
propagatedBuildInputs = [