svn path=/nixpkgs/trunk/; revision=17416

This commit is contained in:
Eelco Dolstra 2009-09-25 11:15:50 +00:00
parent 0b7472ee61
commit 24da0cbad8
3 changed files with 4 additions and 5 deletions

View File

@ -170,7 +170,7 @@ ClassC3Componentised = buildPerlPackage rec {
<para>
Python packages that use <varname>buildPythonPackage</varname> are
defined
in <link xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/python-packages.nix"><filename>pkgs/python-packages.nix</filename></link>.
in <link xlink:href="https://svn.nixos.org/repos/nix/nixpkgs/trunk/pkgs/top-level/python-packages.nix"><filename>pkgs/top-level/python-packages.nix</filename></link>.
Most of them are simple. For example:
<programlisting>

View File

@ -21,11 +21,10 @@
<copyright>
<year>2008</year>
<year>2009</year>
<holder>Eelco Dolstra</holder>
</copyright>
<date>June 2008</date>
</info>
<xi:include href="introduction.xml" />

View File

@ -1,6 +1,6 @@
<chapter xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xml:id="chap-overvie">
xml:id="chap-quick-start">
<title>Quick Start to Adding a Package</title>
@ -236,4 +236,4 @@ $ nix-env -f . -iA libfoo</screen>
</para>
</chapter>
</chapter>