aboutsummaryrefslogtreecommitdiff
path: root/flakes/etherpad-lite/modules/ep_page_view/node-packages.nix
blob: e6c6b6544ce769eb185ae12796dba29ff1c6c804 (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.8.0. Do not edit!

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

let
  sources = {};
in
{
  ep_page_view = nodeEnv.buildNodePackage {
    name = "ep_page_view";
    packageName = "ep_page_view";
    version = "0.5.24";
    src = fetchurl {
      url = "https://registry.npmjs.org/ep_page_view/-/ep_page_view-0.5.24.tgz";
      sha1 = "26437c23169678f5bd53545b621b492b5b6f2ce4";
    };
    buildInputs = globalBuildInputs;
    meta = {
      description = "Add support to do 'page view', with a toggle on/off option in Settings, also Page Breaks with Control Enter";
      homepage = "https://github.com/ether/ep_page_view#readme";
    };
    production = true;
    bypassCache = true;
    reconstructLock = true;
  };
}