python-PyICU: disable for darwin
The build errors out on macOS.
This commit is contained in:
parent
dd108a6b8e
commit
7978edad53
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue