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
|
# Compile SASS
|
||||||
|
|
||||||
# ${python311}/bin/python manage.py compile_themes
|
${python311}/bin/python manage.py compile_themes
|
||||||
|
|
||||||
runHook postBuild
|
runHook postBuild
|
||||||
'' ;
|
'' ;
|
||||||
|
@ -150,7 +150,7 @@ mkDerivation {
|
||||||
|
|
||||||
# Python dependencies
|
# 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/
|
ln -sf $dependency/lib/python3.11/site-packages/* $out/lib/python3.11/site-packages/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue