1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/googlefonts/dm-fonts/releases/download/v${version}/DeepMindSans_v${version}.zip";
10 hash = "sha256-RSHHxiCac18qqF+hW5M3BbBcra4AQpNLLlUmhiWj9f8=";
16 mkdir -p $out/share/fonts/truetype
17 mv *.ttf $out/share/fonts/truetype
23 description = "Geometric sans-serif typeface";
24 homepage = "https://github.com/googlefonts/dm-fonts";
25 license = lib.licenses.ofl;
26 maintainers = with lib.maintainers; [ gilice ];