21 src = fetchFromGitHub {
25 hash = "sha256-uoB5v+dl3895sW597f/Y49E2BJvy89871xu/rqWd7kw=";
49 ++ lib.optionals (glibc != null) [
54 BUILDTAGS = "apparmor seccomp selinux containers_image_openpgp containers_image_ostree_stub";
57 make binaries docs BUILDTAGS="$BUILDTAGS"
63 install -Dm755 bin/* -t $out/bin
65 for shell in bash fish zsh; do
66 installShellCompletion --$shell completions/$shell/*
69 install contrib/cni/*.conflist -Dt $out/etc/cni/net.d
70 install crictl.yaml -Dt $out/etc
72 installManPage docs/*.[1-9]
76 passthru.tests = { inherit (nixosTests) cri-o; };
79 homepage = "https://cri-o.io";
81 Open Container Initiative-based implementation of the
82 Kubernetes Container Runtime Interface
84 license = licenses.asl20;
85 maintainers = with maintainers; [ ] ++ teams.podman.members;
86 platforms = platforms.linux;