psensor: add libappindicator to buildInputs
This commit is contained in:
parent
61e3ed3870
commit
0582e39181
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
, udisks2
|
||||
, libXNVCtrl
|
||||
, wrapGAppsHook
|
||||
, libappindicator
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -31,6 +32,7 @@ stdenv.mkDerivation rec {
|
|||
gtk3
|
||||
libnotify
|
||||
udisks2
|
||||
libappindicator
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
|
Loading…
Reference in a new issue