From 13de1c6f25b986b45f355dbec4d62f248243b6a3 Mon Sep 17 00:00:00 2001 From: Reinout Meliesie Date: Sun, 9 Mar 2025 22:26:20 +0100 Subject: [PATCH] Temporarily disable 'compile_themes' in Bookwyrm build script --- packages/bookwyrm/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bookwyrm/package.nix b/packages/bookwyrm/package.nix index ec5cb1d..43d74a8 100644 --- a/packages/bookwyrm/package.nix +++ b/packages/bookwyrm/package.nix @@ -136,7 +136,7 @@ mkDerivation { # Compile SASS - ${python311}/bin/python manage.py compile_themes + # ${python311}/bin/python manage.py compile_themes runHook postBuild '' ;