about summary refs log tree commit diff
path: root/pkgs/top-level/perl-packages.nix
diff options
context:
space:
mode:
authorVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2024-02-27 09:26:52 +0000
committerVincenzo Mantova <1962985+xworld21@users.noreply.github.com>2024-02-27 09:29:41 +0000
commit489310e2ece8e6c2181fb57513eaf903d57458b9 (patch)
treea7548b4fe2e0b05643314df78d556ccad8a709bc /pkgs/top-level/perl-packages.nix
parentecf7cac1832b5751b98e3c71aa44a772a72879b2 (diff)
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.
Diffstat (limited to 'pkgs/top-level/perl-packages.nix')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index a7798629022f1..c24be0ffc0f89 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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";
     };
   };