nsd: set passthru.tests
This commit is contained in:
parent
0c47a81419
commit
15c8a4800e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, libevent, openssl
|
{ stdenv, fetchurl, libevent, openssl, nixosTests
|
||||||
, bind8Stats ? false
|
, bind8Stats ? false
|
||||||
, checking ? false
|
, checking ? false
|
||||||
, ipv6 ? true
|
, ipv6 ? true
|
||||||
@ -52,6 +52,10 @@ stdenv.mkDerivation rec {
|
|||||||
sed 's@$(INSTALL_DATA) nsd.conf.sample $(DESTDIR)$(nsdconfigfile).sample@@g' -i Makefile.in
|
sed 's@$(INSTALL_DATA) nsd.conf.sample $(DESTDIR)$(nsdconfigfile).sample@@g' -i Makefile.in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit (nixosTests) nsd;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.nlnetlabs.nl";
|
homepage = "http://www.nlnetlabs.nl";
|
||||||
description = "Authoritative only, high performance, simple and open source name server";
|
description = "Authoritative only, high performance, simple and open source name server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user