shibboleth-sp: fix build

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

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

Loading…
Cancel
Save