Before the commit at hand, the build recipe of
the guest additions iso put the iso file in a directory, with
a name that includes the nix store hash of the fetchurl result.
The virtualbox build recipe doesn't know about
that hash and creates a link without target.
Symptom of this bug is that VirtualBox won't find the iso and
will download it when the user wants to insert the guest iso.
The commit implements two changes:
* The iso build recipe is simplified so its result is
the direct result of `fetchurl`, i.e., it is the iso
file without being wrapped in a dedicated directory.
* The symlink now simply points to the result of
the fetchurl call, hence to the iso file, as it should.
- Build virtualbox guest additions from source and fix paths
- Install VBoxDRMClient to support resizing
- Support resizing on wayland and x11
- Adding multiple new options
- clipboard
- seamless
- Removing x11 option
- Support linux 6.8