summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-20 22:34:26 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-21 12:04:39 +0800
commita399af5bb2bdf52d1c4d8babe5eacf30d12defaa (patch)
tree2b055798f1cbf7d1616c51a0db0e72eb79b09475 /pkgs/desktops
parent2b062ac71fffcf9a6e68c6cd60e31734ae2ab17d (diff)
pantheon.switchboard-plug-bluetooth: add wingpanel-indicator-bluetooth to buildInputs
See https://github.com/elementary/switchboard-plug-bluetooth/blob/7904ac5764e0adc09fa17850bb59da4d79efc41c/src/Services/Manager.vala#L29
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix b/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
index 8f4b9fe32b27..764845c02022 100644
--- a/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
+++ b/pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix
@@ -12,6 +12,7 @@
, gtk3
, bluez
, switchboard
+, wingpanel-indicator-bluetooth
}:
stdenv.mkDerivation rec {
@@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
gtk3
libgee
switchboard
+ wingpanel-indicator-bluetooth # settings schema
];
meta = with lib; {