about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/text/math-review/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/tools/text/math-review/default.nix')
-rw-r--r--nixpkgs/pkgs/tools/text/math-review/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/tools/text/math-review/default.nix b/nixpkgs/pkgs/tools/text/math-review/default.nix
index 3592aad8bec7..6206c67bf1c1 100644
--- a/nixpkgs/pkgs/tools/text/math-review/default.nix
+++ b/nixpkgs/pkgs/tools/text/math-review/default.nix
@@ -25,6 +25,7 @@ buildNpmPackage rec {
 
   meta = with lib; {
     description = "Emacs preview math inline";
+    mainProgram = "math-preview";
     license = licenses.gpl3Plus;
     homepage = "https://gitlab.com/matsievskiysv/math-preview";
     maintainers = with maintainers; [ renesat ];