Merge pull request #175404 from SuperSandro2000/colorama

This commit is contained in:
Sandro 2022-05-30 21:47:26 +02:00 committed by GitHub
commit 529b0ba7f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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