alacritty: fix darwin build;

This commit is contained in:
happysalada 2021-05-21 20:24:36 +09:00
parent 788deaad9d
commit 4de07e9681

View File

@ -31,6 +31,7 @@
, CoreServices , CoreServices
, CoreText , CoreText
, Foundation , Foundation
, libiconv
, OpenGL , OpenGL
}: }:
let let
@ -80,6 +81,7 @@ rustPlatform.buildRustPackage rec {
CoreServices CoreServices
CoreText CoreText
Foundation Foundation
libiconv
OpenGL OpenGL
]; ];