X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fwebapps%2Fetherpad-lite%2Fmodules%2Fep_subscript_and_superscript%2Fnode-packages.nix;h=04065dda7a9ba52826a4f9c46eae29a4b09e4e1a;hp=f60a7777fcec274ac10464338eccaf21db64e341;hb=4b0a82cc2f4597a11b9275cf156ae9cceffaf44f;hpb=e9c91c19475ed679676829bfd716e41009b560c8 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 f60a777..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 @@ -14,6 +14,9 @@ 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"; @@ -22,4 +25,4 @@ in bypassCache = true; reconstructLock = true; }; -} \ No newline at end of file +}