aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_font_size/node-packages.nix
blob: 03061ada511043dfba21b020ce04972a24eb4af9 (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
# This file has been generated by node2nix 1.6.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.1.11";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_font_size/-/ep_font_size-0.1.11.tgz";
      sha1 = "997c079bab97e04196c9db43b3bb238c804d8126";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add support for Font Sizes";
    };
    production = true;
    bypassCache = false;
  };
}