aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix
blob: 04065dda7a9ba52826a4f9c46eae29a4b09e4e1a (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
28
# This file has been generated by node2nix 1.8.0. Do not edit!

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

let
  sources = {};
in
{
  ep_subscript_and_superscript = nodeEnv.buildNodePackage {
    name = "ep_subscript_and_superscript";
    packageName = "ep_subscript_and_superscript";
    version = "0.0.3";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_subscript_and_superscript/-/ep_subscript_and_superscript-0.0.3.tgz";
      sha1 = "47f74a242fe8be5911391943f718eab81c390620";
    };
    preRebuild = ''
      patch -p1 < ${./font.patch}
    '';
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add support for Subscript and Superscript";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}