mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
[Backport release-25.11] thunderbird-esr-bin-unwrapped: 140.11.0esr -> 140.11.1esr (#525858)
This commit is contained in:
@@ -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.";
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user