]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - pkgs/webapps/etherpad-lite/default.nix
Upgrade etherpad-lite
[perso/Immae/Config/Nix.git] / pkgs / webapps / etherpad-lite / default.nix
index ab8e84c15d3aa37912cc4a0cf532d37684380c15..5cd1cfb008f1adc7cb4ce8a25222a83b6ebdf0e5 100644 (file)
@@ -30,12 +30,6 @@ let
       patches = [ ./libreoffice_patch.diff ];
       buildPhase = ''
         touch src/.ep_initialized
-        cp -v src/static/custom/js.template src/static/custom/index.js
-        cp -v src/static/custom/js.template src/static/custom/pad.js
-        cp -v src/static/custom/js.template src/static/custom/timeslider.js
-        cp -v src/static/custom/css.template src/static/custom/index.css
-        cp -v src/static/custom/css.template src/static/custom/pad.css
-        cp -v src/static/custom/css.template src/static/custom/timeslider.css
         '';
       installPhase = ''
         cp -a src/ $out
@@ -50,7 +44,7 @@ let
       mkdir $out/node_modules
       cp -a lib/node_modules/ep_etherpad-lite $out/src
       chmod u+w $out/src/static/js/
-      cp ${jquery} $out/src/static/js/jquery.js
+      #cp ${jquery} $out/src/static/js/jquery.js
       ln -s ../src $out/node_modules/ep_etherpad-lite
       '';
     passthru = {