aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_font_size/node-packages.nix
blob: 06b69f934c544397aa6f217a28b9bea1c249eaf1 (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_font_size = nodeEnv.buildNodePackage {
    name = "ep_font_size";
    packageName = "ep_font_size";
    version = "0.2.0";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_font_size/-/ep_font_size-0.2.0.tgz";
      sha512 = "63D+PoWgXY/DpqS3NGunFanIzCTF5js7rKD8R979b1daPRc/vI6To8HD69iknb5F3APC/G64g9BiRJIYNnIYmA==";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add support for Font Sizes";
      homepage = "https://github.com/JohnMcLear/ep_font_size#readme";
      license = "Apache-2.0";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}