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=";
|
sha256 = "sha256-cWQdrGKJyGieBow3TiMj/uB2crIF32Kvl5tVUKg/z+E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = lib.optionalString stdenv.isDarwin ''
|
||||||
|
substituteInPlace vex/Makefile-gcc --replace '/usr/bin/ar' 'ar'
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
archinfo
|
archinfo
|
||||||
bitstring
|
bitstring
|
||||||
|
Loading…
x
Reference in New Issue
Block a user