exempi: pin boots/gccStdenv versions due to compilation errors with more recent stdenv

This commit is contained in:
Fabián Heredia Montiel 2022-03-24 20:20:17 -06:00
parent 52f8cf58a4
commit 5267c0e20e

View file

@ -5330,7 +5330,8 @@ with pkgs;
};
exempi = callPackage ../development/libraries/exempi {
stdenv = if stdenv.isi686 then gcc6Stdenv else stdenv;
stdenv = if stdenv.isi686 then gcc6Stdenv else gcc9Stdenv;
boost = boost15x;
};
execline = skawarePackages.execline;