silicon: fix darwin build

wip/little-gl
Stéphan Kochen 3 years ago
parent c6812829db
commit 1f8d964c77
  1. 3
      pkgs/tools/misc/silicon/default.nix

@ -9,6 +9,7 @@
, freetype
, libxcb
, python3
, libiconv
, AppKit
, CoreText
, Security
@ -29,7 +30,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ llvmPackages.libclang expat freetype ]
++ lib.optionals stdenv.isLinux [ libxcb ]
++ lib.optionals stdenv.isDarwin [ AppKit CoreText Security ];
++ lib.optionals stdenv.isDarwin [ libiconv AppKit CoreText Security ];
nativeBuildInputs = [ cmake pkg-config ]
++ lib.optionals stdenv.isLinux [ python3 ];

Loading…
Cancel
Save