xml-tooling-c: fix build

Moved back to C++14 where dynamic exception specifications are deprecated but still present.
This commit is contained in:
Thomas Gerbet 2022-05-17 19:37:55 +02:00
parent a03776647d
commit cc975df49c

View file

@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
buildInputs = [ boost curl openssl log4shib xercesc xml-security-c ];
nativeBuildInputs = [ autoreconfHook pkg-config ];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {