Revert 13de1c6f25
, remove erroneous quoting in Bookwyrm install script
This commit is contained in:
parent
13de1c6f25
commit
246bde2d84
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ mkDerivation {
|
|||
|
||||
# Compile SASS
|
||||
|
||||
# ${python311}/bin/python manage.py compile_themes
|
||||
${python311}/bin/python manage.py compile_themes
|
||||
|
||||
runHook postBuild
|
||||
'' ;
|
||||
|
@ -150,7 +150,7 @@ mkDerivation {
|
|||
|
||||
# Python dependencies
|
||||
|
||||
for dependency in "${ concatStringsSep " " simplePythonDependencies }" ; do
|
||||
for dependency in ${ concatStringsSep " " simplePythonDependencies } ; do
|
||||
ln -sf $dependency/lib/python3.11/site-packages/* $out/lib/python3.11/site-packages/
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue