[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: icecat: Remove unsupported --disable-eme option on aarch64.
From: |
guix-commits |
Subject: |
07/11: gnu: icecat: Remove unsupported --disable-eme option on aarch64. |
Date: |
Wed, 1 Mar 2023 10:17:03 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 72ec11d24f34104efce0d91050a3faba4e2c7242
Author: r0man <roman@burningswell.com>
AuthorDate: Sun Feb 5 11:01:17 2023 +0100
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>
---
gnu/packages/gnuzilla.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 5fb9afa325..5a2e716042 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -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"
- branch master updated (f01b5299db -> c05adaddb1), guix-commits, 2023/03/01
- 04/11: gnu: Add flat-remix-gtk-theme., guix-commits, 2023/03/01
- 03/11: gnu: Add flat-remix-icon-theme., guix-commits, 2023/03/01
- 05/11: gnu: Add flat-remix-gnome-theme., guix-commits, 2023/03/01
- 07/11: gnu: icecat: Remove unsupported --disable-eme option on aarch64.,
guix-commits <=
- 01/11: gnu: Add python-pyee., guix-commits, 2023/03/01
- 02/11: gnu: Add python-pixelmatch., guix-commits, 2023/03/01
- 06/11: gnu: Add python-pypresence., guix-commits, 2023/03/01
- 09/11: gnu: font-google-noto-emoji: Install correct license file., guix-commits, 2023/03/01
- 11/11: gnu: Add emacs-motif., guix-commits, 2023/03/01
- 08/11: gnu: Add font-apl2741-unicode., guix-commits, 2023/03/01
- 10/11: gnu: Add ghc-hs-conllu., guix-commits, 2023/03/01