Merge pull request #169903 from 7c6f434c/monotone-std-data-fix

monotone: fix build by forcing C++11
This commit is contained in:
7c6f434c 2022-04-23 07:12:28 +00:00 committed by GitHub
commit 4812a3e060
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
sed -e 's@/usr/bin/less@${less}/bin/less@' -i src/unix/terminal.cc
'';
CXXFLAGS=" --std=c++11 ";
nativeBuildInputs = [ pkg-config autoreconfHook texinfo ];
buildInputs = [ boost zlib botan2 libidn lua pcre sqlite expect
openssl gmp bzip2 perl ];