aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_adminpads/node-packages.nix
blob: 90f09a36f9051eeb8ae855f1e90d4d58a5d265d1 (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
27
# This file has been generated by node2nix 1.8.0. Do not edit!

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

let
  sources = {};
in
{
  ep_adminpads = nodeEnv.buildNodePackage {
    name = "ep_adminpads";
    packageName = "ep_adminpads";
    version = "0.0.12";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_adminpads/-/ep_adminpads-0.0.12.tgz";
      sha1 = "e8a04b6c77f76d9d8703c9b40e656950f2f5c125";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Gives the ability to list and administrate all pads on admin page";
      homepage = "https://github.com/spcsser/ep_adminpads#readme";
      license = "MIT";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}