mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 01:33:10 +00:00
331d80d9e5
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. |
||
---|---|---|
.. | ||
default.nix |