1
0
Fork 0

fix proxy package

This commit is contained in:
chaos 2023-09-30 19:34:15 +01:00
parent 35eabea591
commit 17ca4470ee
No known key found for this signature in database

View file

@ -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);