thunderbird-bin: Set explicit binaryName after betterbird changes
The betterbird package introduced the binaryName variable, because it uses a different executable filename. During review the required changes to thunderbird-bin were missed.
This commit is contained in:
parent
6a6f328ef5
commit
4e2bb2c2be
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue