log4shib: fixup build with gcc 11

https://hydra.nixos.org/build/173673855
This commit is contained in:
Vladimír Čunát 2022-04-17 10:19:54 +02:00
parent 61970a41ec
commit f1a4f201d2
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -12,6 +12,8 @@ stdenv.mkDerivation {
nativeBuildInputs = [ autoreconfHook ];
NIX_CFLAGS_COMPILE = [ "-std=c++11" ];
meta = with lib; {
description = "A forked version of log4cpp that has been created for the Shibboleth project";
maintainers = [ maintainers.jammerful ];