python-PyICU: disable for darwin
The build errors out on macOS.
This commit is contained in:
parent
dd108a6b8e
commit
7978edad53
@ -18237,7 +18237,7 @@ in {
|
|||||||
homepage = https://pypi.python.org/pypi/PyICU/;
|
homepage = https://pypi.python.org/pypi/PyICU/;
|
||||||
description = "Python extension wrapping the ICU C++ API";
|
description = "Python extension wrapping the ICU C++ API";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = with platforms; allBut darwin;
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user