about summary refs log tree commit diff
path: root/pkgs/games/manaplus
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-27 18:24:30 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-28 08:00:04 -0300
commit2caa0a8188e8181b2943df624b5ea4bd2870b816 (patch)
tree002940dd40a5fae46d4cb6cbcdb9e4ceffc26f80 /pkgs/games/manaplus
parent84e04bd391dc4f47cdc600fbe850ed26a27cc286 (diff)
manaplus: fix build
manaplus: mark broken for Darwin
Diffstat (limited to 'pkgs/games/manaplus')
-rw-r--r--pkgs/games/manaplus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/games/manaplus/default.nix b/pkgs/games/manaplus/default.nix
index 09edb32ad1405..1ea5231a65ea3 100644
--- a/pkgs/games/manaplus/default.nix
+++ b/pkgs/games/manaplus/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     description = "A free OpenSource 2D MMORPG client";
     homepage = "https://manaplus.org/";
     license = lib.licenses.gpl2;
+    broken = stdenv.isDarwin;
   };
 }