sapling: fix curl in buildInputs on darwin
It's needed on Darwin, but not Linux, so this is a bit more accurate. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
c91e8857f5
commit
37f2a530e1
1 changed files with 1 additions and 1 deletions
|
@ -138,9 +138,9 @@ let
|
|||
]);
|
||||
|
||||
buildInputs = [
|
||||
curl
|
||||
openssl
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
curl
|
||||
libiconv
|
||||
CoreFoundation
|
||||
CoreServices
|
||||
|
|
Loading…
Reference in a new issue