mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
434abe24fa
Firefox 98+ fails to draw its window on aarch64. Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1757571 Also add a hack to remove the psutil version cap, since otherwise it fails to build with the latest python-psutil version (for no reason).
9 lines
631 B
Diff
9 lines
631 B
Diff
--- firefox-98.0.1/build/mach_virtualenv_packages.txt.old 2022-03-15 09:22:23.844188180 -0400
|
|
+++ firefox-98.0.1/build/mach_virtualenv_packages.txt 2022-03-15 09:22:31.767183949 -0400
|
|
@@ -133,5 +133,5 @@
|
|
# Mach gracefully handles the case where `psutil` is unavailable.
|
|
# We aren't (yet) able to pin packages in automation, so we have to
|
|
# support down to the oldest locally-installed version (5.4.2).
|
|
-pypi-optional:psutil>=5.4.2,<=5.8.0:telemetry will be missing some data
|
|
+pypi-optional:psutil>=5.4.2:telemetry will be missing some data
|
|
pypi-optional:zstandard>=0.11.1,<=0.17.0:zstd archives will not be possible to extract
|