# This file has been generated by node2nix 1.8.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: let sources = {}; in { ep_headings2 = nodeEnv.buildNodePackage { name = "ep_headings2"; packageName = "ep_headings2"; version = "0.1.1"; src = fetchurl { url = "https://registry.npmjs.org/ep_headings2/-/ep_headings2-0.1.1.tgz"; sha512 = "DcHRUMzTsTFbTNH4wY43HI7LJ1Xk85J4Lv54fI5pVTXjqkfOC3p5CHoTWwmrCP288i4aMOcDP9Xru5qv/41vqQ=="; }; buildInputs = globalBuildInputs; meta = { description = "Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc."; homepage = https://github.com/johnmclear/ep_headings2; }; production = true; bypassCache = true; reconstructLock = true; }; }