mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define (make-u-boot-package board triplet)
|
|||
"- ~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)
|
||||
|
|
Loading…
Reference in a new issue