mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #122116 from rmcgibbo/pyvex
python3Packages.pyvex: fix on darwin
This commit is contained in:
commit
de87f98700
@ -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 New Issue
Block a user