nodePackages.katex: init at 0.13.2

This commit is contained in:
Josh Holland 2021-04-17 09:46:32 +01:00
parent f4d89f28d7
commit 3f1189e9a3
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";