Skip to content

Commit 878c465

Browse files
committed
lxqt.lxqt-policykit: remove unused pcre dependency
This dependency has been added in nixpkgs commit 644938a while upgrading from version 0.11.1 -> 0.12.0, but upstream never added a dependency on pcre. See: lxqt/lxqt-policykit@0.11.1...0.12.0. In fact the entire upstream repo doesn't contain a mention of pcre
1 parent 6bbad3c commit 878c465

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkgs/desktops/lxqt/lxqt-policykit/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
liblxqt,
88
libqtxdg,
99
lxqt-build-tools,
10-
pcre,
1110
pkg-config,
1211
polkit,
1312
polkit-qt-1,
@@ -42,7 +41,6 @@ stdenv.mkDerivation rec {
4241
kwindowsystem
4342
liblxqt
4443
libqtxdg
45-
pcre
4644
polkit
4745
polkit-qt-1
4846
qtbase

0 commit comments

Comments
 (0)