zabbix.proxy: add curl (#377287)

This commit is contained in:
Rick van Schijndel
2025-03-09 11:22:46 +01:00
committed by GitHub
+3
View File
@@ -3,6 +3,7 @@
stdenv,
fetchurl,
pkg-config,
curl,
libevent,
libiconv,
openssl,
@@ -62,6 +63,7 @@ import ./versions.nix (
nativeBuildInputs = [ pkg-config ];
buildInputs =
[
curl
libevent
libiconv
openssl
@@ -80,6 +82,7 @@ import ./versions.nix (
"--enable-ipv6"
"--enable-proxy"
"--with-iconv"
"--with-libcurl"
"--with-libevent"
"--with-libpcre"
"--with-openssl=${openssl.dev}"