treewide: pkgs/games: mark broken for darwin

+12 -1
+1
pkgs/games/gargoyle/default.nix
··· 59 59 enableParallelBuilding = true; 60 60 61 61 meta = with lib; { 62 + broken = stdenv.isDarwin; 62 63 homepage = "http://ccxvii.net/gargoyle/"; 63 64 license = licenses.gpl2Plus; 64 65 description = "Interactive fiction interpreter GUI";
+1
pkgs/games/lgames/lbreakouthd/default.nix
··· 26 26 hardeningDisable = [ "format" ]; 27 27 28 28 meta = with lib; { 29 + broken = stdenv.isDarwin; 29 30 homepage = "https://lgames.sourceforge.io/LBreakoutHD/"; 30 31 description = "A widescreen Breakout clone"; 31 32 license = licenses.gpl2Plus;
+1
pkgs/games/lgames/lpairs2/default.nix
··· 24 24 ]; 25 25 26 26 meta = with lib; { 27 + broken = stdenv.isDarwin; 27 28 homepage = "http://lgames.sourceforge.net/LPairs/"; 28 29 description = "Matching the pairs - a typical Memory Game"; 29 30 license = licenses.gpl2Plus;
+1
pkgs/games/npush/default.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 + broken = stdenv.isDarwin; 41 42 homepage = "http://npush.sourceforge.net/"; 42 43 description = "A Sokoban-like game"; 43 44 license = licenses.gpl2Plus;
+1
pkgs/games/onscripter-en/default.nix
··· 27 27 ''; 28 28 29 29 meta = with lib; { 30 + broken = stdenv.isDarwin; 30 31 description = "Japanese visual novel scripting engine"; 31 32 homepage = "http://unclemion.com/onscripter/"; 32 33 license = licenses.gpl2;
+1
pkgs/games/openspades/default.nix
··· 58 58 NIX_CFLAGS_LINK = "-lopenal"; 59 59 60 60 meta = with lib; { 61 + broken = stdenv.isDarwin; 61 62 description = "A compatible client of Ace of Spades 0.75"; 62 63 homepage = "https://github.com/yvt/openspades/"; 63 64 license = licenses.gpl3;
+1
pkgs/games/space-orbit/default.nix
··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 + broken = stdenv.isDarwin; 41 42 description = "A space combat simulator"; 42 43 license = licenses.gpl2; 43 44 platforms = platforms.all;
+2 -1
pkgs/games/system-syzygy/default.nix
··· 1 - {lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}: 1 + { stdenv, lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}: 2 2 3 3 let 4 4 desktopFile = makeDesktopItem { ··· 35 35 36 36 37 37 meta = with lib; { 38 + broken = stdenv.isDarwin; 38 39 description = "A story and a puzzle game, where you solve a variety of puzzle"; 39 40 homepage = "https://mdsteele.games/syzygy"; 40 41 license = licenses.gpl3Plus;
+1
pkgs/games/taisei/default.nix
··· 31 31 ''; 32 32 33 33 meta = with lib; { 34 + broken = stdenv.isDarwin; 34 35 description = "A free and open-source Touhou Project clone and fangame"; 35 36 longDescription = '' 36 37 Taisei is an open clone of the Tōhō Project series. Tōhō is a one-man
+1
pkgs/games/uhexen2/default.nix
··· 51 51 ''; 52 52 53 53 meta = with lib; { 54 + broken = stdenv.isDarwin; 54 55 description = "A cross-platform port of Hexen II game"; 55 56 longDescription = '' 56 57 Hammer of Thyrion (uHexen2) is a cross-platform port of Raven Software's Hexen II source.
+1
pkgs/games/zaz/default.nix
··· 48 48 ]; 49 49 50 50 meta = with lib; { 51 + broken = stdenv.isDarwin; 51 52 description = "A puzzle game about arranging balls in triplets, like Luxor, Zuma, or Puzzle Bobble"; 52 53 homepage = "http://zaz.sourceforge.net/"; 53 54 license = licenses.gpl3;