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