gnu: make-u-boot-package: Sort printed configurations case-insensitively.
* gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed configurations case-insensitively.
This commit is contained in:
		
							parent
							
								
									65212c42cd
								
							
						
					
					
						commit
						ee3c8fbee2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -482,7 +482,7 @@ board-independent tools."))) | |||
|                                                "- ~A\n" | ||||
|                                                (string-drop-right file-name | ||||
|                                                                   suffix-len)))) | ||||
|                                    (sort entries string<))) | ||||
|                                    (sort entries string-ci<))) | ||||
|                        #f))))) | ||||
|            (replace 'install | ||||
|              (lambda* (#:key outputs #:allow-other-keys) | ||||
|  |  | |||
		Reference in a new issue