aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/webapps/etherpad-lite/default.nix')
-rw-r--r--pkgs/webapps/etherpad-lite/default.nix8
1 files changed, 1 insertions, 7 deletions
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
30 patches = [ ./libreoffice_patch.diff ]; 30 patches = [ ./libreoffice_patch.diff ];
31 buildPhase = '' 31 buildPhase = ''
32 touch src/.ep_initialized 32 touch src/.ep_initialized
33 cp -v src/static/custom/js.template src/static/custom/index.js
34 cp -v src/static/custom/js.template src/static/custom/pad.js
35 cp -v src/static/custom/js.template src/static/custom/timeslider.js
36 cp -v src/static/custom/css.template src/static/custom/index.css
37 cp -v src/static/custom/css.template src/static/custom/pad.css
38 cp -v src/static/custom/css.template src/static/custom/timeslider.css
39 ''; 33 '';
40 installPhase = '' 34 installPhase = ''
41 cp -a src/ $out 35 cp -a src/ $out
@@ -50,7 +44,7 @@ let
50 mkdir $out/node_modules 44 mkdir $out/node_modules
51 cp -a lib/node_modules/ep_etherpad-lite $out/src 45 cp -a lib/node_modules/ep_etherpad-lite $out/src
52 chmod u+w $out/src/static/js/ 46 chmod u+w $out/src/static/js/
53 cp ${jquery} $out/src/static/js/jquery.js 47 #cp ${jquery} $out/src/static/js/jquery.js
54 ln -s ../src $out/node_modules/ep_etherpad-lite 48 ln -s ../src $out/node_modules/ep_etherpad-lite
55 ''; 49 '';
56 passthru = { 50 passthru = {