mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: icu4c: Use 'python-minimal' for tests.
* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to PYTHON-MINIMAL.
This commit is contained in:
parent
fcb5493793
commit
a4c38f812c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue