mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
podman: add passthru.tests
This commit is contained in:
parent
4fb8fab4d6
commit
97851a33ac
@ -9,6 +9,7 @@
|
||||
, libseccomp
|
||||
, systemd
|
||||
, go-md2man
|
||||
, nixosTests
|
||||
}:
|
||||
|
||||
buildGoPackage rec {
|
||||
@ -45,6 +46,8 @@ buildGoPackage rec {
|
||||
MANDIR=$man/share/man make install.man
|
||||
'';
|
||||
|
||||
passthru.tests.podman = nixosTests.podman;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://podman.io/";
|
||||
description = "A program for managing pods, containers and container images";
|
||||
|
Loading…
Reference in New Issue
Block a user