Followup on https://vyos.dev/T6758
The new package exists at: https://github.com/vyos/vyos-build/tree/current/scripts/package-build/xen-guest-agent
However the buildscript still points to old now no longer existing package:
https://github.com/vyos/vyos-build/blob/current/data/build-flavors/xcpng.toml
packages = ["xe-guest-utilities"]
should be changed to:
packages = ["xen-guest-agent"]