fix: #64340 building python wheels in non-standard store

This commit is contained in:
Charlie Dyson
2019-07-11 10:27:28 +02:00
committed by Frederik Rietdijk
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