From 13040cd3099ed6071e96595784ea66c8920bb1f8 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 16 Jul 2022 16:38:21 +0200 Subject: [PATCH] gnu: mozjs: Remove obsolete workaround. * gnu/packages/gnuzilla.scm (mozjs)[arguments]: Remove "--disable-rust-simd" from #:configure-flags. --- gnu/packages/gnuzilla.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm index 70f2b3b43f..4579a3f8a6 100644 --- a/gnu/packages/gnuzilla.scm +++ b/gnu/packages/gnuzilla.scm @@ -126,10 +126,6 @@ (define-public mozjs "--enable-hardening" "--enable-optimize" "--enable-release" - ;; FIXME: rust-simd is disabled otherwise the build fails with - ;; "error: `[u32; 64]` is forbidden as the type of a const generic - ;; parameter". - "--disable-rust-simd" "--enable-readline" "--enable-shared-js" "--with-system-icu"