Merge pull request #122116 from rmcgibbo/pyvex

python3Packages.pyvex: fix on darwin
This commit is contained in:
Fabian Affolter 2021-05-08 01:31:06 +02:00 committed by GitHub
commit de87f98700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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