Set DOMAIN env var in Bookwyrm package build script
This commit is contained in:
parent
7d5a2bee14
commit
a9c5d591e4
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ mkDerivation {
|
|||
|
||||
export PYTHONPATH=/build/lib/python3.11/site-packages
|
||||
|
||||
export DOMAIN=""
|
||||
|
||||
${python311}/bin/python manage.py compile_themes
|
||||
|
||||
runHook postBuild
|
||||
|
|
Loading…
Add table
Reference in a new issue