mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
treewide: pkgs/games: mark broken for darwin
This commit is contained in:
parent
cd3c25616d
commit
f97a7e634f
@ -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";
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -38,6 +38,7 @@ EOF
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "A space combat simulator";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.all;
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user