mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
Merge pull request #230018 from mweinelt/fix-thunderbird-bin-wrapper
thunderbird-bin: Set explicit binaryName after betterbird changes
This commit is contained in:
commit
d738222907
@ -204,6 +204,10 @@ stdenv.mkDerivation {
|
||||
baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
binaryName = "thunderbird";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://www.thunderbird.net/en-US/thunderbird/${version}/releasenotes/";
|
||||
description = "Mozilla Thunderbird, a full-featured email client (binary package)";
|
||||
|
Loading…
Reference in New Issue
Block a user