mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: iso-codes: Remove input labels.
* gnu/packages/iso-codes.scm (iso-codes/official)[native-inputs]: Remove conditional and labels. [inputs]: Remove.
This commit is contained in:
parent
97e2983310
commit
f49eef43fd
1 changed files with 1 additions and 12 deletions
|
@ -46,19 +46,8 @@ (define-public iso-codes/official
|
|||
(base32
|
||||
"1q6x9c5x4x0x4q11iygldsmxdyzhz1mb4n8im76glwsgqsqyjs80"))))
|
||||
(build-system gnu-build-system)
|
||||
;; TODO(staging): Unconditionally move inputs to native-inputs.
|
||||
(native-inputs
|
||||
(if (%current-target-system)
|
||||
`(("python" ,python-wrapper)
|
||||
("perl" ,perl)
|
||||
("gettext" ,gettext-minimal))
|
||||
'()))
|
||||
(inputs
|
||||
`(,@(if (%current-target-system)
|
||||
'()
|
||||
`(("gettext" ,gettext-minimal)
|
||||
("perl" ,perl)
|
||||
("python" ,python-wrapper)))))
|
||||
(list gettext-minimal perl python-wrapper))
|
||||
(synopsis "Various ISO standards")
|
||||
(description
|
||||
"This package provides lists of various ISO standards (e.g. country,
|
||||
|
|
Loading…
Reference in a new issue