silicon: fix build error
This commit is contained in:
parent
29c7d3c40a
commit
667950d4e8
|
@ -13,6 +13,7 @@
|
||||||
, AppKit
|
, AppKit
|
||||||
, CoreText
|
, CoreText
|
||||||
, Security
|
, Security
|
||||||
|
, fira-code
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
@ -28,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
cargoSha256 = "sha256-1sekLS+jhMeFJcW7pH/X8t28//xA+L54u81uKOo1kHE=";
|
cargoSha256 = "sha256-1sekLS+jhMeFJcW7pH/X8t28//xA+L54u81uKOo1kHE=";
|
||||||
|
|
||||||
buildInputs = [ llvmPackages.libclang expat freetype ]
|
buildInputs = [ llvmPackages.libclang expat freetype fira-code ]
|
||||||
++ lib.optionals stdenv.isLinux [ libxcb ]
|
++ lib.optionals stdenv.isLinux [ libxcb ]
|
||||||
++ lib.optionals stdenv.isDarwin [ libiconv AppKit CoreText Security ];
|
++ lib.optionals stdenv.isDarwin [ libiconv AppKit CoreText Security ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue