manaplus: fix build

manaplus: mark broken for Darwin
This commit is contained in:
superherointj
2023-02-28 08:00:04 -03:00
parent 84e04bd391
commit 2caa0a8188
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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;
};
}
+1 -1
View File
@@ -35503,7 +35503,7 @@ with pkgs;
mari0 = callPackage ../games/mari0 { };
manaplus = callPackage ../games/manaplus { };
manaplus = callPackage ../games/manaplus { stdenv = gcc11Stdenv; };
mars = callPackage ../games/mars { };