Unverified Commit 2c36ff7a authored by Randy Eckenrode's avatar Randy Eckenrode
Browse files

apacheHttpdPackages.apacheHttpd: fix build after libxml2 update

Apache requires zlib, which was previously but no longer propagated by libxml2.
parent 0e8dbe95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ which ];

  buildInputs = [ perl libxcrypt ] ++
  buildInputs = [ perl libxcrypt zlib ] ++
    lib.optional brotliSupport brotli ++
    lib.optional sslSupport openssl ++
    lib.optional modTlsSupport rustls-ffi ++