Unverified Commit d7382229 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

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

thunderbird-bin: Set explicit binaryName after betterbird changes
parents 0cc24339 4e2bb2c2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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)";