diff --git a/pkgs/development/python-modules/humanize/default.nix b/pkgs/development/python-modules/humanize/default.nix index 25c335c0016f..f1fac28dd939 100644 --- a/pkgs/development/python-modules/humanize/default.nix +++ b/pkgs/development/python-modules/humanize/default.nix @@ -22,7 +22,7 @@ buildPythonPackage rec { homepage = https://github.com/jmoiron/humanize; license = licenses.mit; maintainers = with maintainers; [ ]; - platforms = platforms.linux; # can only test on linux + platforms = platforms.unix; }; }