python.pkgs.ansi: add meta
This commit is contained in:
parent
433ffc32ea
commit
88208439ea
@ -1,4 +1,4 @@
|
|||||||
{ buildPythonPackage, fetchPypi }:
|
{ lib, buildPythonPackage, fetchPypi }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ansi";
|
pname = "ansi";
|
||||||
@ -12,4 +12,10 @@ buildPythonPackage rec {
|
|||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
python -c "import ansi.color"
|
python -c "import ansi.color"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "ANSI cursor movement and graphics";
|
||||||
|
homepage = https://github.com/tehmaze/ansi/;
|
||||||
|
license = licenses.mit;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user