mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 10:22:54 +08:00
monotone: fix build of temporarily-vendored botan2 with fresher C++
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user