Merge pull request #123891 from happysalada/alacritty_fix_darwin_build
alacritty: fix darwin build;
This commit is contained in:
commit
7cb549910c
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user