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:
parent
2b062ac71f
commit
a399af5bb2
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue