summaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-12-13 21:25:24 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-24 01:40:13 +0200
commit252dd7d899b7a0deea1537cc5d2d48b825afffb0 (patch)
treef51c3c9cd7429b0b9553a840f26bee489be045bc /pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix
downloadNUR-nur_root.tar.gz
NUR-nur_root.tar.zst
NUR-nur_root.zip
Initial commit published for NURnur_root
Diffstat (limited to 'pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix')
-rw-r--r--pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix
new file mode 100644
index 00000000..89664e5b
--- /dev/null
+++ b/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix
@@ -0,0 +1,24 @@
1# This file has been generated by node2nix 1.6.0. Do not edit!
2
3{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
4
5let
6 sources = {};
7in
8{
9 ep_subscript_and_superscript = nodeEnv.buildNodePackage {
10 name = "ep_subscript_and_superscript";
11 packageName = "ep_subscript_and_superscript";
12 version = "0.0.3";
13 src = fetchurl {
14 url = "https://registry.npmjs.org/ep_subscript_and_superscript/-/ep_subscript_and_superscript-0.0.3.tgz";
15 sha1 = "47f74a242fe8be5911391943f718eab81c390620";
16 };
17 buildInputs = globalBuildInputs;
18 meta = {
19 description = "Add support for Subscript and Superscript";
20 };
21 production = true;
22 bypassCache = false;
23 };
24} \ No newline at end of file