mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Merge pull request #140761 from bobby285271/switchboard
pantheon.switchboard-plug-power: fix crash
This commit is contained in:
commit
c7b6b7ccdb
|
@ -15,6 +15,7 @@
|
|||
, dbus
|
||||
, polkit
|
||||
, switchboard
|
||||
, wingpanel-indicator-power
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -51,6 +52,7 @@ stdenv.mkDerivation rec {
|
|||
libgee
|
||||
polkit
|
||||
switchboard
|
||||
wingpanel-indicator-power # settings schema
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue