1
1
mirror of https://github.com/tweag/nickel.git synced 2024-09-19 23:47:54 +03:00

Fix macOS build (missing libiconv)

This commit is contained in:
Yann Hamdaoui 2021-08-06 12:25:13 +02:00
parent ffd04852e3
commit 9d1c50ad78

View File

@ -57,7 +57,10 @@
buildInputs =
[ rust ] ++ (
if system == "x86_64-darwin" then
[ pkgs.darwin.apple_sdk.frameworks.Security ]
[
pkgs.darwin.apple_sdk.frameworks.Security
pkgs.darwin.libiconv
]
else
[]
) ++ (