7 stdenvNoCC.mkDerivation rec {
8 pname = "jetbrains-mono";
12 url = "https://github.com/JetBrains/JetBrainsMono/releases/download/v${version}/JetBrainsMono-${version}.zip";
13 sha256 = "sha256-rv5A3F1zdcUJkmw09st1YxmEIkIoYJaMYGyZjic8jfc=";
25 install -Dm644 -t $out/share/fonts/truetype/ fonts/ttf/*.ttf
26 install -Dm644 -t $out/share/fonts/truetype/ fonts/variable/*.ttf
31 description = "Typeface made for developers";
32 homepage = "https://jetbrains.com/mono/";
33 changelog = "https://github.com/JetBrains/JetBrainsMono/blob/v${version}/Changelog.md";
34 license = licenses.ofl;
35 maintainers = with maintainers; [ vinnymeller ];
36 platforms = platforms.all;