Skip to content

Commit

Permalink
pantheon.wingpanel-applications-menu: add switchboard-with-plugs deps
Browse files Browse the repository at this point in the history
Fixes #100209
  • Loading branch information
worldofpeace committed Oct 12, 2020
1 parent a48be6a commit b808ad4
Showing 1 changed file with 10 additions and 4 deletions.
Expand Up @@ -17,7 +17,7 @@
, json-glib
, elementary-dock
, bamf
, switchboard
, switchboard-with-plugs
, libunity
, libsoup
, wingpanel
Expand Down Expand Up @@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
pkgconfig
python3
vala
];
];

buildInputs = [
bamf
Expand All @@ -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"
Expand Down

0 comments on commit b808ad4

Please sign in to comment.