1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
8 sha256 = "1gywad0rvvz3c5balz8cxsnx0562hj2ngzqyr8zsy2mb4pn0lpgv";
14 makeFlags = [ "PREFIX=$(out)" ];
16 enableParallelBuilding = true;
19 description = "ANSI HTML Adapter";
22 aha takes ANSI SGR-coloured input and produces W3C-conformant HTML code.
24 homepage = "https://github.com/theZiz/aha";
25 changelog = "https://github.com/theZiz/aha/blob/${version}/CHANGELOG";
26 license = with licenses; [ lgpl2Plus mpl11 ];
27 maintainers = with maintainers; [ pSub ];
28 platforms = platforms.all;