mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #123891 from happysalada/alacritty_fix_darwin_build
alacritty: fix darwin build;
This commit is contained in:
commit
7cb549910c
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
, CoreServices
|
||||
, CoreText
|
||||
, Foundation
|
||||
, libiconv
|
||||
, OpenGL
|
||||
}:
|
||||
let
|
||||
|
@ -80,6 +81,7 @@ rustPlatform.buildRustPackage rec {
|
|||
CoreServices
|
||||
CoreText
|
||||
Foundation
|
||||
libiconv
|
||||
OpenGL
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue