Merge #201522: gnome: fix build on i686

This commit is contained in:
Vladimír Čunát 2022-11-17 11:31:55 +01:00
commit bd4bfd814e
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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;
};