Merge #201522: gnome: fix build on i686
This commit is contained in:
commit
bd4bfd814e
@ -6468,7 +6468,6 @@ with pkgs;
|
|||||||
|
|
||||||
exempi = callPackage ../development/libraries/exempi {
|
exempi = callPackage ../development/libraries/exempi {
|
||||||
stdenv = if stdenv.isDarwin then stdenv
|
stdenv = if stdenv.isDarwin then stdenv
|
||||||
else if stdenv.isi686 then gcc6Stdenv
|
|
||||||
else gcc9Stdenv;
|
else gcc9Stdenv;
|
||||||
boost = if stdenv.isDarwin then boost else boost15x;
|
boost = if stdenv.isDarwin then boost else boost15x;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user