xml-tooling-c: fix build

Moved back to C++14 where dynamic exception specifications are deprecated but still present.
main
Thomas Gerbet 2 years ago
parent a03776647d
commit cc975df49c
  1. 2
      pkgs/development/libraries/xml-tooling-c/default.nix

@ -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…
Cancel
Save