Merge pull request #109538 from SuperSandro2000/uamqp-darwin

pythonPackages.uamqp: Fix build on darwin
This commit is contained in:
Jörg Thalheim
2021-01-16 16:20:26 +00:00
committed by GitHub
2 changed files with 24 additions and 7 deletions
+3 -2
View File
@@ -7799,8 +7799,9 @@ in {
tzlocal = callPackage ../development/python-modules/tzlocal { };
uamqp =
callPackage ../development/python-modules/uamqp { inherit (pkgs.darwin.apple_sdk.frameworks) CFNetwork Security; };
uamqp = callPackage ../development/python-modules/uamqp {
inherit (pkgs.darwin.apple_sdk.frameworks) CFNetwork CoreFoundation Security;
};
ua-parser = callPackage ../development/python-modules/ua-parser { };