aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/etherpad-lite/modules/ep_scrollto
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 01:35:06 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2023-10-04 02:11:48 +0200
commit1a64deeb894dc95e2645a75771732c6cc53a79ad (patch)
tree1b9df4838f894577a09b9b260151756272efeb53 /pkgs/webapps/etherpad-lite/modules/ep_scrollto
parentfa25ffd4583cc362075cd5e1b4130f33306103f0 (diff)
downloadNix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.gz
Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.tar.zst
Nix-1a64deeb894dc95e2645a75771732c6cc53a79ad.zip
Squash changes containing private information
There were a lot of changes since the previous commit, but a lot of them contained personnal information about users. All thos changes got stashed into a single commit (history is kept in a different place) and private information was moved in a separate private repository
Diffstat (limited to 'pkgs/webapps/etherpad-lite/modules/ep_scrollto')
-rw-r--r--pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.json1
-rw-r--r--pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.nix29
2 files changed, 0 insertions, 30 deletions
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.json b/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.json
deleted file mode 100644
index 6d068d0..0000000
--- a/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.json
+++ /dev/null
@@ -1 +0,0 @@
1[ "ep_scrollto" ]
diff --git a/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.nix b/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.nix
deleted file mode 100644
index 8f7656f..0000000
--- a/pkgs/webapps/etherpad-lite/modules/ep_scrollto/node-packages.nix
+++ /dev/null
@@ -1,29 +0,0 @@
1# This file has been generated by node2nix 1.8.0. Do not edit!
2
3{nodeEnv, fetchurl, fetchgit, globalBuildInputs ? []}:
4
5let
6 sources = {};
7in
8{
9 ep_scrollto = nodeEnv.buildNodePackage {
10 name = "ep_scrollto";
11 packageName = "ep_scrollto";
12 version = "0.0.7";
13 src = fetchurl {
14 url = "https://registry.npmjs.org/ep_scrollto/-/ep_scrollto-0.0.7.tgz";
15 sha512 = "uUfpiUWO0xLhN2R89jMPUYD+vhyiPyH6b8QL7y+0bKiOYOqf9l/rgXwTLuf4iB3p0J1/oVXhgSkG0dlZ35bUWw==";
16 };
17 buildInputs = globalBuildInputs;
18 preRebuild = ''
19 sed -i -e "s/is_old_ie = browser.msie.*$/is_old_ie = false;/" static/js/postAceInit.js
20 '';
21 meta = {
22 description = "Scroll to a specific line number based on a parameter of lineNumber in the URL IE http://test.com/p/foo#lineNumber=10 -- Users can click on the line number to get a link";
23 homepage = "https://github.com/johnmclear/ep_scrollto#readme";
24 };
25 production = true;
26 bypassCache = true;
27 reconstructLock = true;
28 };
29}