Merge pull request #57905 from LinArcX/vazir-fonts

vazir-fonts: init at 19.2.0
This commit is contained in:
Matthew Bauer 2019-03-25 22:22:18 -04:00 committed by GitHub
commit 4cbb9b840b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "vazir-fonts";
version = "19.2.0";
src = fetchFromGitHub {
owner = "rastikerdar";
repo = "vazir-font";
rev = "v${version}";
sha256 = "0p96y4q20nhpv7hxca6rncfcb14iqy2vacv0xl55wkwqkm4wvzgr";
};
installPhase = ''
mkdir -p $out/share/fonts/vazir-fonts
cp -v $( find . -name '*.ttf') $out/share/fonts/vazir-fonts
'';
meta = with stdenv.lib; {
homepage = https://github.com/rastikerdar/vazir-font;
description = "A Persian (Farsi) Font - قلم (فونت) فارسی وزیر";
license = licenses.ofl;
platforms = platforms.all;
maintainers = [ maintainers.linarcx ];
};
}

View File

@ -23130,6 +23130,8 @@ in
vaultenv = haskellPackages.vaultenv;
vazir-fonts = callPackage ../data/fonts/vazir-fonts { };
vbam = callPackage ../misc/emulators/vbam {
ffmpeg = ffmpeg_2;
};