summaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_font_family/node-packages.nix
blob: 9465a9f665811113ae60945f172e1107323654b7 (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
# This file has been generated by node2nix 1.6.0. Do not edit!

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

let
  sources = {};
in
{
  ep_font_family = nodeEnv.buildNodePackage {
    name = "ep_font_family";
    packageName = "ep_font_family";
    version = "0.2.7";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_font_family/-/ep_font_family-0.2.7.tgz";
      sha1 = "a31c06b1684c7fd65c1d5bf96bcf99b6faa79893";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add support for different Fonts";
      homepage = https://github.com/JohnMcLear/ep_font_family;
      license = "Apache-2.0";
    };
    production = true;
    bypassCache = false;
  };
}