lol

natron: mark broken

+2 -1
+2 -1
pkgs/applications/video/natron/default.nix
··· 105 105 license = lib.licenses.gpl2; 106 106 maintainers = [ maintainers.puffnfresh ]; 107 107 platforms = platforms.linux; 108 - broken = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64; 108 + # error: 'LogMessageVoidify' is not a member of 'google' 109 + broken = true; 109 110 }; 110 111 }