We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 631abf8 commit bf9b88fCopy full SHA for bf9b88f
pkgs/misc/emulators/fs-uae/default.nix
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
25
license = licenses.gpl2Plus;
26
homepage = http://fs-uae.net;
27
maintainers = with stdenv.lib; [ maintainers.AndersonTorres ];
28
- platforms = stdenv.lib.platforms.linux;
+ platforms = [ "i686-linux" "x86_64-linux" ];
29
};
30
}
31
# TODO: testing and Python GUI support
0 commit comments