ferm: reference tests

This commit is contained in:
Jörg Thalheim 2019-11-29 12:25:52 +00:00
parent 697c0fbf6d
commit bc120beb68
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

@ -1,4 +1,4 @@
{ stdenv, fetchurl, makeWrapper, perl, ebtables, ipset, iptables }:
{ stdenv, fetchurl, makeWrapper, perl, ebtables, ipset, iptables, nixosTests }:
stdenv.mkDerivation rec {
version = "2.4.1";
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
done
'';
passthru.tests.ferm = nixosTests.ferm;
meta = {
homepage = http://ferm.foo-projects.org/;
description = "Tool to maintain complex firewalls";