Loading pkgs/by-name/ip/ipamjfont/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, writeShellApplication, curl, gnugrep, Loading @@ -22,13 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { stripRoot = false; }; installPhase = '' runHook preInstall install -Dm444 *.ttf -t "$out/share/fonts/truetype/" runHook postInstall ''; nativeBuildInputs = [ installFonts ]; passthru = { updateScript = lib.getExe (writeShellApplication { Loading Loading
pkgs/by-name/ip/ipamjfont/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, writeShellApplication, curl, gnugrep, Loading @@ -22,13 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { stripRoot = false; }; installPhase = '' runHook preInstall install -Dm444 *.ttf -t "$out/share/fonts/truetype/" runHook postInstall ''; nativeBuildInputs = [ installFonts ]; passthru = { updateScript = lib.getExe (writeShellApplication { Loading