mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
lxqt.libfm-qt: remove unused pcre dependency (#412118)
This commit is contained in:
commit
556b53330c
1 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
lxqt-build-tools,
|
lxqt-build-tools,
|
||||||
lxqt-menu-data,
|
lxqt-menu-data,
|
||||||
menu-cache,
|
menu-cache,
|
||||||
pcre,
|
|
||||||
pkg-config,
|
pkg-config,
|
||||||
qttools,
|
qttools,
|
||||||
wrapQtAppsHook,
|
wrapQtAppsHook,
|
||||||
|
@ -52,7 +51,6 @@ stdenv.mkDerivation rec {
|
||||||
libxcb
|
libxcb
|
||||||
lxqt-menu-data
|
lxqt-menu-data
|
||||||
menu-cache
|
menu-cache
|
||||||
pcre
|
|
||||||
] ++ (lib.optionals (lib.versionAtLeast "2.0.0" version) [ qtx11extras ]);
|
] ++ (lib.optionals (lib.versionAtLeast "2.0.0" version) [ qtx11extras ]);
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue