diff --git a/pkgs/servers/web-apps/cryptpad/default.nix b/pkgs/servers/web-apps/cryptpad/default.nix index 3d6c4ef55419..3cb15c1e9765 100644 --- a/pkgs/servers/web-apps/cryptpad/default.nix +++ b/pkgs/servers/web-apps/cryptpad/default.nix @@ -20,6 +20,8 @@ let }).overrideAttrs (old: { bowerPackages = old.bowerPackages.override (old_: { # add missing dependencies: + # Those dependencies are EOL and they are not installed by buildBowerComponents, + # but they are required, otherwise the resolver crashes. # * add the second jquery ~2.1.0 entry # * add the second bootstrap ~3.1.1 entry paths = old_.paths ++ [