Loading pkgs/by-name/ro/roboto/package.nix +3 −6 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation (finalAttrs: { Loading @@ -14,13 +15,9 @@ stdenvNoCC.mkDerivation (finalAttrs: { hash = "sha256-vfn4KmOHHSVYT9XK+mDz5f4s8LnkCAY/IyTa3Rmir2k="; }; installPhase = '' runHook preInstall nativeBuildInputs = [ installFonts ]; install -Dm644 unhinted/static/*.ttf -t $out/share/fonts/truetype runHook postInstall ''; sourceRoot = "${finalAttrs.src.name}/unhinted/static"; meta = { homepage = "https://github.com/googlefonts/roboto-3-classic"; Loading Loading
pkgs/by-name/ro/roboto/package.nix +3 −6 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation (finalAttrs: { Loading @@ -14,13 +15,9 @@ stdenvNoCC.mkDerivation (finalAttrs: { hash = "sha256-vfn4KmOHHSVYT9XK+mDz5f4s8LnkCAY/IyTa3Rmir2k="; }; installPhase = '' runHook preInstall nativeBuildInputs = [ installFonts ]; install -Dm644 unhinted/static/*.ttf -t $out/share/fonts/truetype runHook postInstall ''; sourceRoot = "${finalAttrs.src.name}/unhinted/static"; meta = { homepage = "https://github.com/googlefonts/roboto-3-classic"; Loading