gnu: iso-codes: Remove input labels.
* gnu/packages/iso-codes.scm (iso-codes/official)[native-inputs]: Remove conditional and labels. [inputs]: Remove.master
parent
97e2983310
commit
f49eef43fd
|
@ -46,19 +46,8 @@
|
||||||
(base32
|
(base32
|
||||||
"1q6x9c5x4x0x4q11iygldsmxdyzhz1mb4n8im76glwsgqsqyjs80"))))
|
"1q6x9c5x4x0x4q11iygldsmxdyzhz1mb4n8im76glwsgqsqyjs80"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; TODO(staging): Unconditionally move inputs to native-inputs.
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(if (%current-target-system)
|
(list gettext-minimal perl python-wrapper))
|
||||||
`(("python" ,python-wrapper)
|
|
||||||
("perl" ,perl)
|
|
||||||
("gettext" ,gettext-minimal))
|
|
||||||
'()))
|
|
||||||
(inputs
|
|
||||||
`(,@(if (%current-target-system)
|
|
||||||
'()
|
|
||||||
`(("gettext" ,gettext-minimal)
|
|
||||||
("perl" ,perl)
|
|
||||||
("python" ,python-wrapper)))))
|
|
||||||
(synopsis "Various ISO standards")
|
(synopsis "Various ISO standards")
|
||||||
(description
|
(description
|
||||||
"This package provides lists of various ISO standards (e.g. country,
|
"This package provides lists of various ISO standards (e.g. country,
|
||||||
|
|
Reference in New Issue