forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all Firefox/Thunderbird packages (NixOS#352161)
- Loading branch information
Showing
10 changed files
with
1,541 additions
and
1,529 deletions.
There are no files selected for viewing
826 changes: 413 additions & 413 deletions
826
pkgs/applications/networking/browsers/firefox-bin/beta_sources.nix
Large diffs are not rendered by default.
Oops, something went wrong.
826 changes: 413 additions & 413 deletions
826
pkgs/applications/networking/browsers/firefox-bin/developer-edition_sources.nix
Large diffs are not rendered by default.
Oops, something went wrong.
826 changes: 413 additions & 413 deletions
826
pkgs/applications/networking/browsers/firefox-bin/release_sources.nix
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
pkgs/applications/networking/browsers/firefox/env_var_for_system_dir-ff133.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
diff --git a/toolkit/xre/nsXREDirProvider.cpp b/toolkit/xre/nsXREDirProvider.cpp | ||
index 6db876975187..5882c5d7f1d6 100644 | ||
--- a/toolkit/xre/nsXREDirProvider.cpp | ||
+++ b/toolkit/xre/nsXREDirProvider.cpp | ||
@@ -11,6 +11,7 @@ | ||
|
||
#include "jsapi.h" | ||
#include "xpcpublic.h" | ||
+#include "prenv.h" | ||
#include "prprf.h" | ||
|
||
#include "nsIAppStartup.h" | ||
@@ -297,7 +297,8 @@ static nsresult GetSystemParentDirectory(nsIFile** aFile) { | ||
"/usr/lib/mozilla"_ns | ||
# endif | ||
; | ||
- rv = NS_NewNativeLocalFile(dirname, getter_AddRefs(localDir)); | ||
+ const char* pathVar = PR_GetEnv("MOZ_SYSTEM_DIR"); | ||
+ rv = NS_NewNativeLocalFile((pathVar && *pathVar) ? nsDependentCString(pathVar) : reinterpret_cast<const nsCString&>(dirname), getter_AddRefs(localDir)); | ||
# endif | ||
|
||
if (NS_SUCCEEDED(rv)) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
530 changes: 265 additions & 265 deletions
530
pkgs/applications/networking/mailreaders/thunderbird-bin/release_sources.nix
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters