mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
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
|
||||
, checking ? false
|
||||
, ipv6 ? true
|
||||
@ -52,6 +52,10 @@ stdenv.mkDerivation rec {
|
||||
sed 's@$(INSTALL_DATA) nsd.conf.sample $(DESTDIR)$(nsdconfigfile).sample@@g' -i Makefile.in
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) nsd;
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://www.nlnetlabs.nl";
|
||||
description = "Authoritative only, high performance, simple and open source name server";
|
||||
|
Loading…
Reference in New Issue
Block a user