opensaml-cpp: fix build

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

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

Loading…
Cancel
Save