lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ansiwrap: mark as broken

authored by

Ali Rizvi and committed by
Emery Hemingway
b628bd00 a5262ae9

+2 -1
+2 -1
pkgs/development/python-modules/ansiwrap/default.nix
··· 9 9 setuptools, 10 10 textwrap3, 11 11 }: 12 - 13 12 buildPythonPackage rec { 14 13 pname = "ansiwrap"; 15 14 version = "0.8.4"; ··· 47 46 changelog = "https://github.com/jonathaneunice/ansiwrap/blob/master/CHANGES.yml"; 48 47 license = licenses.asl20; 49 48 maintainers = [ ]; 49 + 50 + broken = true; 50 51 }; 51 52 }