Move 'builtins.splitVersion' to position respecting alphabetical order
(cherry picked from commit 9533d85ce009c65722a2addc55b64ee51f15dea3)
This commit is contained in:
		
							parent
							
								
									f4106e76ff
								
							
						
					
					
						commit
						62d1c60fb3
					
				
					 1 changed files with 13 additions and 12 deletions
				
			
		|  | @ -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> | ||||||
|  | @ -1275,6 +1263,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…
	
	Add table
		Add a link
		
	
		Reference in a new issue