powerdns: add nixos test to passthru.tests

This commit is contained in:
Aaron Andersen 2020-10-10 07:58:03 -04:00
parent 94c98805cb
commit 6019fb179b

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig { stdenv, fetchurl, pkgconfig, nixosTests
, boost, libyamlcpp, libsodium, sqlite, protobuf, openssl, systemd , boost, libyamlcpp, libsodium, sqlite, protobuf, openssl, systemd
, mysql57, postgresql, lua, openldap, geoip, curl, opendbx, unixODBC , mysql57, postgresql, lua, openldap, geoip, curl, opendbx, unixODBC
}: }:
@ -38,6 +38,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
doCheck = true; doCheck = true;
passthru.tests = {
nixos = nixosTests.powerdns;
};
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Authoritative DNS server"; description = "Authoritative DNS server";
homepage = "https://www.powerdns.com"; homepage = "https://www.powerdns.com";