Skip to content

Commit

Permalink
zsnes: restrict building to x86-based Linux platforms only, znses' co…
Browse files Browse the repository at this point in the history
…re is written in x86 asm code
  • Loading branch information
svanderburg committed Sep 10, 2017
1 parent 6d3ca5f commit 0d8e157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/zsnes/default.nix
Expand Up @@ -58,6 +58,6 @@ in stdenv.mkDerivation {
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.sander ];
homepage = http://www.zsnes.com;
platforms = stdenv.lib.platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
};
}

0 comments on commit 0d8e157

Please sign in to comment.