Merge pull request #230018 from mweinelt/fix-thunderbird-bin-wrapper

thunderbird-bin: Set explicit binaryName after betterbird changes
This commit is contained in:
Kira Bruneau 2023-05-04 19:44:53 -04:00 committed by GitHub
commit d738222907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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