[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
- branch core-updates updated (0cccc2f -> fcaed5b), guix-commits, 2021/10/02
- 01/38: build-system/mozilla: New build system., guix-commits, 2021/10/02
- 04/38: gnu: icecat: Use mozilla-build-system., guix-commits, 2021/10/02
- 08/38: gnu: isc-dhcp: Don't use canonical-package., guix-commits, 2021/10/02
- 09/38: gnu: isc-dhcp: Make an input unconditional., guix-commits, 2021/10/02
- 02/38: gnu: nspr: Use mozilla-build-system., guix-commits, 2021/10/02
- 03/38: gnu: mozjs: Use mozilla-build-system., guix-commits, 2021/10/02
- 05/38: build/minetest-build-system: Move png-file? to (guix build utils)., guix-commits, 2021/10/02
- 10/38: gnu: isc-dhcp: Remove unnecessary shebang patching., guix-commits, 2021/10/02
- 06/38: gnu: mozjs: Make the native-inputs unconditional.,
guix-commits <=
- 07/38: gnu: mozjs: Make the quasiquote unconditional., guix-commits, 2021/10/02
- 11/38: gnu: isc-dhcp: Remove trailing #t., guix-commits, 2021/10/02
- 16/38: gnu: libdatrie: Make input labels match the package name., guix-commits, 2021/10/02
- 14/38: gnu: cairo: Make 'bash-minimal' input unconditional., guix-commits, 2021/10/02
- 15/38: gnu: libthai: Make 'datrie' input unconditional., guix-commits, 2021/10/02
- 17/38: gnu: pango: Make 'bash-minimal' input unconditional., guix-commits, 2021/10/02
- 13/38: gnu: gobject-introspection: Use python instead of python-wrapper., guix-commits, 2021/10/02
- 21/38: gnu: gdk-pixbuf: Make 'bash-minimal' input unconditional., guix-commits, 2021/10/02
- 20/38: gnu: gdk-pixbuf: Use target predicates., guix-commits, 2021/10/02
- 23/38: gnu: at-spi2-core: Make 'bash-minimal' input unconditional., guix-commits, 2021/10/02