7 stdenvNoCC.mkDerivation rec {
12 url = "https://github.com/google/roboto/releases/download/v${version}/roboto-unhinted.zip";
14 hash = "sha256-ue3PUZinBpcYgSho1Zrw1KHl7gc/GlN1GhWFk6g5QXE=";
20 install -Dm644 *.ttf -t $out/share/fonts/truetype
26 homepage = "https://github.com/google/roboto";
27 description = "Roboto family of fonts";
29 Google’s signature family of fonts, the default font on Android and
30 Chrome OS, and the recommended font for Google’s visual language,
33 license = lib.licenses.asl20;
34 platforms = lib.platforms.all;
35 maintainers = [ lib.maintainers.romildo ];