mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
exempi: remove gcc6Stdenv override on i686
This commit is contained in:
parent
688fa4133d
commit
8a1e157208
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user