X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fwebapps%2Fetherpad-lite%2Fdefault.nix;h=5cd1cfb008f1adc7cb4ce8a25222a83b6ebdf0e5;hp=ab8e84c15d3aa37912cc4a0cf532d37684380c15;hb=d3e4c366c35c8118e6eef0ea4403a422d39cb2bf;hpb=615293e477ef5bace312a0d4d7cce99422bf3c3a diff --git a/pkgs/webapps/etherpad-lite/default.nix b/pkgs/webapps/etherpad-lite/default.nix index ab8e84c..5cd1cfb 100644 --- a/pkgs/webapps/etherpad-lite/default.nix +++ b/pkgs/webapps/etherpad-lite/default.nix @@ -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 = {