1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
8 url = "mirror://debian/pool/main/f/fonts-${pname}/fonts-${pname}_${version}+mry.orig.tar.bz2";
9 hash = "sha256-byiZzpYiMU6kJs+NSISfHPFzAnJtc8toNIbV/fKiMzg=";
15 mkdir -p $out/share/fonts
16 cp -R kacst $out/share/fonts
22 description = "KACST Latin-Arabic TrueType fonts";
23 license = licenses.gpl2Only;
24 maintainers = with lib.maintainers; [ serge ];
25 platforms = platforms.all;