fix python site-packages path

This commit is contained in:
Sebastien Bourdeauducq 2024-11-21 18:45:26 +08:00
parent 33b13b915a
commit 48059ff2a2
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@
postInstall = postInstall =
'' ''
# conflicts with linien-client # conflicts with linien-client
rm -rf $out/lib/python3.11/site-packages/linien/__pycache__ rm -rf $out/lib/python3.12/site-packages/linien/__pycache__
''; '';
}; };
# replace broken (as usual) setuptools launcher # replace broken (as usual) setuptools launcher