me
/
guix
Archived
1
0
Fork 0

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>
master
Maxime Devos 2021-10-01 16:21:08 +02:00 committed by Mathieu Othacehe
parent 8a55fde935
commit e3d61d2082
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 5 deletions

View File

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