python3Packages.pyvex: fix build for darwin
This commit is contained in:
parent
ea5726aefe
commit
5b511ca6f3
|
@ -18,6 +18,10 @@ buildPythonPackage rec {
|
|||
sha256 = "sha256-cWQdrGKJyGieBow3TiMj/uB2crIF32Kvl5tVUKg/z+E=";
|
||||
};
|
||||
|
||||
postPatch = lib.optionalString stdenv.isDarwin ''
|
||||
substituteInPlace vex/Makefile-gcc --replace '/usr/bin/ar' 'ar'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
archinfo
|
||||
bitstring
|
||||
|
|
Loading…
Reference in New Issue