nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

log4shib: fix darwin build

authored by

Stanisław Pitucha and committed by
Stanisław Pitucha
a054dab3 6222a96a

+1 -1
+1 -1
pkgs/development/libraries/log4shib/default.nix
··· 12 12 13 13 nativeBuildInputs = [ autoreconfHook ]; 14 14 15 - NIX_CFLAGS_COMPILE = [ "-std=c++11" ]; 15 + CXXFLAGS = "-std=c++11"; 16 16 17 17 meta = with lib; { 18 18 description = "A forked version of log4cpp that has been created for the Shibboleth project";