svn path=/nixpkgs/branches/xorg-7.5/; revision=18032

This commit is contained in:
Eelco Dolstra 2009-10-29 15:28:43 +00:00
parent 95324696a3
commit 3f82d6c069
2 changed files with 6 additions and 5 deletions

View File

@ -124,7 +124,7 @@ interpretation:</para>
</section> </section>
<section><title>Licenses</title> <section xml:id="sec-meta-license"><title>Licenses</title>
<note><para>This is just a first attempt at standardising the license <note><para>This is just a first attempt at standardising the license
attribute.</para></note> attribute.</para></note>

View File

@ -147,10 +147,11 @@ $ svn add pkgs/development/libraries/libfoo/default.nix</screen>
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>All <varname>meta</varname> attributes are optional, <para>All <varname linkend="chap-meta">meta</varname>
but its still a good idea to provide at least the attributes are optional, but its still a good idea to
<varname>description</varname> and provide at least the <varname>description</varname>,
<varname>homepage</varname>.</para> <varname>homepage</varname> and <varname
linkend="sec-meta-license">license</varname>.</para>
</listitem> </listitem>
<listitem> <listitem>