runc: add passthru.tests
This commit is contained in:
parent
e469b77bf0
commit
032462fc94
@ -9,6 +9,7 @@
|
||||
, apparmor-parser
|
||||
, libseccomp
|
||||
, libselinux
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
@ -45,6 +46,8 @@ buildGoPackage rec {
|
||||
installManPage man/*/*.[1-9]
|
||||
'';
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/opencontainers/runc";
|
||||
description = "A CLI tool for spawning and running containers according to the OCI specification";
|
||||
|
Loading…
Reference in New Issue
Block a user