mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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-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 { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue