nixos/iodine: add test

This commit is contained in:
Symphorien Gibol
2020-02-04 20:54:29 +01:00
parent 00a91d919d
commit b7f27cb61a
3 changed files with 69 additions and 1 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, zlib, nettools }:
{ stdenv, fetchFromGitHub, zlib, nettools, nixosTests }:
stdenv.mkDerivation rec {
pname = "iodine";
@@ -19,6 +19,10 @@ stdenv.mkDerivation rec {
installFlags = [ "prefix=\${out}" ];
passthru.tests = {
inherit (nixosTests) iodine;
};
meta = {
homepage = http://code.kryo.se/iodine/;
description = "Tool to tunnel IPv4 data through a DNS server";