shibboleth-sp: 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:45:59 +02:00
parent 8a1e40c96b
commit 6e63244762

View file

@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
"--with-fastcgi"
];
NIX_CFLAGS_COMPILE = [ "-std=c++14" ];
enableParallelBuilding = true;
meta = with lib; {