Loading pkgs/applications/networking/browsers/librewolf/librewolf.nix +7 −4 Original line number Diff line number Diff line Loading @@ -15,8 +15,10 @@ rec { extraPostPatch = '' while read patch_name; do if ! sed -n '/nvidia-wayland-backported-fixes-.*-Bug-1898476/p'; then echo "applying LibreWolf patch: $patch_name" patch -p1 < ${source}/$patch_name fi done <${source}/assets/patches.txt cp -r ${source}/themes/browser . Loading @@ -30,8 +32,9 @@ rec { extraPoliciesFiles = [ "${src.settings}/distribution/policies.json" ]; extraPassthru = { librewolf = { inherit src extraPatches; }; librewolf = { inherit src extraPatches; }; inherit extraPrefsFiles extraPoliciesFiles; }; } Loading
pkgs/applications/networking/browsers/librewolf/librewolf.nix +7 −4 Original line number Diff line number Diff line Loading @@ -15,8 +15,10 @@ rec { extraPostPatch = '' while read patch_name; do if ! sed -n '/nvidia-wayland-backported-fixes-.*-Bug-1898476/p'; then echo "applying LibreWolf patch: $patch_name" patch -p1 < ${source}/$patch_name fi done <${source}/assets/patches.txt cp -r ${source}/themes/browser . Loading @@ -30,8 +32,9 @@ rec { extraPoliciesFiles = [ "${src.settings}/distribution/policies.json" ]; extraPassthru = { librewolf = { inherit src extraPatches; }; librewolf = { inherit src extraPatches; }; inherit extraPrefsFiles extraPoliciesFiles; }; }