mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Document substituteAllInPlace
svn path=/nixpkgs/branches/stdenv-updates/; revision=27994
This commit is contained in:
parent
1a43ce8e08
commit
1eb378d0c4
@ -1062,7 +1062,16 @@ echo @foo@
|
|||||||
That is, no substitution is performed for undefined variables.</para></listitem>
|
That is, no substitution is performed for undefined variables.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry xml:id='fun-substituteAllInPlace'>
|
||||||
|
<term><function>substituteAllInPlace</function>
|
||||||
|
<replaceable>file</replaceable></term>
|
||||||
|
<listitem><para>Like <function>substituteAll</function>, but performs
|
||||||
|
the substitutions in place on the file
|
||||||
|
<replaceable>file</replaceable>.</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry xml:id='fun-stripHash'>
|
<varlistentry xml:id='fun-stripHash'>
|
||||||
<term><function>stripHash</function>
|
<term><function>stripHash</function>
|
||||||
<replaceable>path</replaceable></term>
|
<replaceable>path</replaceable></term>
|
||||||
|
Loading…
Reference in New Issue
Block a user