guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: mozjs: Remove obsolete workaround.


From: guix-commits
Subject: 05/08: gnu: mozjs: Remove obsolete workaround.
Date: Sat, 16 Jul 2022 14:27:22 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 13040cd3099ed6071e96595784ea66c8920bb1f8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 16 16:38:21 2022 +0200

    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 @@
          "--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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]