Loading pkgs/development/python-modules/uamqp/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ stdenv, buildPythonPackage, fetchFromGitHub, cython_0, fetchpatch2, setuptools, cython, certifi, CFNetwork, cmake, Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { pname = "uamqp"; version = "1.6.11"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "Azure"; Loading Loading @@ -51,9 +52,13 @@ buildPythonPackage rec { src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/CMakeLists.txt ''; build-system = [ cython setuptools ]; nativeBuildInputs = [ cmake cython_0 ]; buildInputs = Loading @@ -64,7 +69,7 @@ buildPythonPackage rec { Security ]; propagatedBuildInputs = [ certifi ]; dependencies = [ certifi ]; dontUseCmakeConfigure = true; Loading Loading
pkgs/development/python-modules/uamqp/default.nix +9 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ stdenv, buildPythonPackage, fetchFromGitHub, cython_0, fetchpatch2, setuptools, cython, certifi, CFNetwork, cmake, Loading @@ -18,7 +19,7 @@ buildPythonPackage rec { pname = "uamqp"; version = "1.6.11"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "Azure"; Loading Loading @@ -51,9 +52,13 @@ buildPythonPackage rec { src/vendor/azure-uamqp-c/deps/azure-c-shared-utility/CMakeLists.txt ''; build-system = [ cython setuptools ]; nativeBuildInputs = [ cmake cython_0 ]; buildInputs = Loading @@ -64,7 +69,7 @@ buildPythonPackage rec { Security ]; propagatedBuildInputs = [ certifi ]; dependencies = [ certifi ]; dontUseCmakeConfigure = true; Loading