apache-httpd: respect review in #33481
This commit is contained in:
parent
19659e42c5
commit
729f97ef9b
@ -4,15 +4,13 @@
|
|||||||
, http2Support ? true, nghttp2
|
, http2Support ? true, nghttp2
|
||||||
, ldapSupport ? true, openldap
|
, ldapSupport ? true, openldap
|
||||||
, libxml2Support ? true, libxml2
|
, libxml2Support ? true, libxml2
|
||||||
, brotliSupport ? true, brotli ? null
|
, brotliSupport ? true, brotli
|
||||||
, luaSupport ? false, lua5
|
, luaSupport ? false, lua5
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let optional = stdenv.lib.optional;
|
let inherit (stdenv.lib) optional optionalString;
|
||||||
optionalString = stdenv.lib.optionalString;
|
|
||||||
in
|
in
|
||||||
|
|
||||||
assert brotliSupport -> brotli != null;
|
|
||||||
assert sslSupport -> aprutil.sslSupport && openssl != null;
|
assert sslSupport -> aprutil.sslSupport && openssl != null;
|
||||||
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
||||||
assert http2Support -> nghttp2 != null;
|
assert http2Support -> nghttp2 != null;
|
||||||
|
Loading…
Reference in New Issue
Block a user