diff options
| author | Bobby Rong <rjl931189261@126.com> | 2021-12-20 22:34:26 +0800 |
|---|---|---|
| committer | Bobby Rong <rjl931189261@126.com> | 2022-01-11 16:40:59 +0800 |
| commit | b4bff41830f351d53e2c1ac1dc7125c8a4b6761d (patch) | |
| tree | 7237be03307631708aea4b48b4a929507bc2b717 | |
| parent | pantheon.elementary-videos: 2.8.1 -> 2.8.3 (diff) | |
| download | nixpkgs-b4bff41830f351d53e2c1ac1dc7125c8a4b6761d.tar.gz | |
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
(cherry picked from commit a399af5bb2bdf52d1c4d8babe5eacf30d12defaa)
| -rw-r--r-- | pkgs/desktops/pantheon/apps/switchboard-plugs/bluetooth/default.nix | 2 |
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; { |
