Skip to content

Commit 71f0a68

Browse files
committedSep 10, 2017
fs-uae: build on x86 linux only
(cherry picked from commit bf9b88f)
1 parent 726f45a commit 71f0a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/misc/emulators/fs-uae/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
2525
license = licenses.gpl2Plus;
2626
homepage = http://fs-uae.net;
2727
maintainers = with stdenv.lib; [ maintainers.AndersonTorres ];
28-
platforms = stdenv.lib.platforms.linux;
28+
platforms = [ "i686-linux" "x86_64-linux" ];
2929
};
3030
}
3131
# TODO: testing and Python GUI support

0 commit comments

Comments
 (0)
Please sign in to comment.