Merge pull request #49773 from rdnetto4/master

humanize: remove platform restriction
This commit is contained in:
Michael Raskin
2018-11-07 04:36:29 +00:00
committed by GitHub

View File

@@ -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;
};
}