1 { lib, stdenvNoCC, fetchurl }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/unicode-org/last-resort-font/releases/download/${version}/LastResortHE-Regular.ttf";
9 hash = "sha256-YMSKv8BenyujNZnE3LpAEF0eznHTdh8LJvdaOLWxeJU=";
17 install -D -m 0644 $src $out/share/fonts/truetype/LastResortHE-Regular.ttf
23 description = "Fallback font of last resort";
24 homepage = "https://github.com/unicode-org/last-resort-font";
25 license = licenses.ofl;