Merge pull request #123891 from happysalada/alacritty_fix_darwin_build

alacritty: fix darwin build;
This commit is contained in:
Mario Rodas 2021-05-21 06:47:10 -05:00 committed by GitHub
commit 7cb549910c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
]; ];