From 990c4a36dc9fd788347cedacbcd0996e017b765b Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Fri, 26 Dec 2025 19:00:42 +0100 Subject: [PATCH] modrinth-app,modrinth-app-unwrapped: mark darwin as broken --- pkgs/by-name/mo/modrinth-app-unwrapped/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix index 3b5310094372..491b8d4af218 100644 --- a/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix +++ b/pkgs/by-name/mo/modrinth-app-unwrapped/package.nix @@ -166,7 +166,7 @@ rustPlatform.buildRustPackage (finalAttrs: { # This builds on architectures like aarch64, but the launcher itself does not support them yet. # Darwin is the only exception # See https://github.com/modrinth/code/issues/776#issuecomment-1742495678 - broken = !stdenv.hostPlatform.isx86_64 && !stdenv.hostPlatform.isDarwin; + broken = !stdenv.hostPlatform.isx86_64 || !stdenv.hostPlatform.isLinux; sourceProvenance = with lib.sourceTypes; [ fromSource binaryBytecode # mitm cache