guix-patches
[Top][All Lists]
Advanced

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

[bug#50905] [PATCH core-updates v2 06/38] gnu: mozjs: Make the native-in


From: Maxime Devos
Subject: [bug#50905] [PATCH core-updates v2 06/38] gnu: mozjs: Make the native-inputs unconditional.
Date: Fri, 1 Oct 2021 16:21:08 +0200

* gnu/packages/nss.scm (mozjs)[inputs]: Always include 'perl" and
  'bash-minimal', even when compiling natively.
---
 gnu/packages/nss.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 6196ad692d..6315138c89 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -52,12 +52,9 @@
                "1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
     (build-system mozilla-build-system)
     (inputs
-     ;; TODO(core-updates): Make these inputs unconditional.
      ;; For 'compile-et.pl' and 'nspr-config'.
-     (if (%current-target-system)
-         `(("perl" ,perl) ; for 'compile-et.pl'
-           ("bash-minimal" ,bash-minimal)) ; for 'nspr-config'
-         '()))
+     `(("perl" ,perl) ; for 'compile-et.pl'
+       ("bash-minimal" ,bash-minimal))) ; for 'nspr-config'
     (native-inputs
      `(("perl" ,perl)))
     (arguments
-- 
2.33.0






reply via email to

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