mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
ansiwrap: mark as broken
This commit is contained in:
committed by
Emery Hemingway
parent
a5262ae936
commit
b628bd00fb
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user