Loading pkgs/by-name/al/aleo-fonts/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchFromGitHub, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -15,13 +16,7 @@ stdenvNoCC.mkDerivation { hash = "sha256-HSxP5/sLHQTujBVt1u93625EXEc42lxpt8W1//6ngWM="; }; installPhase = '' runHook preInstall install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { description = "Slab serif typeface designed by Alessio Laiso"; Loading Loading
pkgs/by-name/al/aleo-fonts/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchFromGitHub, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -15,13 +16,7 @@ stdenvNoCC.mkDerivation { hash = "sha256-HSxP5/sLHQTujBVt1u93625EXEc42lxpt8W1//6ngWM="; }; installPhase = '' runHook preInstall install -Dm644 fonts/variable/*.ttf -t $out/share/fonts/truetype runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { description = "Slab serif typeface designed by Alessio Laiso"; Loading