pdns-recursor: add nixos test to passthru.tests

This commit is contained in:
Aaron Andersen 2020-10-12 13:55:38 -04:00
parent 84f8419899
commit 75dd806963

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, boost
{ stdenv, fetchurl, pkgconfig, boost, nixosTests
, openssl, systemd, lua, luajit, protobuf
, enableProtoBuf ? false
}:
@ -28,6 +28,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
nixos = nixosTests.pdns-recursor;
};
meta = {
description = "A recursive DNS server";
homepage = "https://www.powerdns.com/";