gnu: mozjs: Remove obsolete workaround.

* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Remove "--disable-rust-simd"
from #:configure-flags.
This commit is contained in:
Marius Bakke 2022-07-16 16:38:21 +02:00
parent 03a4908ea5
commit 13040cd309
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -126,10 +126,6 @@ (define-public mozjs
"--enable-hardening" "--enable-hardening"
"--enable-optimize" "--enable-optimize"
"--enable-release" "--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-readline"
"--enable-shared-js" "--enable-shared-js"
"--with-system-icu" "--with-system-icu"