tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
apacheHttpd: add link to acme nixos test
Léo Gaspard
4 years ago
58c16121
4105f830
+4
1 changed file
expand all
collapse all
unified
split
pkgs
servers
http
apache-httpd
2.4.nix
+4
pkgs/servers/http/apache-httpd/2.4.nix
reviewed
···
1
1
{ lib, stdenv, fetchurl, perl, zlib, apr, aprutil, pcre, libiconv, lynx
2
2
+
, nixosTests
2
3
, proxySupport ? true
3
4
, sslSupport ? true, openssl
4
5
, http2Support ? true, nghttp2
···
85
86
86
87
passthru = {
87
88
inherit apr aprutil sslSupport proxySupport ldapSupport luaSupport lua5;
89
89
+
tests = {
90
90
+
acme-integration = nixosTests.acme;
91
91
+
};
88
92
};
89
93
90
94
meta = with lib; {