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 : ''
|
${ concatStringsSep "\n" ( map ( dependency : ''
|
||||||
ln -s ${ dependency . package }/lib/python3.11/site-packages/${ dependency . subDirectory }/* \
|
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 ) }
|
'' ) overlappingPythonDependencies ) }
|
||||||
|
|
||||||
# Python packages
|
# Python packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue