fix: #64340 building python wheels in non-standard store
This commit is contained in:
parent
c763b8db06
commit
0426ae63f8
@ -8,7 +8,7 @@
|
||||
attrs // {
|
||||
unpackPhase = ''
|
||||
mkdir dist
|
||||
cp $src dist/"''${src#*-}"
|
||||
cp "$src" "dist/$(stripHash "$src")"
|
||||
'';
|
||||
|
||||
# Wheels are pre-compiled
|
||||
|
Loading…
Reference in New Issue
Block a user