fix proxy package
This commit is contained in:
parent
35eabea591
commit
17ca4470ee
|
@ -32,8 +32,8 @@ in
|
|||
else ["reqwest-rustls"]
|
||||
)
|
||||
++ (optional withMimalloc "mimalloc")
|
||||
++ (optional withMimalloc "avif")
|
||||
++ (optional withMimalloc "webp");
|
||||
++ (optional withAVIF "avif")
|
||||
++ (optional withWebP "webp");
|
||||
|
||||
buildInputs = optional withOpenSSL openssl;
|
||||
nativeBuildInputs = [] ++ (optional withAVIF nasm) ++ (optional withOpenSSL pkg-config);
|
||||
|
|
Loading…
Reference in a new issue