5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
13 sha256 = "1lj24yq5gj9hxhy1srk73521q95zyqzkws0q4v271hf5wmqaxa2f";
16 makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
19 install -Dm755 convfont $out/bin/convfont
23 description = "Converts font for use with FontLibC";
24 homepage = "https://github.com/drdnar/convfont";
25 license = licenses.wtfpl;
26 maintainers = with maintainers; [ luc65r ];
27 platforms = platforms.all;