mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
nixos/release-notes: Add VirtualBox changes
The change is backwards-compatible for users of the NixOS module but not if people were using the package directly, so let's warn users about that. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
d2af4c6722
commit
4a44eca07d
@ -90,6 +90,15 @@ following incompatible changes:</para>
|
|||||||
Use <literal>security.audit.enable = true;</literal> to explicitly enable it.</para>
|
Use <literal>security.audit.enable = true;</literal> to explicitly enable it.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<literal>pkgs.linuxPackages.virtualbox</literal> now contains only the
|
||||||
|
kernel modules instead of the VirtualBox user space binaries.
|
||||||
|
If you want to reference the user space binaries, you have to use the new
|
||||||
|
<literal>pkgs.virtualbox</literal> instead.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user