Loading pkgs/by-name/at/atkinson-hyperlegible-mono/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchFromGitHub, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -15,14 +16,13 @@ stdenvNoCC.mkDerivation { hash = "sha256-V0zWbNYT3RGO9vjX+GHfO38ywMozcZVJkBZH+8G5sC0="; }; nativeBuildInputs = [ installFonts ]; dontBuild = true; # default installPhase invokes python, but we still want the font hook to run installPhase = '' runHook preInstall install -Dm644 -t $out/share/fonts/opentype fonts/otf/* install -Dm644 -t $out/share/fonts/variable fonts/variable/* runHook postInstall ''; Loading pkgs/by-name/at/atkinson-hyperlegible-next/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchFromGitHub, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -17,12 +18,11 @@ stdenvNoCC.mkDerivation { dontBuild = true; nativeBuildInputs = [ installFonts ]; # default installPhase invokes python, but we still want the font hook to run installPhase = '' runHook preInstall install -Dm644 -t $out/share/fonts/opentype fonts/otf/* install -Dm644 -t $out/share/fonts/variable fonts/variable/* runHook postInstall ''; Loading Loading
pkgs/by-name/at/atkinson-hyperlegible-mono/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchFromGitHub, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -15,14 +16,13 @@ stdenvNoCC.mkDerivation { hash = "sha256-V0zWbNYT3RGO9vjX+GHfO38ywMozcZVJkBZH+8G5sC0="; }; nativeBuildInputs = [ installFonts ]; dontBuild = true; # default installPhase invokes python, but we still want the font hook to run installPhase = '' runHook preInstall install -Dm644 -t $out/share/fonts/opentype fonts/otf/* install -Dm644 -t $out/share/fonts/variable fonts/variable/* runHook postInstall ''; Loading
pkgs/by-name/at/atkinson-hyperlegible-next/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, stdenvNoCC, fetchFromGitHub, installFonts, }: stdenvNoCC.mkDerivation { Loading @@ -17,12 +18,11 @@ stdenvNoCC.mkDerivation { dontBuild = true; nativeBuildInputs = [ installFonts ]; # default installPhase invokes python, but we still want the font hook to run installPhase = '' runHook preInstall install -Dm644 -t $out/share/fonts/opentype fonts/otf/* install -Dm644 -t $out/share/fonts/variable fonts/variable/* runHook postInstall ''; Loading