Skip to content

Commit

Permalink
fs-uae: build on x86 linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
svanderburg committed Sep 10, 2017
1 parent 631abf8 commit bf9b88f
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 bf9b88f

Please sign in to comment.