Merge pull request #187475 from centromere/fix-uamqp-darwin

This commit is contained in:
Sandro 2022-08-19 21:13:09 +02:00 committed by GitHub
commit 921b28fa6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
, fetchpatch
, fetchPypi
, isPy3k
, libcxxabi
, openssl
, Security
, six
@ -58,6 +59,10 @@ buildPythonPackage rec {
enum34
];
LDFLAGS = lib.optionals stdenv.isDarwin [
"-L${lib.getLib libcxxabi}/lib"
];
dontUseCmakeConfigure = true;
# Project has no tests