ansiwrap: mark as broken

This commit is contained in:
Ali Rizvi
2024-10-16 20:45:59 -04:00
committed by Emery Hemingway
parent a5262ae936
commit b628bd00fb

View File

@@ -9,7 +9,6 @@
setuptools,
textwrap3,
}:
buildPythonPackage rec {
pname = "ansiwrap";
version = "0.8.4";
@@ -47,5 +46,7 @@ buildPythonPackage rec {
changelog = "https://github.com/jonathaneunice/ansiwrap/blob/master/CHANGES.yml";
license = licenses.asl20;
maintainers = [ ];
broken = true;
};
}