arx-libertatis: fix meta.platforms

+1 -2
+1 -2
pkgs/games/arx-libertatis/default.nix
··· 38 homepage = "http://arx-libertatis.org/"; 39 license = licenses.gpl3; 40 maintainers = with maintainers; [ rnhmjoj ]; 41 - platform = platforms.all; 42 }; 43 44 } 45 -
··· 38 homepage = "http://arx-libertatis.org/"; 39 license = licenses.gpl3; 40 maintainers = with maintainers; [ rnhmjoj ]; 41 + platforms = platforms.linux; 42 }; 43 44 }