pantheon.wingpanel-applications-menu: add switchboard-with-plugs deps
Fixes https://github.com/NixOS/nixpkgs/issues/100209
This commit is contained in:
parent
a48be6a7f2
commit
b808ad4294
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user