autotier: fix build

This commit is contained in:
Moraxyc
2025-12-27 14:37:34 +08:00
parent 4d1c6ba347
commit 018a9ddff2
+3
View File
@@ -41,6 +41,9 @@ stdenv.mkDerivation (finalAttrs: {
})
];
# Required by rocksdb after 10.7.5
env.EXTRA_CFLAGS = "-std=c++20 -fno-char8_t";
buildInputs = [
rocksdb
boost