7 stdenvNoCC.mkDerivation rec {
12 url = "https://www.indlinux.org/downloads/files/indic-otf-${version}.tar.gz";
13 hash = "sha256-ZFmg1JanAf3eeF7M+yohrXYSUb0zLgNSFldEMzkhXnI=";
19 install -m444 -Dt $out/share/fonts/truetype OpenType/*.ttf
25 homepage = "https://www.indlinux.org/wiki/index.php/Downloads";
26 description = "Indic Opentype Fonts collection";
27 license = lib.licenses.gpl2Only;
28 maintainers = [ lib.maintainers.akssri ];
29 platforms = lib.platforms.all;