[Backport release-25.11] thunderbird-esr-bin-unwrapped: 140.11.0esr -> 140.11.1esr (#525858)

This commit is contained in:
taku0
2026-05-31 08:32:59 +00:00
committed by GitHub
3 changed files with 400 additions and 398 deletions

View File

@@ -211,7 +211,7 @@ let
terminal = false;
}
// (
if libName == "thunderbird" then
if lib.strings.hasPrefix "thunderbird" libName then
{
genericName = "Email Client";
comment = "Read and write e-mails or RSS feeds, or manage tasks on calendars.";

View File

@@ -12321,6 +12321,7 @@ with pkgs;
thunderbird-bin = thunderbird-latest-bin;
thunderbird-latest-bin = wrapThunderbird thunderbird-latest-bin-unwrapped {
pname = "thunderbird-bin";
libName = "thunderbird-bin-${thunderbird-latest-bin-unwrapped.version}";
};
thunderbird-latest-bin-unwrapped =
callPackage ../applications/networking/mailreaders/thunderbird-bin
@@ -12329,6 +12330,7 @@ with pkgs;
};
thunderbird-esr-bin = wrapThunderbird thunderbird-esr-bin-unwrapped {
pname = "thunderbird-esr-bin";
libName = "thunderbird-bin-${thunderbird-esr-bin-unwrapped.version}";
};
thunderbird-esr-bin-unwrapped = callPackage ../applications/networking/mailreaders/thunderbird-bin {
generated = import ../applications/networking/mailreaders/thunderbird-bin/release_esr_sources.nix;