me
/
guix
Archived
1
0
Fork 0

gnu: mozjs: Remove obsolete workaround.

* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Remove "--disable-rust-simd"
from #:configure-flags.
master
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
1 changed files with 0 additions and 4 deletions

View File

@ -126,10 +126,6 @@
"--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"