apacheHttpd: add link to acme nixos test
This commit is contained in:
parent
4105f83082
commit
58c16121e6
|
@ -1,4 +1,5 @@
|
||||||
{ lib, stdenv, fetchurl, perl, zlib, apr, aprutil, pcre, libiconv, lynx
|
{ lib, stdenv, fetchurl, perl, zlib, apr, aprutil, pcre, libiconv, lynx
|
||||||
|
, nixosTests
|
||||||
, proxySupport ? true
|
, proxySupport ? true
|
||||||
, sslSupport ? true, openssl
|
, sslSupport ? true, openssl
|
||||||
, http2Support ? true, nghttp2
|
, http2Support ? true, nghttp2
|
||||||
|
@ -85,6 +86,9 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5;
|
inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5;
|
||||||
|
tests = {
|
||||||
|
acme-integration = nixosTests.acme;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in New Issue