2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-20 20:53:48 +00:00
nixpkgs/pkgs/applications/virtualization/virtualbox
Yarny0 331d80d9e5 virtualbox: fix symlink to guest additions iso
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.
2024-04-24 19:20:12 +02:00
..
guest-additions virtualbox: fix guest additions resize support 2024-03-26 11:47:00 +01:00
guest-additions-iso virtualbox: fix symlink to guest additions iso 2024-04-24 19:20:12 +02:00
default.nix virtualbox: fix symlink to guest additions iso 2024-04-24 19:20:12 +02:00
extpack.nix virtualboxExtpack: add friedrichaltheide to maintainers 2024-03-17 10:57:32 +01:00
extra_symbols.patch
fix-audio-driver-loading.patch
fix-sdl.patch
gcc-13.patch
hardened.patch
libxml-2.12.patch
qt-dependency-paths.patch
qt-env-vars.patch
update.sh virtualbox: fix guest additions resize support 2024-03-26 11:47:00 +01:00