python-PyICU: disable for darwin

The build errors out on macOS.
This commit is contained in:
Robert Helgesson 2017-08-30 11:55:19 +02:00
parent dd108a6b8e
commit 7978edad53
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -18237,7 +18237,7 @@ in {
homepage = https://pypi.python.org/pypi/PyICU/;
description = "Python extension wrapping the ICU C++ API";
license = licenses.mit;
platforms = platforms.all;
platforms = with platforms; allBut darwin;
maintainers = [ maintainers.rycee ];
};
};