djbdns: add link to tinydns nixos test

This commit is contained in:
Thibaut Marty 2021-05-15 18:23:55 +02:00 committed by Bas van Dijk
parent 7a8b4907e2
commit e204d34b94

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, glibc, dns-root-data } :
{ lib, stdenv, fetchurl, glibc, dns-root-data, nixosTests } :
let
version = "1.05";
@ -48,6 +48,10 @@ stdenv.mkDerivation {
rm -rv djbdns-man;
'';
passthru.tests = {
tinydns = nixosTests.tinydns;
};
meta = with lib; {
description = "A collection of Domain Name System tools";
longDescription = "Includes software for all the fundamental DNS operations: DNS cache: finding addresses of Internet hosts; DNS server: publishing addresses of Internet hosts; and DNS client: talking to a DNS cache.";