libmodsecurity: add passthru test for nginx-modsecurity

This commit is contained in:
Stig Palmquist 2022-02-15 00:11:06 +01:00
parent 21f5ce0bd9
commit fb12caf06d

View file

@ -2,6 +2,7 @@
, autoreconfHook, bison, flex, pkg-config
, curl, geoip, libmaxminddb, libxml2, lmdb, lua, pcre
, ssdeep, valgrind, yajl
, nixosTests
}:
stdenv.mkDerivation rec {
@ -50,6 +51,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
nginx-modsecurity = nixosTests.nginx-modsecurity;
};
meta = with lib; {
homepage = "https://github.com/SpiderLabs/ModSecurity";
description = ''