Loading pkgs/by-name/su/sudo-font/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation rec { Loading @@ -13,13 +14,7 @@ stdenvNoCC.mkDerivation rec { hash = "sha256-sSLY94wY9+AYAqWDq+Xy+KctUfJVS0jeS3baF8mLO9I="; }; installPhase = '' runHook preInstall install -Dm644 *.ttf -t $out/share/fonts/truetype/ runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { description = "Font for programmers and command line users"; Loading Loading
pkgs/by-name/su/sudo-font/package.nix +2 −7 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation rec { Loading @@ -13,13 +14,7 @@ stdenvNoCC.mkDerivation rec { hash = "sha256-sSLY94wY9+AYAqWDq+Xy+KctUfJVS0jeS3baF8mLO9I="; }; installPhase = '' runHook preInstall install -Dm644 *.ttf -t $out/share/fonts/truetype/ runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { description = "Font for programmers and command line users"; Loading