cryptpad: 3.13.0 -> 3.20.1 (#94255)
This commit is contained in:
@@ -15,6 +15,7 @@ let
|
||||
bowerPackages = buildBowerComponents {
|
||||
name = "${cryptpad.name}-bower-packages";
|
||||
# this list had to be tweaked by hand:
|
||||
# * add the second jquery ~2.1.0 entry
|
||||
# * add the second bootstrap ~3.1.1 entry
|
||||
generated = ./bower-packages.nix;
|
||||
src = cryptpad.src;
|
||||
@@ -48,6 +49,8 @@ let
|
||||
postInstall = ''
|
||||
out_cryptpad=$out/lib/node_modules/cryptpad
|
||||
|
||||
substituteInPlace $out_cryptpad/lib/workers/index.js --replace "lib/workers/db-worker" "$out_cryptpad/lib/workers/db-worker"
|
||||
|
||||
# add the bower components
|
||||
ln -sv \
|
||||
${bowerPackages}/bower_components \
|
||||
|
||||
Reference in New Issue
Block a user