mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +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=";
|
hash = "sha256-3+6g4KbybWckxK8B2pp7iEh62y2Bunxy/K9S21IsmtQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -e '1i#include <cstdint>' -i src/cli/cli.h
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
python3
|
python3
|
||||||
docutils
|
docutils
|
||||||
|
|||||||
Reference in New Issue
Block a user