mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
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 a new issue