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 21:34:43 -06:00
parent 52f8cf58a4
commit 5267c0e20e
+2 -1
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;