mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 22:20:30 +03:00
zabbix.proxy: add curl (#377287)
This commit is contained in:
commit
b064b7893b
1 changed files with 3 additions and 0 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue