Loading pkgs/by-name/ve/vegur/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation (finalAttrs: { Loading @@ -16,13 +17,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { stripRoot = false; }; installPhase = '' runHook preInstall install -D -m444 -t $out/share/fonts/opentype $src/*.otf runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { homepage = "https://dotcolon.net/fonts/vegur/"; Loading Loading
pkgs/by-name/ve/vegur/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation (finalAttrs: { Loading @@ -16,13 +17,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { stripRoot = false; }; installPhase = '' runHook preInstall install -D -m444 -t $out/share/fonts/opentype $src/*.otf runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { homepage = "https://dotcolon.net/fonts/vegur/"; Loading