xml-tooling-c: fix build
Moved back to C++14 where dynamic exception specifications are deprecated but still present.
This commit is contained in:
parent
a03776647d
commit
cc975df49c
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user