Merge pull request #119897 from jshholland/add-katex

nodePackages.katex: init at 0.13.2
This commit is contained in:
Sandro 2021-04-20 19:01:09 +02:00 committed by GitHub
commit d5dd15d7be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

View file

@ -140,6 +140,7 @@
, "json-server"
, "jsonlint"
, "kaput-cli"
, "katex"
, "karma"
, "lcov-result-merger"
, "leetcode-cli"

View file

@ -88881,6 +88881,27 @@ in
bypassCache = true;
reconstructLock = true;
};
katex = nodeEnv.buildNodePackage {
name = "katex";
packageName = "katex";
version = "0.13.2";
src = fetchurl {
url = "https://registry.npmjs.org/katex/-/katex-0.13.2.tgz";
sha512 = "u/KhjFDhyPr+70aiBn9SL/9w/QlLagIXBi2NZSbNnBUp2tR8dCjQplyEMkEzniem5gOeSCBjlBUg4VaiWs1JJg==";
};
dependencies = [
sources."commander-6.2.1"
];
buildInputs = globalBuildInputs;
meta = {
description = "Fast math typesetting for the web.";
homepage = "https://katex.org";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
karma = nodeEnv.buildNodePackage {
name = "karma";
packageName = "karma";