X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fwebapps%2Fetherpad-lite%2Fmodules%2Fep_subscript_and_superscript%2Fnode-packages.nix;h=04065dda7a9ba52826a4f9c46eae29a4b09e4e1a;hb=4b0a82cc2f4597a11b9275cf156ae9cceffaf44f;hp=89664e5b50443047b206bfb39adcc65bb264a23a;hpb=1247e537b0c8e5ed780ab890cbce4612714a0fa7;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix index 89664e5..04065dd 100644 --- a/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix +++ b/pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix @@ -1,4 +1,4 @@ -# This file has been generated by node2nix 1.6.0. Do not edit! +# This file has been generated by node2nix 1.8.0. Do not edit! {nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}: @@ -14,11 +14,15 @@ in 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 = false; + bypassCache = true; + reconstructLock = true; }; -} \ No newline at end of file +}