10 pname = "math-preview";
13 src = fetchFromGitLab {
14 owner = "matsievskiysv";
15 repo = "math-preview";
17 hash = "sha256-P3TZ/D6D2PvwPV6alSrDEQujzgI8DhK4VOuCC0BCIFo=";
20 npmDepsHash = "sha256-GAPhG3haM9UNdj6tCz8I4j7v6rvNbatdu7NjCeENj3s=";
24 updateScript = nix-update-script { };
28 description = "Emacs preview math inline";
29 mainProgram = "math-preview";
30 license = licenses.gpl3Plus;
31 homepage = "https://gitlab.com/matsievskiysv/math-preview";
32 maintainers = with maintainers; [ renesat ];
33 inherit (nodejs.meta) platforms;