Commit 86ef2eb3 authored by 7c6f434c's avatar 7c6f434c
Browse files

monotone: fix build of temporarily-vendored botan2 with fresher C++

parent 8d81fe6b
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