mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
armagetronad: use libxml2 with HTTP support
This commit is contained in:
parent
da4c9eb47b
commit
8abfb83a31
@ -131,7 +131,7 @@ let
|
|||||||
] ++ lib.optional dedicatedServer "--enable-dedicated"
|
] ++ lib.optional dedicatedServer "--enable-dedicated"
|
||||||
++ lib.optional (!dedicatedServer) "--enable-music";
|
++ lib.optional (!dedicatedServer) "--enable-music";
|
||||||
|
|
||||||
buildInputs = [ libxml2 ]
|
buildInputs = lib.singleton (libxml2.override { enableHttp = true; })
|
||||||
++ (resolvedParams.extraBuildInputs or []);
|
++ (resolvedParams.extraBuildInputs or []);
|
||||||
|
|
||||||
nativeBuildInputs = [ autoconf automake gnum4 pkg-config which python3 ]
|
nativeBuildInputs = [ autoconf automake gnum4 pkg-config which python3 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user