Merge pull request #173424 from LeSuisse/shibboleth-service-provider-c++14

Shibboleth Service Provider packages: fix builds
main
Sandro 2 years ago committed by GitHub
commit 8ccfb5b4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      pkgs/development/libraries/opensaml-cpp/default.nix
  2. 2
      pkgs/development/libraries/shibboleth-sp/default.nix
  3. 2
      pkgs/development/libraries/xml-tooling-c/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; {

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

@ -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