1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 09:20:58 +03:00

release notes: reindent, remove renames (redudant)

This commit is contained in:
Domen Kožar 2014-12-18 12:21:45 +01:00
parent 9bc8bcbbdc
commit 8566f66ea4

View file

@ -96,17 +96,6 @@
</itemizedlist>
</para>
<para>Following renames of options have taken in effect (old names are obsolete):
<itemizedlist>
<listitem><para><option>fonts.enableFontConfig</option> to <option>fonts.fontconfig.enable</option></para></listitem>
<listitem><para><option>fonts.extraFonts</option> to <option>fonts.fonts</option></para></listitem>
<listitem><para><option>services.virtualbox.enable</option> to <option>services.virtualboxGuest.enable</option></para></listitem>
<listitem><para><option>nix.proxy</option> to <option>networking.proxy.default</option></para></listitem>
<listitem><para><option>hardware.opengl.videoDrivers</option> to <option>services.xserver.videoDrivers</option></para></listitem>
</itemizedlist>
</para>
<para>When upgrading from a previous release, please be aware of the
following incompatible changes:
@ -119,9 +108,9 @@
documentation</link> for details. If you wish to continue to use
httpd 2.2, add the following line to your NixOS configuration:
<programlisting>
services.httpd.package = pkgs.apacheHttpd_2_2;
</programlisting>
rogramlisting>
rvices.httpd.package = pkgs.apacheHttpd_2_2;
programlisting>
</para></listitem>