10 buildPythonPackage rec {
14 src = fetchFromGitHub {
16 repo = "hpc-container-maker";
18 hash = "sha256-dLMbwtvn7HTVVlWHAzXU19ERdJxytf9NlnqMXW6ShKI=";
21 propagatedBuildInputs = [ six archspec ];
22 nativeCheckInputs = [ pytestCheckHook pytest-xdist ];
30 pythonImportsCheck = [ "hpccm" ];
33 description = "HPC Container Maker";
34 homepage = "https://github.com/NVIDIA/hpc-container-maker";
35 license = licenses.asl20;
36 platforms = platforms.x86;
37 maintainers = with maintainers; [ atila ];