treewide: pkgs/games: mark broken for darwin

This commit is contained in:
Rick van Schijndel 2022-05-28 15:23:50 +02:00
parent cd3c25616d
commit f97a7e634f
11 changed files with 12 additions and 1 deletions

View File

@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://ccxvii.net/gargoyle/";
license = licenses.gpl2Plus;
description = "Interactive fiction interpreter GUI";

View File

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://lgames.sourceforge.io/LBreakoutHD/";
description = "A widescreen Breakout clone";
license = licenses.gpl2Plus;

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://lgames.sourceforge.net/LPairs/";
description = "Matching the pairs - a typical Memory Game";
license = licenses.gpl2Plus;

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "http://npush.sourceforge.net/";
description = "A Sokoban-like game";
license = licenses.gpl2Plus;

View File

@ -27,6 +27,7 @@ stdenv.mkDerivation {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "Japanese visual novel scripting engine";
homepage = "http://unclemion.com/onscripter/";
license = licenses.gpl2;

View File

@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_LINK = "-lopenal";
meta = with lib; {
broken = stdenv.isDarwin;
description = "A compatible client of Ace of Spades 0.75";
homepage = "https://github.com/yvt/openspades/";
license = licenses.gpl3;

View File

@ -38,6 +38,7 @@ EOF
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A space combat simulator";
license = licenses.gpl2;
platforms = platforms.all;

View File

@ -1,4 +1,4 @@
{lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}:
{ stdenv, lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}:
let
desktopFile = makeDesktopItem {
@ -35,6 +35,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
broken = stdenv.isDarwin;
description = "A story and a puzzle game, where you solve a variety of puzzle";
homepage = "https://mdsteele.games/syzygy";
license = licenses.gpl3Plus;

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A free and open-source Touhou Project clone and fangame";
longDescription = ''
Taisei is an open clone of the Tōhō Project series. Tōhō is a one-man

View File

@ -51,6 +51,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
broken = stdenv.isDarwin;
description = "A cross-platform port of Hexen II game";
longDescription = ''
Hammer of Thyrion (uHexen2) is a cross-platform port of Raven Software's Hexen II source.

View File

@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "A puzzle game about arranging balls in triplets, like Luxor, Zuma, or Puzzle Bobble";
homepage = "http://zaz.sourceforge.net/";
license = licenses.gpl3;