Merge pull request #295157 from jopejoe1/firefox/clean-up-forks

authored by Sandro and committed by GitHub 77ebb870 3d676bbf

+4 -11
+2 -3
pkgs/applications/networking/browsers/floorp/default.nix
··· 11 11 applicationName = "Floorp"; 12 12 binaryName = "floorp"; 13 13 branding = "browser/branding/official"; 14 + requireSigning = false; 15 + allowAddonSideload = true; 14 16 15 17 # Must match the contents of `browser/config/version.txt` in the source tree 16 18 version = "115.8.0"; ··· 26 28 extraConfigureFlags = [ 27 29 "--with-app-name=${pname}" 28 30 "--with-app-basename=${applicationName}" 29 - "--with-distribution-id=one.ablaze.floorp" 30 31 "--with-unsigned-addon-scopes=app,system" 31 - "--allow-addon-sideload" 32 32 ]; 33 33 34 34 meta = { ··· 54 54 mlsAPISupport = true; 55 55 }).overrideAttrs (prev: { 56 56 MOZ_DATA_REPORTING = ""; 57 - MOZ_REQUIRE_SIGNING = ""; 58 57 MOZ_TELEMETRY_REPORTING = ""; 59 58 })
+1
pkgs/applications/networking/browsers/librewolf/default.nix
··· 11 11 src = librewolf-src.firefox; 12 12 requireSigning = false; 13 13 allowAddonSideload = true; 14 + branding = "browser/branding/librewolf"; 14 15 inherit (librewolf-src) extraConfigureFlags extraPatches extraPostPatch extraPassthru; 15 16 16 17 meta = {
-3
pkgs/applications/networking/browsers/librewolf/librewolf.nix
··· 11 11 extraConfigureFlags = [ 12 12 "--with-app-name=librewolf" 13 13 "--with-app-basename=LibreWolf" 14 - "--with-branding=browser/branding/librewolf" 15 - "--with-distribution-id=io.gitlab.librewolf-community" 16 14 "--with-unsigned-addon-scopes=app,system" 17 - "--allow-addon-sideload" 18 15 ]; 19 16 20 17 extraPostPatch = ''
+1 -5
pkgs/applications/networking/mailreaders/betterbird/default.nix
··· 44 44 45 45 applicationName = "Betterbird"; 46 46 binaryName = "betterbird"; 47 + branding = "comm/mail/branding/betterbird"; 47 48 inherit (thunderbird-unwrapped) application extraPatches; 48 49 49 50 src = fetchurl { ··· 90 91 91 92 extraBuildInputs = [ 92 93 libdbusmenu-gtk3 93 - ]; 94 - 95 - extraConfigureFlags = [ 96 - "--enable-application=comm/mail" 97 - "--with-branding=comm/mail/branding/betterbird" 98 94 ]; 99 95 100 96 meta = with lib; {