slirp4netns: add passthru.tests

This commit is contained in:
zowoq 2020-05-19 10:41:01 +10:00
parent c3eef07b21
commit 71dafd0239

View File

@ -6,6 +6,7 @@
, libcap
, libseccomp
, libslirp
, nixosTests
}:
stdenv.mkDerivation rec {
@ -25,6 +26,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests.podman = nixosTests.podman;
meta = with stdenv.lib; {
homepage = "https://github.com/rootless-containers/slirp4netns";
description = "User-mode networking for unprivileged network namespaces";