From 7978edad53456e0eff490c6a72b62fdadc16bf8c Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Wed, 30 Aug 2017 11:55:19 +0200 Subject: [PATCH] python-PyICU: disable for darwin The build errors out on macOS. --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 15052c708e9..8f25018345b 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 ]; }; };