mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
psensor: add libappindicator to buildInputs
This commit is contained in:
parent
61e3ed3870
commit
0582e39181
@ -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 New Issue
Block a user