Allow 'compile_themes' to fail in Bookwyrm package build script

This commit is contained in:
Reinout Meliesie 2025-03-09 23:19:30 +01:00
parent 246bde2d84
commit 89448b3ec6
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -136,7 +136,7 @@ mkDerivation {
# Compile SASS
${python311}/bin/python manage.py compile_themes
${python311}/bin/python manage.py compile_themes || true
runHook postBuild
'' ;