From a399af5bb2bdf52d1c4d8babe5eacf30d12defaa Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Mon, 20 Dec 2021 22:34:26 +0800 Subject: [PATCH] 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 --- .../pantheon/apps/switchboard-plugs/bluetooth/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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; {