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