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 3d7dad7 commit f9025bbCopy full SHA for f9025bb
pkgs/games/crrcsim/default.nix
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
21
meta = {
22
description = "A model-airplane flight simulator";
23
maintainers = with stdenv.lib.maintainers; [ raskin the-kenny ];
24
- platforms = stdenv.lib.platforms.linux;
+ platforms = [ "i686-linux" "x86_64-linux" ];
25
license = stdenv.lib.licenses.gpl2;
26
};
27
}
0 commit comments