forked from mirrors/nixpkgs
manaplus: fix build
manaplus: mark broken for Darwin
This commit is contained in:
parent
84e04bd391
commit
2caa0a8188
|
@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A free OpenSource 2D MMORPG client";
|
description = "A free OpenSource 2D MMORPG client";
|
||||||
homepage = "https://manaplus.org/";
|
homepage = "https://manaplus.org/";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
|
broken = stdenv.isDarwin;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -35503,7 +35503,7 @@ with pkgs;
|
||||||
|
|
||||||
mari0 = callPackage ../games/mari0 { };
|
mari0 = callPackage ../games/mari0 { };
|
||||||
|
|
||||||
manaplus = callPackage ../games/manaplus { };
|
manaplus = callPackage ../games/manaplus { stdenv = gcc11Stdenv; };
|
||||||
|
|
||||||
mars = callPackage ../games/mars { };
|
mars = callPackage ../games/mars { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue