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
This commit is contained in:
Bobby Rong
2021-12-21 12:04:39 +08:00
parent 2b062ac71f
commit a399af5bb2
@@ -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; {