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 , json-glib
, elementary-dock , elementary-dock
, bamf , bamf
, switchboard , switchboard-with-plugs
, libunity , libunity
, libsoup , libsoup
, wingpanel , wingpanel
@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
pkgconfig pkgconfig
python3 python3
vala vala
]; ];
buildInputs = [ buildInputs = [
bamf bamf
@ -66,10 +66,16 @@ stdenv.mkDerivation rec {
libhandy libhandy
libsoup libsoup
libunity libunity
switchboard switchboard-with-plugs
wingpanel wingpanel
zeitgeist 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 = [ mesonFlags = [
"--sysconfdir=${placeholder "out"}/etc" "--sysconfdir=${placeholder "out"}/etc"