cryptpad: add comment about EOL dependencies
This commit is contained in:
parent
04412d1f51
commit
827142a43c
1 changed files with 2 additions and 0 deletions
|
@ -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 ++ [
|
||||
|
|
Loading…
Reference in a new issue