Fix systemd unit location for Bookwyrm, move all mkdir calls to top
This commit is contained in:
parent
c306e47de1
commit
4b505625a7
3 changed files with 5 additions and 10 deletions
|
@ -28,7 +28,7 @@ mkDerivation {
|
|||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/lib/python3.11/site-packages
|
||||
mkdir -p $out/lib/python3.11/site-packages/sass_processor
|
||||
|
||||
# Dependencies
|
||||
|
||||
|
@ -44,8 +44,6 @@ mkDerivation {
|
|||
ln -s ${jinja2}/lib/python3.11/site-packages/* $out/lib/python3.11/site-packages/
|
||||
'' else "" }
|
||||
|
||||
mkdir $out/lib/python3.11/site-packages/sass_processor
|
||||
|
||||
# The package itself
|
||||
|
||||
cp $src/sass_processor/*.py $out/lib/python3.11/site-packages/sass_processor/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue