Skip to content

Commit

Permalink
fs-uae: build on x86 linux only
Browse files Browse the repository at this point in the history
(cherry picked from commit bf9b88f)
  • Loading branch information
svanderburg committed Sep 10, 2017
1 parent 726f45a commit 71f0a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/emulators/fs-uae/default.nix
Expand Up @@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Plus;
homepage = http://fs-uae.net;
maintainers = with stdenv.lib; [ maintainers.AndersonTorres ];
platforms = stdenv.lib.platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
# TODO: testing and Python GUI support

0 comments on commit 71f0a68

Please sign in to comment.