1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: icecat: Remove unsupported --disable-eme option on aarch64.

* gnu/packages/gnuzilla.scm (icecat): Remove unsupported --disable-eme option
on aarch64.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
r0man
2023-02-05 11:01:17 +01:00
committed by Christopher Baines
parent a0da11ee47
commit 72ec11d24f

View File

@@ -771,7 +771,8 @@ variable defined below. It requires guile-json to be installed."
"--disable-tests"
"--disable-updater"
"--disable-crashreporter"
"--disable-eme"
;; The --disable-eme option is not available on aarch64.
#$(if (target-aarch64?) "" "--disable-eme")
;; Building with debugging symbols takes ~5GiB, so disable it.
"--disable-debug"