mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
atlauncher: mark as broken on darwin
(cherry picked from commit ff988de25e
)
This commit is contained in:
parent
7937932921
commit
21b61fd667
@ -96,6 +96,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
broken = stdenvNoCC.hostPlatform.isDarwin; # https://github.com/NixOS/nixpkgs/issues/356259
|
||||||
changelog = "https://github.com/ATLauncher/ATLauncher/blob/v${finalAttrs.version}/CHANGELOG.md";
|
changelog = "https://github.com/ATLauncher/ATLauncher/blob/v${finalAttrs.version}/CHANGELOG.md";
|
||||||
description = "Simple and easy to use Minecraft launcher which contains many different modpacks for you to choose from and play";
|
description = "Simple and easy to use Minecraft launcher which contains many different modpacks for you to choose from and play";
|
||||||
downloadPage = "https://atlauncher.com/downloads";
|
downloadPage = "https://atlauncher.com/downloads";
|
||||||
|
Loading…
Reference in New Issue
Block a user