add zstd dep

This commit is contained in:
2024-02-17 22:52:55 +01:00
parent d21dbb43e2
commit 527a7c63f6
2 changed files with 21 additions and 0 deletions

View File

@ -58,8 +58,10 @@
cmakeFlags = [
"-DTOMATO_ASAN=OFF"
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
"-DFETCHCONTENT_SOURCE_DIR_JSON=${pkgs.nlohmann_json.src}" # we care less about version here
# do we really care less about the version? do we need a stable abi?
"-DFETCHCONTENT_SOURCE_DIR_ZSTD=${pkgs.zstd.src}"
];
# TODO: replace with install command