From 1358736bcb35cd8e1cd3222976be3841657b66cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 16 Jun 2025 13:32:36 -0700 Subject: [PATCH] natron: mark broken --- pkgs/applications/video/natron/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/video/natron/default.nix b/pkgs/applications/video/natron/default.nix index d00356168ce5..c715c1fa3827 100644 --- a/pkgs/applications/video/natron/default.nix +++ b/pkgs/applications/video/natron/default.nix @@ -105,6 +105,7 @@ stdenv.mkDerivation { license = lib.licenses.gpl2; maintainers = [ maintainers.puffnfresh ]; platforms = platforms.linux; - broken = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64; + # error: 'LogMessageVoidify' is not a member of 'google' + broken = true; }; }