doc: fix references
This commit is contained in:
parent
c86c1b79af
commit
9c983ade4d
@ -257,7 +257,7 @@ are provided with all modules included.</para>
|
|||||||
<term><varname>buildEnv</varname></term>
|
<term><varname>buildEnv</varname></term>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Function to build python interpreter environments with extra packages bundled together.
|
Function to build python interpreter environments with extra packages bundled together.
|
||||||
See <xref linkend="python-build-env" /> for usage and documentation.
|
See <xref linkend="ssec-python-build-env" /> for usage and documentation.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -587,7 +587,7 @@ sed -i '/ = data_files/d' setup.py</programlisting>
|
|||||||
<listitem><para>
|
<listitem><para>
|
||||||
There is no need to have global site-packages in Nix. Each package has isolated
|
There is no need to have global site-packages in Nix. Each package has isolated
|
||||||
dependency tree and installing any python package will only populate <varname>$PATH</varname>
|
dependency tree and installing any python package will only populate <varname>$PATH</varname>
|
||||||
inside user environment. See <xref linkend="python-build-env" /> to create self-contained
|
inside user environment. See <xref linkend="ssec-python-build-env" /> to create self-contained
|
||||||
interpreter with a set of packages.
|
interpreter with a set of packages.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -876,7 +876,7 @@ Runtime) instead of the OpenJRE.</para>
|
|||||||
in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/lua-modules/generic/default.nix">
|
in <link xlink:href="https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/lua-modules/generic/default.nix">
|
||||||
<filename>pkgs/development/lua-modules/generic/default.nix</filename></link>
|
<filename>pkgs/development/lua-modules/generic/default.nix</filename></link>
|
||||||
and works similarly to <varname>buildPerlPackage</varname>. (See
|
and works similarly to <varname>buildPerlPackage</varname>. (See
|
||||||
<xref linkend="ssec-language-perl"/> for details.)
|
<xref linkend="sec-language-perl"/> for details.)
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -59,7 +59,7 @@ build. To make this easier, the standard environment breaks the
|
|||||||
package build into a number of <emphasis>phases</emphasis>, all of
|
package build into a number of <emphasis>phases</emphasis>, all of
|
||||||
which can be overridden or modified individually: unpacking the
|
which can be overridden or modified individually: unpacking the
|
||||||
sources, applying patches, configuring, building, and installing.
|
sources, applying patches, configuring, building, and installing.
|
||||||
(There are some others; see <xref linkend="ssec-stdenv-phases"/>.)
|
(There are some others; see <xref linkend="sec-stdenv-phases"/>.)
|
||||||
For instance, a package that doesn’t supply a makefile but instead has
|
For instance, a package that doesn’t supply a makefile but instead has
|
||||||
to be compiled “manually” could be handled like this:
|
to be compiled “manually” could be handled like this:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user