···4646 license = stdenv.lib.licenses.mit;
4747 maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
4848 platforms = stdenv.lib.platforms.linux;
4949+ # See pkgs/applications/science/logic/glucose/default.nix
5050+ # (The error is different due to glucose-fenv.patch, but the same)
5151+ badPlatforms = [ "aarch64-linux" ];
4952 };
5053}