Merge pull request #175404 from SuperSandro2000/colorama
This commit is contained in:
commit
529b0ba7f4
1 changed files with 4 additions and 1 deletions
|
@ -12,10 +12,13 @@ buildPythonPackage rec {
|
|||
# No tests in archive
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [ "colorama" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Cross-platform colored terminal text";
|
||||
homepage = "https://github.com/tartley/colorama";
|
||||
license = licenses.bsd3;
|
||||
description = "Cross-platform colored terminal text";
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue