]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/etherpad-lite/modules/ep_line_height/node-packages.nix
Fix some etherpad-lite modules and packaging
[perso/Immae/Config/Nix.git] / pkgs / webapps / etherpad-lite / modules / ep_line_height / node-packages.nix
index b89b48d4739e4360659f119fe4e5a16c72325ae6..d5d5c21e708b76ab40c9216458263a2311f37765 100644 (file)
@@ -15,6 +15,9 @@ in
       sha1 = "8afbb441e6d65db97d2335887f9352b10b5d22d2";
     };
     buildInputs = globalBuildInputs;
+    preRebuild = ''
+      patch -p1 < ${./fix.patch}
+    '';
     meta = {
       description = "Change the line height";
     };
@@ -22,4 +25,4 @@ in
     bypassCache = true;
     reconstructLock = true;
   };
-}
\ No newline at end of file
+}