Loading pkgs/development/python-modules/pyorthanc/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , pythonOlder , pytestCheckHook , pythonRelaxDepsHook , poetry-core , httpx , pydicom Loading @@ -22,10 +23,14 @@ buildPythonPackage rec { hash = "sha256-RZJ7BuQRJ+yaHFv9iq4uFvMtH8NvGvmpjmgmyvw9rGk="; }; nativeBuildInputs = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ]; propagatedBuildInputs = [ httpx pydicom ]; pythonRelaxDeps = [ "httpx" ]; doCheck = false; # requires orthanc server (not in Nixpkgs) pythonImportsCheck = [ Loading Loading
pkgs/development/python-modules/pyorthanc/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , pythonOlder , pytestCheckHook , pythonRelaxDepsHook , poetry-core , httpx , pydicom Loading @@ -22,10 +23,14 @@ buildPythonPackage rec { hash = "sha256-RZJ7BuQRJ+yaHFv9iq4uFvMtH8NvGvmpjmgmyvw9rGk="; }; nativeBuildInputs = [ poetry-core ]; nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ]; propagatedBuildInputs = [ httpx pydicom ]; pythonRelaxDeps = [ "httpx" ]; doCheck = false; # requires orthanc server (not in Nixpkgs) pythonImportsCheck = [ Loading