Skip to content

Commit

Permalink
Fix nix build on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
w4 committed Jan 15, 2024
1 parent 8c365e2 commit 8afe9ca
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 @@ -14,7 +14,7 @@
{
defaultPackage = naersk-lib.buildPackage {
root = ./.;
nativeBuildInputs = with pkgs; [ pkg-config ];
nativeBuildInputs = with pkgs; [ pkg-config clang ];
buildInputs = with pkgs; [ openssl ];
LIBCLANG_PATH = "${pkgs.clang.cc.lib}/lib";
ROCKSDB_LIB_DIR = "${pkgs.rocksdb}/lib";
Expand Down

0 comments on commit 8afe9ca

Please sign in to comment.