···46 license = stdenv.lib.licenses.mit;
47 maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
48 platforms = stdenv.lib.platforms.linux;
49+ # See pkgs/applications/science/logic/glucose/default.nix
50+ # (The error is different due to glucose-fenv.patch, but the same)
51+ badPlatforms = [ "aarch64-linux" ];
52 };
53}