exempi: pin boots/gccStdenv versions due to compilation errors with more recent stdenv
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user