Make Python dependency linking more verbose in Bookwyrm package
This commit is contained in:
parent
900017f34b
commit
7601d30b2d
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ mkDerivation {
|
|||
# Python dependencies
|
||||
|
||||
${ concatStringsSep "\n" ( map ( package : ''
|
||||
ln -sf ${package}/lib/python3.11/site-packages/* $out/lib/python3.11/site-packages/
|
||||
ln -sfv ${package}/lib/python3.11/site-packages/* $out/lib/python3.11/site-packages/
|
||||
'' ) dependencies ) }
|
||||
|
||||
# Python packages
|
||||
|
|
Loading…
Add table
Reference in a new issue