Unverified Commit f3bb155e authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #328956 from reckenrode/apache-httpd-fixes

apacheHttpdPackages.apacheHttpd: fix build after libxml2 update
parents 466006b9 2c36ff7a
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 ++