1 { lib, stdenvNoCC, fetchzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/indestructible-type/Jost/releases/download/${version}/Jost.zip";
9 hash = "sha256-ne81bMhmTzNZ/GGIzb7nCYh19vNLK+hJ3cP/zDxtiGM=";
15 install -Dm644 fonts/otf/*.otf -t $out/share/fonts/opentype
21 homepage = "https://github.com/indestructible-type/Jost";
22 description = "Sans serif font by Indestructible Type";
23 license = licenses.ofl;
24 maintainers = [ maintainers.ar1a ];