coan: use `-std=c++11` flag for gcc11 and later

main
Fabián Heredia Montiel 2 years ago
parent 9028cd4eff
commit 91ffe81b17
  1. 4
      pkgs/development/tools/analysis/coan/default.nix

@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ perl ];
NIX_CFLAGS_COMPILE = [
"-std=c++11"
];
enableParallelBuilding = true;
postInstall = ''

Loading…
Cancel
Save