monotone: fix build of temporarily-vendored botan2 with fresher C++ (#476107)

This commit is contained in:
7c6f434c
2026-01-02 03:10:01 +00:00
committed by GitHub

View File

@@ -33,6 +33,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-3+6g4KbybWckxK8B2pp7iEh62y2Bunxy/K9S21IsmtQ=";
};
postPatch = ''
sed -e '1i#include <cstdint>' -i src/cli/cli.h
'';
nativeBuildInputs = [
python3
docutils