pantheon.wingpanel-applications-menu: add switchboard-with-plugs deps

Fixes https://github.com/NixOS/nixpkgs/issues/100209
gstqt5
WORLDofPEACE 2020-10-12 18:11:46 -04:00
parent a48be6a7f2
commit b808ad4294
1 changed files with 10 additions and 4 deletions

View File

@ -17,7 +17,7 @@
, json-glib
, elementary-dock
, bamf
, switchboard
, switchboard-with-plugs
, libunity
, libsoup
, wingpanel
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
pkgconfig
python3
vala
];
];
buildInputs = [
bamf
@ -66,10 +66,16 @@ stdenv.mkDerivation rec {
libhandy
libsoup
libunity
switchboard
switchboard-with-plugs
wingpanel
zeitgeist
];
] ++
# applications-menu has a plugin to search switchboard plugins
# see https://github.com/NixOS/nixpkgs/issues/100209
# wingpanel's wrapper will need to pick up the fact that
# applications-menu needs a version of switchboard with all
# its plugins for search.
switchboard-with-plugs.buildInputs;
mesonFlags = [
"--sysconfdir=${placeholder "out"}/etc"