mailspring: add libappindicator
This commit is contained in:
parent
831b9b4c36
commit
08e041d8fa
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
, xorg
|
||||
, mesa
|
||||
, libdrm
|
||||
, libappindicator
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -55,6 +56,7 @@ stdenv.mkDerivation rec {
|
|||
coreutils
|
||||
openssl
|
||||
(lib.getLib udev)
|
||||
libappindicator
|
||||
];
|
||||
|
||||
unpackPhase = ''
|
||||
|
|
Loading…
Reference in a new issue