Loading pkgs/development/python-modules/rustworkx/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ cargo, rustPlatform, rustc, setuptools, setuptools-rust, numpy, fixtures, Loading @@ -17,11 +18,11 @@ buildPythonPackage rec { pname = "rustworkx"; version = "0.15.1"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "Qiskit"; repo = pname; repo = "rustworkx"; rev = version; hash = "sha256-0WYgShihTBM0e+MIhON0dnhZug6l280tZcVp3KF1Jq0="; }; Loading @@ -32,12 +33,16 @@ buildPythonPackage rec { }; nativeBuildInputs = [ setuptools-rust rustPlatform.cargoSetupHook cargo rustc ]; build-system = [ setuptools setuptools-rust ]; buildInputs = [ numpy ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; checkInputs = [ Loading Loading
pkgs/development/python-modules/rustworkx/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ cargo, rustPlatform, rustc, setuptools, setuptools-rust, numpy, fixtures, Loading @@ -17,11 +18,11 @@ buildPythonPackage rec { pname = "rustworkx"; version = "0.15.1"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "Qiskit"; repo = pname; repo = "rustworkx"; rev = version; hash = "sha256-0WYgShihTBM0e+MIhON0dnhZug6l280tZcVp3KF1Jq0="; }; Loading @@ -32,12 +33,16 @@ buildPythonPackage rec { }; nativeBuildInputs = [ setuptools-rust rustPlatform.cargoSetupHook cargo rustc ]; build-system = [ setuptools setuptools-rust ]; buildInputs = [ numpy ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv ]; checkInputs = [ Loading