fs-uae: build on x86 linux only

This commit is contained in:
Sander van der Burg 2017-09-10 14:51:23 +00:00
parent 631abf835e
commit bf9b88f154

View file

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