lxqt.libfm-qt: remove unused pcre dependency (#412118)

This commit is contained in:
K900 2025-05-30 15:12:11 +03:00 committed by GitHub
commit 556b53330c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,6 @@
lxqt-build-tools,
lxqt-menu-data,
menu-cache,
pcre,
pkg-config,
qttools,
wrapQtAppsHook,
@ -52,7 +51,6 @@ stdenv.mkDerivation rec {
libxcb
lxqt-menu-data
menu-cache
pcre
] ++ (lib.optionals (lib.versionAtLeast "2.0.0" version) [ qtx11extras ]);
passthru.updateScript = gitUpdater { };