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-VA0EaoK411qjX/nQBPkK0G9jS31nb7U8fNHgiWg4PQY=";
14 install -Dm644 *.ttf -t $out/share/fonts/udev-gothic
19 description = "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;