7 stdenvNoCC.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "rastikerdar";
15 hash = "sha256-U4tIICXZFK9pk7zdzRwBPIPYFUlYXPSebnItUJUgGJY=";
21 find . -name '*.ttf' -exec install -m444 -Dt $out/share/fonts/sahel-fonts {} \;
27 homepage = "https://github.com/rastikerdar/sahel-font";
28 description = "Persian (farsi) Font - فونت (قلم) فارسی ساحل";
29 license = licenses.ofl;
30 platforms = platforms.all;