···5858 NIX_CFLAGS_LINK = "-lopenal";
59596060 meta = with lib; {
6161+ broken = stdenv.isDarwin;
6162 description = "A compatible client of Ace of Spades 0.75";
6263 homepage = "https://github.com/yvt/openspades/";
6364 license = licenses.gpl3;
+1
pkgs/games/space-orbit/default.nix
···3838 '';
39394040 meta = with lib; {
4141+ broken = stdenv.isDarwin;
4142 description = "A space combat simulator";
4243 license = licenses.gpl2;
4344 platforms = platforms.all;
+2-1
pkgs/games/system-syzygy/default.nix
···11-{lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}:
11+{ stdenv, lib, rustPlatform, fetchFromGitHub, fetchurl, SDL2, makeWrapper, makeDesktopItem}:
2233let
44 desktopFile = makeDesktopItem {
···353536363737 meta = with lib; {
3838+ broken = stdenv.isDarwin;
3839 description = "A story and a puzzle game, where you solve a variety of puzzle";
3940 homepage = "https://mdsteele.games/syzygy";
4041 license = licenses.gpl3Plus;
+1
pkgs/games/taisei/default.nix
···3131 '';
32323333 meta = with lib; {
3434+ broken = stdenv.isDarwin;
3435 description = "A free and open-source Touhou Project clone and fangame";
3536 longDescription = ''
3637 Taisei is an open clone of the Tōhō Project series. Tōhō is a one-man
+1
pkgs/games/uhexen2/default.nix
···5151 '';
52525353 meta = with lib; {
5454+ broken = stdenv.isDarwin;
5455 description = "A cross-platform port of Hexen II game";
5556 longDescription = ''
5657 Hammer of Thyrion (uHexen2) is a cross-platform port of Raven Software's Hexen II source.
+1
pkgs/games/zaz/default.nix
···4848 ];
49495050 meta = with lib; {
5151+ broken = stdenv.isDarwin;
5152 description = "A puzzle game about arranging balls in triplets, like Luxor, Zuma, or Puzzle Bobble";
5253 homepage = "http://zaz.sourceforge.net/";
5354 license = licenses.gpl3;