Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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.

+4
+4
pkgs/applications/networking/mailreaders/thunderbird-bin/default.nix
··· 204 204 baseUrl = "http://archive.mozilla.org/pub/thunderbird/releases/"; 205 205 }; 206 206 207 + passthru = { 208 + binaryName = "thunderbird"; 209 + }; 210 + 207 211 meta = with lib; { 208 212 changelog = "https://www.thunderbird.net/en-US/thunderbird/${version}/releasenotes/"; 209 213 description = "Mozilla Thunderbird, a full-featured email client (binary package)";