pantheon.switchboard-plug-bluetooth: add wingpanel-indicator-bluetooth to buildInputs

See 7904ac5764/src/Services/Manager.vala (L29)
This commit is contained in:
Bobby Rong 2021-12-20 22:34:26 +08:00
parent 2b062ac71f
commit a399af5bb2
No known key found for this signature in database
GPG Key ID: ED07364437C91161

@ -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; {