fix darwin (#7385)

This commit is contained in:
kaichao
2020-10-24 17:50:25 +08:00
committed by GitHub
parent 5808f467c5
commit ab614f3018
+2
View File
@@ -15,6 +15,8 @@ with nixpkgs; pkgs.mkShell {
cmake
pkg-config
rust-nightly
] ++ stdenv.lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Security
];
LIBCLANG_PATH = "${llvmPackages.libclang}/lib";