* Typo: genericBuilder -> genericBuild.
This commit is contained in:
parent
4d25b0b0bb
commit
015beb7cd0
1 changed files with 2 additions and 2 deletions
|
@ -575,7 +575,7 @@ builder becomes even shorter:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
. $stdenv/setup
|
. $stdenv/setup
|
||||||
genericBuilder</programlisting>
|
genericBuild</programlisting>
|
||||||
|
|
||||||
In fact, <varname>mkDerivation</varname> provides a default builder
|
In fact, <varname>mkDerivation</varname> provides a default builder
|
||||||
that looks exactly like that, so it is actually possible to omit the
|
that looks exactly like that, so it is actually possible to omit the
|
||||||
|
@ -1371,7 +1371,7 @@ following:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>The <filename>setup</filename> script also exports a function
|
<para>The <filename>setup</filename> script also exports a function
|
||||||
called <function>genericBuilder</function> that knows how to build
|
called <function>genericBuild</function> that knows how to build
|
||||||
typical Autoconf-style components. It can be customised to perform
|
typical Autoconf-style components. It can be customised to perform
|
||||||
builds for any type of component. It is advisable to use
|
builds for any type of component. It is advisable to use
|
||||||
<function>genericBuild</function> since it provides facilities that
|
<function>genericBuild</function> since it provides facilities that
|
||||||
|
|
Loading…
Reference in a new issue