xits-math: 1.108 -> 1.200
This commit is contained in:
parent
1deb406ac2
commit
226dc2178e
@ -2,23 +2,19 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xits-math-${version}";
|
name = "xits-math-${version}";
|
||||||
version = "1.108";
|
version = "1.200";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "khaledhosny";
|
owner = "alif-type";
|
||||||
repo = "xits-math";
|
repo = "xits";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "08nn676c41a7gmmhrzi8mm0g74z8aiaafjk48pqcwxvjj9av7xjg";
|
sha256 = "0s1qqqg3zv9k4wqn1vkx0z895fjccg96n58syc1d5f2wba9kyfcm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ fontforge ] ++ (with python2Packages; [ python fonttools ]);
|
nativeBuildInputs = [ fontforge ] ++ (with python2Packages; [ python fonttools ]);
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
rm *.otf
|
rm *.otf
|
||||||
|
|
||||||
substituteInPlace tools/postprocess.py --replace \
|
|
||||||
'font = ttLib.TTFont(sys.argv[1])' \
|
|
||||||
'font = ttLib.TTFont(sys.argv[1], recalcTimestamp=False)'
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user