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

This commit is contained in:
Fabián Heredia Montiel 2022-04-15 23:49:27 -05:00
parent 9028cd4eff
commit 91ffe81b17

View file

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