7 stdenvNoCC.mkDerivation rec {
12 url = "https://github.com/mishamyrt/Lilex/releases/download/${version}/Lilex.zip";
13 hash = "sha256-G8zm35aSiXrnGgYePSwLMBzwSnd9mfCinHZSG1qBH0w=";
16 nativeBuildInputs = [ unzip ];
26 find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/truetype {} +
31 description = "Open source programming font";
32 homepage = "https://github.com/mishamyrt/Lilex";
33 license = licenses.ofl;
34 maintainers = with maintainers; [ redyf ];
35 platforms = platforms.all;