Temporarily disable 'compile_themes' in Bookwyrm build script

This commit is contained in:
Reinout Meliesie 2025-03-09 22:26:20 +01:00
parent 92001deded
commit 13de1c6f25
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
runHook postBuild
'' ;