nodePackages_8_x.mathjax: Init at 2.7.4

This commit is contained in:
Timo Kaufmann 2018-04-24 15:36:02 +02:00
parent b21da37044
commit 4e9892f845
2 changed files with 18 additions and 0 deletions

View file

@ -16,4 +16,5 @@
, "swagger"
, "npm"
, "three"
, "mathjax"
]

View file

@ -9420,4 +9420,21 @@ in
production = true;
bypassCache = true;
};
mathjax = nodeEnv.buildNodePackage {
name = "mathjax";
packageName = "mathjax";
version = "2.7.4";
src = fetchurl {
url = "https://registry.npmjs.org/mathjax/-/mathjax-2.7.4.tgz";
sha512 = "37hnj84ls531nqjxr4r6k4bjbqz4zqpb9adg7k6klah8dlj3rh38j4p8mbjh4h0v7r575kkc528rspincfabpm4j8y5v68kh6v8p907";
};
buildInputs = globalBuildInputs;
meta = {
description = "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.";
homepage = "https://github.com/mathjax/MathJax#readme";
license = "Apache-2.0";
};
production = true;
bypassCache = true;
};
}