Merge pull request #122116 from rmcgibbo/pyvex
python3Packages.pyvex: fix on darwin
This commit is contained in:
commit
de87f98700
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
|||
|
||||
preBuild = ''
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue