treewide: pkgs/games: mark broken for darwin

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