thunderbird-esr-bin-unwrapped: 140.11.0esr -> 140.11.1esr (#525433)
This commit is contained in:
@@ -228,7 +228,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.";
|
||||
|
||||
+397
-397
File diff suppressed because it is too large
Load Diff
@@ -10006,6 +10006,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
|
||||
@@ -10014,6 +10015,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