···1515 bowerPackages = buildBowerComponents {1616 name = "${cryptpad.name}-bower-packages";1717 # this list had to be tweaked by hand:1818+ # * add the second jquery ~2.1.0 entry1819 # * add the second bootstrap ~3.1.1 entry1920 generated = ./bower-packages.nix;2021 src = cryptpad.src;···4847 combined = cryptpad.override {4948 postInstall = ''5049 out_cryptpad=$out/lib/node_modules/cryptpad5050+5151+ substituteInPlace $out_cryptpad/lib/workers/index.js --replace "lib/workers/db-worker" "$out_cryptpad/lib/workers/db-worker"51525253 # add the bower components5354 ln -sv \