1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

silicon: fix build error

This commit is contained in:
sophrosyne97 2021-05-18 17:53:34 -04:00 committed by Jonathan Ringer
parent 29c7d3c40a
commit 667950d4e8

View file

@ -13,6 +13,7 @@
, AppKit
, CoreText
, Security
, fira-code
}:
rustPlatform.buildRustPackage rec {
@ -28,7 +29,7 @@ rustPlatform.buildRustPackage rec {
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.isDarwin [ libiconv AppKit CoreText Security ];