Merge pull request #175404 from SuperSandro2000/colorama

main
Sandro 2 years ago committed by GitHub
commit 529b0ba7f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/python-modules/colorama/default.nix

@ -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…
Cancel
Save