1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/yuru7/udev-gothic/releases/download/v${version}/UDEVGothic_v${version}.zip";
9 hash = "sha256-W1ekR3fWuS/ks1reCBAvZ5lR+aGh9qfaxn80Q2KlRM0=";
14 install -Dm644 *.ttf -t $out/share/fonts/${pname}
19 description = "A programming font that combines BIZ UD Gothic and JetBrains Mono";
20 homepage = "https://github.com/yuru7/udev-gothic";
21 license = licenses.ofl;
22 maintainers = with maintainers; [ haruki7049 ];
23 platforms = platforms.all;