diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-08 10:56:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-08 10:56:21 +0200 |
commit | a8bfce17c5eda890d3486357952572f4c1c6b18a (patch) | |
tree | e7acfe9fa0aa99cb4b54f941bc6742ee897393c6 /pkgs/webapps | |
parent | fd2d83bd2bf20fafc63daf5041db0151a4b4d17d (diff) | |
download | Nix-a8bfce17c5eda890d3486357952572f4c1c6b18a.tar.gz Nix-a8bfce17c5eda890d3486357952572f4c1c6b18a.tar.zst Nix-a8bfce17c5eda890d3486357952572f4c1c6b18a.zip |
Move etherpad-lite to pkgs
Diffstat (limited to 'pkgs/webapps')
-rw-r--r-- | pkgs/webapps/default.nix | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pkgs/webapps/default.nix b/pkgs/webapps/default.nix index 8fbb20f..a771aee 100644 --- a/pkgs/webapps/default.nix +++ b/pkgs/webapps/default.nix | |||
@@ -13,6 +13,32 @@ rec { | |||
13 | lib.attrsets.genAttrs names | 13 | lib.attrsets.genAttrs names |
14 | (name: callPackage (./dokuwiki/plugins + "/${name}.nix") {}); | 14 | (name: callPackage (./dokuwiki/plugins + "/${name}.nix") {}); |
15 | 15 | ||
16 | etherpad-lite = callPackage ../impure/etherpad-lite {}; | ||
17 | etherpad-lite-with-modules = etherpad-lite.withModules etherpad-lite-modules; | ||
18 | etherpad-lite-modules = [ | ||
19 | "ep_aa_file_menu_toolbar" | ||
20 | "ep_adminpads" | ||
21 | "ep_align" | ||
22 | "ep_bookmark" | ||
23 | "ep_clear_formatting" | ||
24 | "ep_colors" | ||
25 | "ep_copy_paste_select_all" | ||
26 | "ep_cursortrace" | ||
27 | "ep_embedmedia" | ||
28 | "ep_font_family" | ||
29 | "ep_font_size" | ||
30 | "ep_headings2" | ||
31 | "ep_ldapauth" | ||
32 | "ep_line_height" | ||
33 | "ep_markdown" | ||
34 | "ep_previewimages" | ||
35 | "ep_ruler" | ||
36 | "ep_scrollto" | ||
37 | "ep_set_title_on_pad" | ||
38 | "ep_subscript_and_superscript" | ||
39 | "ep_timesliderdiff" | ||
40 | ]; | ||
41 | |||
16 | infcloud = callPackage ./infcloud {}; | 42 | infcloud = callPackage ./infcloud {}; |
17 | 43 | ||
18 | mantisbt_2 = callPackage ./mantisbt_2 {}; | 44 | mantisbt_2 = callPackage ./mantisbt_2 {}; |