From 95260be5bd96300109840e606214a47ced96aecf Mon Sep 17 00:00:00 2001 From: Badi Abdul-Wahid Date: Sun, 11 Mar 2018 00:13:43 -0500 Subject: [PATCH] pythonPackages.humanize: platforms = linux and darwin /cc ZHF #36454 --- 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 f829f25ee0a6a..d3bda249ef2a1 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -4878,7 +4878,7 @@ in { homepage = https://github.com/jmoiron/humanize; license = licenses.mit; maintainers = with maintainers; [ matthiasbeyer ]; - platforms = platforms.linux; # can only test on linux + platforms = with platforms; linux ++ darwin; # can only test on linux }; };