zsnes: only build on Linux

It uses callPackage_i686 which forces Linux anyway, and the current setup
just means that we end up with a weird i686-linux job under Darwin.

+1 -1
+1 -1
pkgs/misc/emulators/zsnes/default.nix
··· 57 57 license = stdenv.lib.licenses.gpl2Plus; 58 58 maintainers = [ stdenv.lib.maintainers.sander ]; 59 59 homepage = http://www.zsnes.com; 60 - platforms = stdenv.lib.platforms.unix; 60 + platforms = stdenv.lib.platforms.linux; 61 61 }; 62 62 }