author | Jordan Doyle <jordan@doyle.la> | 2024-09-28 21:13:23.0 +04:00:00 |
---|---|---|
committer | Jordan Doyle <jordan@doyle.la> | 2024-09-28 21:13:23.0 +04:00:00 |
commit | a3ead7916318c0e93a8987d818d896c45c2d88ef [patch] |
|
tree | d83b7e2c79bc92e1931e9af3777db2ae3821f3e2 |
|
parent | 8febc8a517bc9e774078965eab0143e7bade3f3e |
|
download | a3ead7916318c0e93a8987d818d896c45c2d88ef.tar.gz |
Add clang back to nativeBuildInputs
Diff
flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2b5f7fd..21d9b8d 100644 --- a/flake.nix +++ a/flake.nix @@ -20,7 +20,7 @@ inherit src; strictDeps = true; buildInputs = pkgs.lib.optionals pkgs.stdenv.isDarwin [ pkgs.libiconv ]; nativeBuildInputs = [ pkgs.cmake ]; nativeBuildInputs = with pkgs; [ cmake clang ]; LIBCLANG_PATH = " /lib"; ROCKSDB_LIB_DIR = " /lib"; };