Fix output path for overlapping Python deps in Bookwyrm package
This commit is contained in:
parent
ce05886d32
commit
13ece26baa
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ mkDerivation {
|
|||
|
||||
${ concatStringsSep "\n" ( map ( dependency : ''
|
||||
ln -s ${ dependency . package }/lib/python3.11/site-packages/${ dependency . subDirectory }/* \
|
||||
/build/lib/python3.11/site-packages/${ dependency . subDirectory }/
|
||||
$out/lib/python3.11/site-packages/${ dependency . subDirectory }/
|
||||
'' ) overlappingPythonDependencies ) }
|
||||
|
||||
# Python packages
|
||||
|
|
Loading…
Add table
Reference in a new issue