9 python3Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-P49fkLvdCm/Eco+nD3SGM04PRQatBzq9CHlayueQetk=";
21 substituteInPlace setup.py \
22 --replace-fail "'pytest-runner'," ""
25 # crun patchelf proot runc fakechroot
26 # are download statistically linked during runtime
31 dependencies = with python3Packages; [
35 nativeCheckInputs = with python3Packages; [
40 "test_02__load_structure"
41 "test_05__get_volume_bindings"
46 "tests/unit/test_curl.py"
47 "tests/unit/test_dockerioapi.py"
51 tests.version = testers.testVersion { package = udocker; };
55 description = "basic user tool to execute simple docker containers in user space without root privileges";
56 homepage = "https://indigo-dc.gitbooks.io/udocker";
57 changelog = "https://github.com/indigo-dc/udocker/releases/tag/${version}";
58 license = lib.licenses.asl20;
59 maintainers = with lib.maintainers; [ bzizou ];
60 platforms = lib.platforms.linux;
61 mainProgram = "udocker";