Skip to content

Commit

Permalink
fix(nix): darwin/linux platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Jul 22, 2024
1 parent fe59730 commit e5005e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
buildInputs = if stdenv.hostPlatform.isDarwin then
with pkgs.darwin.apple_sdk.frameworks; [clang openssl rocksdb SystemConfiguration CoreServices]
else
[clang openssl rocksdb SystemConfiguration CoreServices ];
[clang openssl rocksdb];

inherit system PKG_CONFIG_PATH LIBCLANG_PATH ROCKSDB_LIB_DIR;
cargoExtraArgs = "-p pd -p pcli -p pclientd";
Expand Down

0 comments on commit e5005e6

Please sign in to comment.