thunderbird: fix missing icon issue
This commit is contained in:
parent
00b8fa792b
commit
52d952a69d
@ -266,7 +266,7 @@ stdenv.mkDerivation rec {
|
|||||||
genericName = "Mail Reader";
|
genericName = "Mail Reader";
|
||||||
name = "thunderbird";
|
name = "thunderbird";
|
||||||
exec = "thunderbird %U";
|
exec = "thunderbird %U";
|
||||||
icon = "$out/lib/thunderbird/chrome/icons/default/default256.png";
|
icon = "thunderbird";
|
||||||
mimeType = lib.concatStringsSep ";" [
|
mimeType = lib.concatStringsSep ";" [
|
||||||
# Email
|
# Email
|
||||||
"x-scheme-handler/mailto"
|
"x-scheme-handler/mailto"
|
||||||
@ -286,6 +286,7 @@ stdenv.mkDerivation rec {
|
|||||||
postInstall = ''
|
postInstall = ''
|
||||||
# TODO: Move to a dev output?
|
# TODO: Move to a dev output?
|
||||||
rm -rf $out/include $out/lib/thunderbird-devel-* $out/share/idl
|
rm -rf $out/include $out/lib/thunderbird-devel-* $out/share/idl
|
||||||
|
install -Dm 444 $out/lib/thunderbird/chrome/icons/default/default256.png $out/share/icons/hicolor/256x256/apps/thunderbird.png
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user