16 wingpanel-indicator-bluetooth,
19 stdenv.mkDerivation rec {
20 pname = "switchboard-plug-bluetooth";
23 src = fetchFromGitHub {
27 sha256 = "sha256-NefWnkI7K6I1JY3UG9wUbB/yF3R8tUdPb4tAafiTR3o=";
44 wingpanel-indicator-bluetooth # settings schema
48 updateScript = nix-update-script { };
52 description = "Switchboard Bluetooth Plug";
53 homepage = "https://github.com/elementary/switchboard-plug-bluetooth";
54 license = licenses.gpl3Plus;
55 platforms = platforms.linux;
56 maintainers = teams.pantheon.members;