python3Packages.pyvex: fix on darwin
This commit is contained in:
parent
2d64c6d79b
commit
8bdfc34ab0
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
export CC=${stdenv.cc.targetPrefix}cc
|
export CC=${stdenv.cc.targetPrefix}cc
|
||||||
|
substituteInPlace pyvex_c/Makefile --replace 'AR=ar' 'AR=${stdenv.cc.targetPrefix}ar'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# No tests are available on PyPI, GitHub release has tests
|
# No tests are available on PyPI, GitHub release has tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user