1
0
Fork 1
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:
Charlie Dyson 2019-07-05 20:10:52 +01:00 committed by Frederik Rietdijk
parent c763b8db06
commit 0426ae63f8

View file

@ -8,7 +8,7 @@
attrs // {
unpackPhase = ''
mkdir dist
cp $src dist/"''${src#*-}"
cp "$src" "dist/$(stripHash "$src")"
'';
# Wheels are pre-compiled