···4343 license = lib.licenses.mit;
4444 maintainers = with lib.maintainers; [ thoughtpolice ];
4545 platforms = lib.platforms.linux;
4646- # See pkgs/applications/science/logic/glucose/default.nix
4747- # (The error is different due to glucose-fenv.patch, but the same)
4848- badPlatforms = [ "aarch64-linux" ];
4946 };
5047}