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:
Martin Weinelt 2023-05-05 01:26:48 +02:00
parent 6a6f328ef5
commit 4e2bb2c2be
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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)";