mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
Merge pull request #49773 from rdnetto4/master
humanize: remove platform restriction
This commit is contained in:
commit
50602de85e
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue