aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_colors/node-packages.nix
blob: f2f8201642f05ae7138480ecd2d7f714325137c5 (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
# This file has been generated by node2nix 1.8.0. Do not edit!

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

let
  sources = {};
in
{
  ep_colors = nodeEnv.buildNodePackage {
    name = "ep_colors";
    packageName = "ep_colors";
    version = "0.0.3";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_colors/-/ep_colors-0.0.3.tgz";
      sha1 = "aa95e1b12e009ed6b05d0ccb188ca4829e799780";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "add colors to the etherpad";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}