Fix output path for overlapping Python deps in Bookwyrm package

This commit is contained in:
Reinout Meliesie 2025-03-09 23:39:20 +01:00
parent ce05886d32
commit 13ece26baa
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -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