Add grpcio to Bookwyrm deps, have install script wait for subprocesses

This commit is contained in:
Reinout Meliesie 2025-03-08 15:18:07 +01:00
parent 983d6e8875
commit ebee38e892
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -60,6 +60,7 @@ mkDerivation {
django-timezone-field
environs
frozenlist
grpcio
idna
importlib-metadata
jmespath
@ -143,6 +144,8 @@ mkDerivation {
cp $src/VERSION $out/var/lib/bookwyrm/
wait # Wait for async subprocesses to finish
runHook postInstall
'' ;
}