mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fix pth files
This commit is contained in:
parent
a40da09b44
commit
f8d3671629
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ createBuildInputsPth() {
|
|||
if [ foo"$inputs" != foo ]; then
|
||||
for x in $inputs; do
|
||||
if test -d "$x"/lib/@libPrefix@/site-packages; then
|
||||
echo $x >> "$out"/lib/@libPrefix@/site-packages/${name}-nix-python-$category.pth
|
||||
echo $x/lib/@libPrefix@/site-packages \
|
||||
>> "$out"/lib/@libPrefix@/site-packages/${name}-nix-python-$category.pth
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue