manaplus: fix build

manaplus: mark broken for Darwin
This commit is contained in:
superherointj 2023-02-27 18:24:30 -03:00
parent 84e04bd391
commit 2caa0a8188
2 changed files with 2 additions and 1 deletions

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;
};
}

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 { };