autotier: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user