mirror of
https://github.com/NixOS/nix.git
synced 2024-10-30 05:40:52 +00:00
Move 'builtins.splitVersion' to position respecting alphabetical order
This commit is contained in:
parent
6b83174fff
commit
9533d85ce0
@ -170,18 +170,6 @@ if builtins ? getEnv then builtins.getEnv "PATH" else ""</programlisting>
|
|||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry xml:id='builtin-splitVersion'>
|
|
||||||
<term><function>builtins.splitVersion</function>
|
|
||||||
<replaceable>s</replaceable></term>
|
|
||||||
|
|
||||||
<listitem><para>Split a string representing a version into its
|
|
||||||
components, by the same version splitting logic underlying the
|
|
||||||
version comparison in <link linkend="ssec-version-comparisons">
|
|
||||||
<command>nix-env -u</command></link>.</para></listitem>
|
|
||||||
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
|
|
||||||
<varlistentry xml:id='builtin-concatLists'>
|
<varlistentry xml:id='builtin-concatLists'>
|
||||||
<term><function>builtins.concatLists</function>
|
<term><function>builtins.concatLists</function>
|
||||||
<replaceable>lists</replaceable></term>
|
<replaceable>lists</replaceable></term>
|
||||||
@ -1272,6 +1260,19 @@ Evaluates to <literal>[ " " [ "FOO" ] " " ]</literal>.
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
|
<varlistentry xml:id='builtin-splitVersion'>
|
||||||
|
<term><function>builtins.splitVersion</function>
|
||||||
|
<replaceable>s</replaceable></term>
|
||||||
|
|
||||||
|
<listitem><para>Split a string representing a version into its
|
||||||
|
components, by the same version splitting logic underlying the
|
||||||
|
version comparison in <link linkend="ssec-version-comparisons">
|
||||||
|
<command>nix-env -u</command></link>.</para></listitem>
|
||||||
|
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry xml:id='builtin-stringLength'>
|
<varlistentry xml:id='builtin-stringLength'>
|
||||||
<term><function>builtins.stringLength</function>
|
<term><function>builtins.stringLength</function>
|
||||||
<replaceable>e</replaceable></term>
|
<replaceable>e</replaceable></term>
|
||||||
|
Loading…
Reference in New Issue
Block a user