opensaml-cpp: 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:43:22 +02:00
parent cc975df49c
commit 8a1e40c96b

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-xmltooling=${xml-tooling-c}" ];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {