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:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user