slirp4netns: add passthru.tests
This commit is contained in:
parent
c3eef07b21
commit
71dafd0239
@ -6,6 +6,7 @@
|
|||||||
, libcap
|
, libcap
|
||||||
, libseccomp
|
, libseccomp
|
||||||
, libslirp
|
, libslirp
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -25,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.tests.podman = nixosTests.podman;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/rootless-containers/slirp4netns";
|
homepage = "https://github.com/rootless-containers/slirp4netns";
|
||||||
description = "User-mode networking for unprivileged network namespaces";
|
description = "User-mode networking for unprivileged network namespaces";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user