7 stdenvNoCC.mkDerivation rec {
12 url = "https://github.com/rsms/inter/releases/download/v${version}/Inter-${version}.zip";
14 hash = "sha256-5vdKKvHAeZi6igrfpbOdhZlDX2/5+UvzlnCQV6DdqoQ=";
20 mkdir -p $out/share/fonts/truetype
21 cp Inter.ttc InterVariable*.ttf $out/share/fonts/truetype
27 homepage = "https://rsms.me/inter/";
28 description = "Typeface specially designed for user interfaces";
29 license = licenses.ofl;
30 platforms = platforms.all;
31 maintainers = with maintainers; [ demize ];