1 { lib, stdenv, fetchFromGitHub, python3Packages}:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1x3r505dylz9rz8dj98h5n9d0zixyxmvvhnjnms9qxdrz9bxy9g1";
14 nativeBuildInputs = (with python3Packages; [ python fonttools fontforge ]);
21 install -m444 -Dt $out/share/fonts/opentype *.otf
25 homepage = "https://github.com/alif-type/xits";
26 description = "OpenType implementation of STIX fonts with math support";
27 license = licenses.ofl;
28 platforms = platforms.all;
29 maintainers = with maintainers; [ abbradar ];