11 version = "0.3.4-unstable-${date}";
13 stdenvNoCC.mkDerivation {
14 inherit pname version;
16 src = fetchFromGitHub {
19 rev = "4bd85bc943eb6a194cfc090f7e194aa27d8f8419";
20 hash = "sha256-1skakzdvzf7nX2un7b9aCSj1pzBAQuueZEU7B1nARa4=";
24 (python3.withPackages (
37 python scripts/build.py
45 install -D "build/"*.otf -t "$out/share/fonts/opentype/"
51 description = "Math font with Unicode math support based on FiraSans and FiraGO";
52 homepage = "https://github.com/firamath/firamath";
53 license = licenses.ofl;
54 maintainers = [ maintainers.loicreynier ];
55 platforms = platforms.all;