Update nix flake. (closes #64)
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
5a717266b8
commit
6088d0e295
2 changed files with 13 additions and 13 deletions
|
|
@ -65,7 +65,7 @@
|
|||
postPatch =
|
||||
pkgs.lib.optionalString (pkgs.lib.versionOlder final.version "8") ''
|
||||
# Fix gcc-13 build failures due to missing <cstdint> and
|
||||
# <system_error> includes, fixed upstyream sice 8.x
|
||||
# <system_error> includes, fixed upstream since 8.x
|
||||
sed -e '1i #include <cstdint>' -i db/compaction/compaction_iteration_stats.h
|
||||
sed -e '1i #include <cstdint>' -i table/block_based/data_block_hash_index.h
|
||||
sed -e '1i #include <cstdint>' -i util/string_util.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue