mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
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>
This commit is contained in:
parent
8a55fde935
commit
e3d61d2082
1 changed files with 2 additions and 5 deletions
|
@ -52,12 +52,9 @@ (define-public nspr
|
||||||
"1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
|
"1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
|
||||||
(build-system mozilla-build-system)
|
(build-system mozilla-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO(core-updates): Make these inputs unconditional.
|
|
||||||
;; For 'compile-et.pl' and 'nspr-config'.
|
;; For 'compile-et.pl' and 'nspr-config'.
|
||||||
(if (%current-target-system)
|
`(("perl" ,perl) ; for 'compile-et.pl'
|
||||||
`(("perl" ,perl) ; for 'compile-et.pl'
|
("bash-minimal" ,bash-minimal))) ; for 'nspr-config'
|
||||||
("bash-minimal" ,bash-minimal)) ; for 'nspr-config'
|
|
||||||
'()))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)))
|
`(("perl" ,perl)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue