diff --git a/etc/shell.nix b/etc/shell.nix index a83a02fec7a..5d8a7b99211 100644 --- a/etc/shell.nix +++ b/etc/shell.nix @@ -20,7 +20,9 @@ clangStdenv.mkDerivation rec { # Build utilities cmake dbus gcc git pkgconfig which llvm autoconf213 perl yasm m4 (python3.withPackages (ps: with ps; [virtualenv pip dbus])) - ]; + ] ++ (lib.optionals stdenv.isDarwin [ + darwin.apple_sdk.frameworks.AppKit + ]); LIBCLANG_PATH = llvmPackages.clang-unwrapped.lib + "/lib/";