pythonPackages.ansi2html: disable on python 2
This commit is contained in:
@@ -4,6 +4,8 @@ buildPythonPackage rec {
|
|||||||
pname = "ansi2html";
|
pname = "ansi2html";
|
||||||
version = "1.6.0";
|
version = "1.6.0";
|
||||||
|
|
||||||
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596";
|
sha256 = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596";
|
||||||
@@ -22,6 +24,5 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/ralphbean/ansi2html";
|
homepage = "https://github.com/ralphbean/ansi2html";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = with maintainers; [ davidtwco ];
|
maintainers = with maintainers; [ davidtwco ];
|
||||||
platforms = platforms.all;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user