gnu: icu4c: Use 'python-minimal' for tests.

* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to
PYTHON-MINIMAL.
This commit is contained in:
Marius Bakke 2019-07-07 16:54:15 +02:00
parent fcb5493793
commit a4c38f812c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -47,7 +47,7 @@ (define-public icu4c
(base32 "0v0xsf14xwlj125y9fd8lrhsaych4d8liv8gr746zng6g225szb2"))))
(build-system gnu-build-system)
(native-inputs
`(("python" ,python)))
`(("python" ,python-minimal)))
(inputs
`(("perl" ,perl)))
(arguments