bind: add nixosTests.bind to passthru.tests
This commit is contained in:
parent
c27c9bd380
commit
2a4e6a93b9
@ -2,7 +2,7 @@
|
|||||||
, perl, pkg-config
|
, perl, pkg-config
|
||||||
, libcap, libtool, libxml2, openssl, libuv
|
, libcap, libtool, libxml2, openssl, libuv
|
||||||
, enablePython ? config.bind.enablePython or false, python3 ? null
|
, enablePython ? config.bind.enablePython or false, python3 ? null
|
||||||
, enableSeccomp ? false, libseccomp ? null, buildPackages
|
, enableSeccomp ? false, libseccomp ? null, buildPackages, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert enableSeccomp -> libseccomp != null;
|
assert enableSeccomp -> libseccomp != null;
|
||||||
@ -72,6 +72,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = false; # requires root and the net
|
doCheck = false; # requires root and the net
|
||||||
|
|
||||||
|
passthru.tests = { inherit (nixosTests) bind; };
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://www.isc.org/downloads/bind/";
|
homepage = "https://www.isc.org/downloads/bind/";
|
||||||
description = "Domain name server";
|
description = "Domain name server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user