me
/
guix
Archived
1
0
Fork 0

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>
master
r0man 2023-02-05 11:01:17 +01:00 committed by Christopher Baines
parent a0da11ee47
commit 72ec11d24f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

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"