mbakke pushed a commit to branch core-updates
in repository guix.
commit a4c38f812c3eae757e4980f8f6131ff3a608e6aa
Author: Marius Bakke <[email protected]>
Date: Sun Jul 7 16:54:15 2019 +0200
gnu: icu4c: Use 'python-minimal' for tests.
* gnu/packages/icu4c.scm (icu4c)[native-inputs]: Change PYTHON to
PYTHON-MINIMAL.
---
gnu/packages/icu4c.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index ec65aff..d5f8b5d 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -47,7 +47,7 @@
(base32 "0v0xsf14xwlj125y9fd8lrhsaych4d8liv8gr746zng6g225szb2"))))
(build-system gnu-build-system)
(native-inputs
- `(("python" ,python)))
+ `(("python" ,python-minimal)))
(inputs
`(("perl" ,perl)))
(arguments