perlPackages.LaTeXML: set mainProgram to latexmlc

A typical latexml call needs to be followed by latexmlpost. The binary
latexmlc can do the work of both with essentially the same interface.
This commit is contained in:
Vincenzo Mantova
2024-02-27 09:29:41 +00:00
parent ecf7cac183
commit 489310e2ec
+1 -1
View File
@@ -13595,7 +13595,7 @@ with self; {
homepage = "https://dlmf.nist.gov/LaTeXML/";
license = with lib.licenses; [ publicDomain ];
maintainers = with maintainers; [ xworld21 ];
mainProgram = "latexml";
mainProgram = "latexmlc";
};
};