Merge pull request #2249 from vu3rdd/master

doc: meta.xml -- fix a typo
This commit is contained in:
Domen Kožar 2014-04-14 09:22:20 +02:00
commit 3fa7e077a0
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ meta.hydraPlatforms = [];
<listitem><para>If set to <literal>true</literal>, the package is <listitem><para>If set to <literal>true</literal>, the package is
marked as “broken”, meaning that it wont show up in marked as “broken”, meaning that it wont show up in
<literal>nix-env -qa</literal>, and cannot be built or installed. <literal>nix-env -qa</literal>, and cannot be built or installed.
Sush packages should be removed from Nixpkgs eventually unless Such packages should be removed from Nixpkgs eventually unless
they are fixed.</para></listitem> they are fixed.</para></listitem>
</varlistentry> </varlistentry>

View File

@ -71,7 +71,7 @@ $ git add pkgs/development/libraries/libfoo/default.nix</screen>
<listitem> <listitem>
<para>GNU Multiple Precision arithmetic library (GMP): <link <para>GNU Multiple Precision arithmetic library (GMP): <link
xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/gmp/5.1.1.nix"><filename>pkgs/development/libraries/gmp/5.1.1.nix</filename></link>. xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/libraries/gmp/5.1.x.nix"><filename>pkgs/development/libraries/gmp/5.1.x.nix</filename></link>.
Also done by the generic builder, but has a dependency on Also done by the generic builder, but has a dependency on
<varname>m4</varname>.</para> <varname>m4</varname>.</para>
</listitem> </listitem>