runc: add passthru.tests

This commit is contained in:
zowoq 2020-05-19 10:41:00 +10:00
parent e469b77bf0
commit 032462fc94

View File

@ -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";