forked from mirrors/nixpkgs
djbdns: add link to tinydns nixos test
This commit is contained in:
parent
7a8b4907e2
commit
e204d34b94
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue