Add temporary debug commands to Bookwyrm package build script
This commit is contained in:
parent
49488ae18c
commit
b86919250f
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ mkDerivation {
|
|||
|
||||
for dependency in "${ concatStringsSep " " simplePythonDependencies }" ; do
|
||||
ln -sf $dependency/lib/python3.11/site-packages/* /build/lib/python3.11/site-packages/
|
||||
ls -lAh $dependency/lib/python3.11/site-packages
|
||||
done
|
||||
|
||||
ls -lAh /build/lib/python3.11/site-packages
|
||||
|
|
Loading…
Add table
Reference in a new issue