humanize: loosen platform restriction to include OSX

This commit is contained in:
Reuben D'Netto
2018-11-07 10:29:06 +11:00
parent 2f9fc897eb
commit 91c9d5a00a
@@ -22,7 +22,7 @@ buildPythonPackage rec {
homepage = https://github.com/jmoiron/humanize; homepage = https://github.com/jmoiron/humanize;
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ ]; maintainers = with maintainers; [ ];
platforms = platforms.linux; # can only test on linux platforms = platforms.unix;
}; };
} }