tex-gyre-math.*: set pname (#487742)

This commit is contained in:
Jo
2026-02-07 02:35:48 +00:00
committed by GitHub
+2 -2
View File
@@ -44,7 +44,7 @@ let
dotless_version = builtins.replaceStrings [ "." ] [ "" ] version;
in
stdenv.mkDerivation rec {
name = "tex-gyre-${variant}-math-${version}";
pname = "tex-gyre-${variant}-math";
inherit version;
src = fetchzip {
@@ -54,7 +54,7 @@ let
installPhase = ''
install -m444 -Dt $out/share/fonts/opentype opentype/*.otf
install -m444 -Dt $out/share/doc/${name} doc/*.txt
install -m444 -Dt $out/share/doc/${pname}-${version} doc/*.txt
'';
outputHashAlgo = "sha256";