humanize: loosen platform restriction to include OSX
This commit is contained in:
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;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user