monotone: fix build by forcing C++11

This commit is contained in:
Michael Raskin 2022-04-23 08:11:11 +02:00
parent 79d81ff4a8
commit 2795e9345e

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 ];