1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
5 version = "0.0.20060226";
8 url = "mirror://debian/pool/main/f/fonts-${pname}/fonts-${pname}_${version}.orig.tar.xz";
9 hash = "sha256-DlgdyfhxxzVkNIL+NGsQ+PRlNkCuG3v2OahkIEYx60o=";
15 mkdir -p $out/share/fonts
16 cp Phetsarath_OT.ttf $out/share/fonts
22 description = "TrueType font for Lao language";
23 license = licenses.gpl2Plus;
24 maintainers = with lib.maintainers; [ serge ];
25 platforms = platforms.all;