kea: setup passthru test

This commit is contained in:
Martin Weinelt 2021-07-14 00:46:08 +02:00
parent 2a93d57ebb
commit bb96192101
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -8,7 +8,9 @@
, libmysqlclient , libmysqlclient
, log4cplus , log4cplus
, postgresql , postgresql
, python3 }: , python3
, nixosTests
}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "kea"; pname = "kea";
@ -48,11 +50,15 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true; enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) kea;
};
meta = with lib; { meta = with lib; {
homepage = "https://kea.isc.org/"; homepage = "https://kea.isc.org/";
description = "High-performance, extensible DHCP server by ISC"; description = "High-performance, extensible DHCP server by ISC";
longDescription = '' longDescription = ''
KEA is a new open source DHCPv4/DHCPv6 server being developed by Kea is a new open source DHCPv4/DHCPv6 server being developed by
Internet Systems Consortium. The objective of this project is to Internet Systems Consortium. The objective of this project is to
provide a very high-performance, extensible DHCP server engine for provide a very high-performance, extensible DHCP server engine for
use by enterprises and service providers, either as is or with use by enterprises and service providers, either as is or with