8 stdenvNoCC.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-EHa8DUPFRvdYBdCY41gfjKGtTHwGIXCwD9Qc+Npmt1s=";
22 passthru.updateScript = nix-update-script { };
27 mkdir -p $out/share/fonts/truetype
28 cp -R $src/fonts/ttf/*.ttf $out/share/fonts/truetype
34 description = "Lora is a well-balanced contemporary serif with roots in calligraphy";
35 homepage = "https://github.com/cyrealtype/lora";
36 license = licenses.ofl;
37 platforms = platforms.all;
38 maintainers = with maintainers; [ ofalvai ];