[Backport release-24.11] atlauncher: mark as broken on darwin; 3.4.37.4 -> 3.4.38.0 (#356747)

This commit is contained in:
Weijia Wang 2024-11-19 21:59:24 +01:00 committed by GitHub
commit bf4dc8e5c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "atlauncher";
version = "3.4.37.4";
version = "3.4.38.0";
src = fetchFromGitHub {
owner = "ATLauncher";
repo = "ATLauncher";
rev = "v${finalAttrs.version}";
hash = "sha256-3Rs6XtqhD9PKz8ekF0STaANvPQ73KSUS8GIPvn9DmbQ=";
hash = "sha256-0cn4qTdNH8VHRuypdRInrmU7gh792NSYL7P2rkz/4xc=";
};
postPatch = ''
@ -96,6 +96,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
'';
meta = {
broken = stdenvNoCC.hostPlatform.isDarwin; # https://github.com/NixOS/nixpkgs/issues/356259
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";
downloadPage = "https://atlauncher.com/downloads";