1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-04 19:45:54 +00:00

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

View file

@ -12,6 +12,7 @@
, gtk3 , gtk3
, bluez , bluez
, switchboard , switchboard
, wingpanel-indicator-bluetooth
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -53,6 +54,7 @@ stdenv.mkDerivation rec {
gtk3 gtk3
libgee libgee
switchboard switchboard
wingpanel-indicator-bluetooth # settings schema
]; ];
meta = with lib; { meta = with lib; {