aboutsummaryrefslogblamecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_font_family/node-packages.nix
blob: c64f0cbefe5a46c98d69d50995bffb2f0dc50f95 (plain) (tree)
1
                                                              





















                                                                                   

                           

    
# This file has been generated by node2nix 1.8.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 = true;
    reconstructLock = true;
  };
}