pdns-recursor: add nixos test to passthru.tests
This commit is contained in:
parent
84f8419899
commit
75dd806963
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, boost
|
{ stdenv, fetchurl, pkgconfig, boost, nixosTests
|
||||||
, openssl, systemd, lua, luajit, protobuf
|
, openssl, systemd, lua, luajit, protobuf
|
||||||
, enableProtoBuf ? false
|
, enableProtoBuf ? false
|
||||||
}:
|
}:
|
||||||
@ -28,6 +28,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
nixos = nixosTests.pdns-recursor;
|
||||||
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A recursive DNS server";
|
description = "A recursive DNS server";
|
||||||
homepage = "https://www.powerdns.com/";
|
homepage = "https://www.powerdns.com/";
|
||||||
|
Loading…
Reference in New Issue
Block a user