7 stdenvNoCC.mkDerivation rec {
12 url = "https://software.sil.org/downloads/r/padauk/Padauk-${version}.zip";
13 hash = "sha256-Y4ZcxbPcgF349wDuT352xqaJji+FMfBH6P7WSWOw2iI=";
19 mkdir -p $out/share/fonts/truetype
20 mv *.ttf $out/share/fonts/truetype/
21 mkdir -p $out/share/doc/${pname}-${version}
22 mv *.txt documentation/ $out/share/doc/${pname}-${version}/
28 description = "Unicode-based font family with broad support for writing systems that use the Myanmar script";
29 homepage = "https://software.sil.org/padauk";
30 license = licenses.ofl;
31 maintainers = with maintainers; [ serge ];
32 platforms = platforms.all;