armagetronad: use libxml2 with HTTP support

This commit is contained in:
Morgan Jones 2024-07-30 11:32:34 -07:00
parent da4c9eb47b
commit 8abfb83a31
No known key found for this signature in database
GPG Key ID: 52BAC54ED447974E

View File

@ -131,7 +131,7 @@ let
] ++ lib.optional dedicatedServer "--enable-dedicated"
++ lib.optional (!dedicatedServer) "--enable-music";
buildInputs = [ libxml2 ]
buildInputs = lib.singleton (libxml2.override { enableHttp = true; })
++ (resolvedParams.extraBuildInputs or []);
nativeBuildInputs = [ autoconf automake gnum4 pkg-config which python3 ]