]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/etherpad-lite/modules/ep_subscript_and_superscript/node-packages.nix
Fix some etherpad-lite modules and packaging
[perso/Immae/Config/Nix.git] / pkgs / webapps / etherpad-lite / modules / ep_subscript_and_superscript / node-packages.nix
index f60a7777fcec274ac10464338eccaf21db64e341..04065dda7a9ba52826a4f9c46eae29a4b09e4e1a 100644 (file)
@@ -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
+}