gnu: nspr: Normalize inputs.
* gnu/packages/nss.scm (nspr)[inputs]: Remove conditional.
This commit is contained in:
parent
fdae245a75
commit
b8324050ad
1 changed files with 2 additions and 5 deletions
|
|
@ -51,12 +51,9 @@
|
||||||
"1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
|
"1j5b2m8cjlhnnv8sq34587avaagkqvh521w4f95miwgvsn3xlaap"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-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
|
||||||
|
|
|
||||||
Reference in a new issue