guix-commits
[Top][All Lists]
Advanced

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

06/38: gnu: mozjs: Make the native-inputs unconditional.


From: guix-commits
Subject: 06/38: gnu: mozjs: Make the native-inputs unconditional.
Date: Sat, 2 Oct 2021 12:52:38 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit e3d61d2082df63b6fd19336907c0ec60aae7b309
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:08 2021 +0200

    gnu: mozjs: Make the native-inputs unconditional.
    
    * gnu/packages/nss.scm (mozjs)[inputs]: Always include 'perl" and
      'bash-minimal', even when compiling natively.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 6196ad6..6315138 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



reply via email to

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