Loading pkgs/development/python-modules/python-calamine/default.nix +14 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, cargo, fetchFromGitHub, rustPlatform, # buildInputs libiconv, # build-system cargo, poetry-core, pytestCheckHook, pythonOlder, rustc, # dependencies packaging, rustPlatform, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -16,8 +24,6 @@ buildPythonPackage rec { version = "0.2.3"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "dimastbk"; repo = "python-calamine"; Loading @@ -36,6 +42,8 @@ buildPythonPackage rec { ln -s ${./Cargo.lock} Cargo.lock ''; buildInputs = [ libiconv ]; build-system = [ cargo poetry-core Loading Loading
pkgs/development/python-modules/python-calamine/default.nix +14 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, cargo, fetchFromGitHub, rustPlatform, # buildInputs libiconv, # build-system cargo, poetry-core, pytestCheckHook, pythonOlder, rustc, # dependencies packaging, rustPlatform, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -16,8 +24,6 @@ buildPythonPackage rec { version = "0.2.3"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "dimastbk"; repo = "python-calamine"; Loading @@ -36,6 +42,8 @@ buildPythonPackage rec { ln -s ${./Cargo.lock} Cargo.lock ''; buildInputs = [ libiconv ]; build-system = [ cargo poetry-core Loading