1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
4 pname = "source-code-pro";
8 url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-u%2F1.062R-i%2F1.026R-vf/OTF-source-code-pro-${version}R-u_1.062R-i.zip";
10 hash = "sha256-+BnfmD+AjObSoVxPvFAqbnMD2j5qf2YmbXGQtXoaiy0=";
16 install -Dm644 OTF/*.otf -t $out/share/fonts/opentype
22 description = "Monospaced font family for user interface and coding environments";
23 maintainers = with lib.maintainers; [ relrod ];
24 platforms = with lib.platforms; all;
25 homepage = "https://adobe-fonts.github.io/source-code-pro/";
26 license = lib.licenses.ofl;