Unverified Commit a78c0f1a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

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

parents 9e565aac 86ef2eb3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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