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
-2
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 { };