aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_headings2/node-packages.nix
blob: ba6392c294c39cabb06d539bc2f6f21351c4d94d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# This file has been generated by node2nix 1.8.0. Do not edit!

{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:

let
  sources = {};
in
{
  ep_headings2 = nodeEnv.buildNodePackage {
    name = "ep_headings2";
    packageName = "ep_headings2";
    version = "0.1.1";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_headings2/-/ep_headings2-0.1.1.tgz";
      sha512 = "DcHRUMzTsTFbTNH4wY43HI7LJ1Xk85J4Lv54fI5pVTXjqkfOC3p5CHoTWwmrCP288i4aMOcDP9Xru5qv/41vqQ==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Adds heading support to Etherpad Lite.  Includes improved suppot for export, i18n etc.";
      homepage = https://github.com/johnmclear/ep_headings2;
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}