8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "0yxdaz6yayp1a57kdb2i8q7kwwdlwy4a3d0lr012h2ji9m89c8q7";
20 ./relative_import.patch
23 propagatedBuildInputs = [
28 for i in tests/*.py; do
29 ${python.interpreter} $i
34 description = "Make the output of terminal applications look fabulous";
35 homepage = "https://jart.github.io/fabulous";
36 license = licenses.asl20;
37 maintainers = [ maintainers.symphorien ];