zabbix.proxy: add curl (#377287)
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user