1 { lib, stdenvNoCC, fetchFromGitHub, }:
3 stdenvNoCC.mkDerivation {
4 pname = "ia-writer-quattro";
5 version = "unstable-2023-06-16";
7 src = fetchFromGitHub {
9 rev = "f32c04c3058a75d7ce28919ce70fe8800817491b";
11 hash = "sha256-2T165nFfCzO65/PIHauJA//S+zug5nUwPcg8NUEydfc=";
18 mkdir -p $out/share/fonts/truetype
19 cp -R $src/iA\ Writer\ Quattro/Static/*.ttf $out/share/fonts/truetype
20 cp -R $src/iA\ Writer\ Quattro/Variable/*.ttf $out/share/fonts/truetype
26 description = "iA Writer Quattro Typeface";
27 homepage = "https://github.com/iaolo/iA-Fonts";
28 license = licenses.ofl;
29 platforms = platforms.all;
30 maintainers = [ maintainers.x0ba ];