aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_line_height/node-packages.nix
blob: b89b48d4739e4360659f119fe4e5a16c72325ae6 (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_line_height = nodeEnv.buildNodePackage {
    name = "ep_line_height";
    packageName = "ep_line_height";
    version = "0.0.4";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_line_height/-/ep_line_height-0.0.4.tgz";
      sha1 = "8afbb441e6d65db97d2335887f9352b10b5d22d2";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Change the line height";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}