exempi: remove gcc6Stdenv override on i686

This commit is contained in:
sg2002
2022-11-16 19:52:04 +03:00
parent 688fa4133d
commit 8a1e157208
-1
View File
@@ -6468,7 +6468,6 @@ with pkgs;
exempi = callPackage ../development/libraries/exempi {
stdenv = if stdenv.isDarwin then stdenv
else if stdenv.isi686 then gcc6Stdenv
else gcc9Stdenv;
boost = if stdenv.isDarwin then boost else boost15x;
};