about summary refs log tree commit diff
path: root/pkgs/games/lgames
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-28 15:23:50 +0200
committerRick van Schijndel <rol3517@gmail.com>2022-05-29 10:56:04 +0200
commitf97a7e634f55390fade545892c70ecf05e59aaea (patch)
treea63879f4101f4e85a2c37dbf3eb9541e8f6cae89 /pkgs/games/lgames
parentcd3c25616d603598d32430e30ae676f93959f6bd (diff)
treewide: pkgs/games: mark broken for darwin
Diffstat (limited to 'pkgs/games/lgames')
-rw-r--r--pkgs/games/lgames/lbreakouthd/default.nix1
-rw-r--r--pkgs/games/lgames/lpairs2/default.nix1
2 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/lgames/lbreakouthd/default.nix b/pkgs/games/lgames/lbreakouthd/default.nix
index 4a6e2c31bbf6b..59447f2d0029f 100644
--- a/pkgs/games/lgames/lbreakouthd/default.nix
+++ b/pkgs/games/lgames/lbreakouthd/default.nix
@@ -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;
diff --git a/pkgs/games/lgames/lpairs2/default.nix b/pkgs/games/lgames/lpairs2/default.nix
index 4011dd9a29486..7fcc03d8cce66 100644
--- a/pkgs/games/lgames/lpairs2/default.nix
+++ b/pkgs/games/lgames/lpairs2/default.nix
@@ -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;