Loading pkgs/by-name/ti/times-newer-roman/package.nix +3 −9 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -14,20 +15,13 @@ stdenvNoCC.mkDerivation { hash = "sha256-wO4rxyJNQyhRLpswCYKXdeiXy5G+iWyxulYCHZb60QM="; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/opentype cp *.otf $out/share/fonts/opentype runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { description = "Font that looks just like Times New Roman, except each character is 5-10% wider"; homepage = "https://timesnewerroman.com/"; license = lib.licenses.gpl2Plus; maintainers = [ ]; maintainers = with lib.maintainers; [ pancaek ]; platforms = lib.platforms.all; }; } Loading
pkgs/by-name/ti/times-newer-roman/package.nix +3 −9 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchzip, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -14,20 +15,13 @@ stdenvNoCC.mkDerivation { hash = "sha256-wO4rxyJNQyhRLpswCYKXdeiXy5G+iWyxulYCHZb60QM="; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/opentype cp *.otf $out/share/fonts/opentype runHook postInstall ''; nativeBuildInputs = [ installFonts ]; meta = { description = "Font that looks just like Times New Roman, except each character is 5-10% wider"; homepage = "https://timesnewerroman.com/"; license = lib.licenses.gpl2Plus; maintainers = [ ]; maintainers = with lib.maintainers; [ pancaek ]; platforms = lib.platforms.all; }; }