summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-08-30 11:55:19 +0200
committerRobert Helgesson <robert@rycee.net>2017-08-30 11:55:19 +0200
commit7978edad53456e0eff490c6a72b62fdadc16bf8c (patch)
tree1397f5f1335e63ad84eae3ee0db53114cf924578
parentdd108a6b8eee685466fac25d2a202e20c93370c9 (diff)
python-PyICU: disable for darwin
The build errors out on macOS.
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 15052c708e9a..8f25018345b1 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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 ];
};
};