gnu: make-u-boot-package: Sort printed configurations case-insensitively.

* gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed
configurations case-insensitively.
master
Danny Milosavljevic 2018-05-29 00:37:10 +02:00
parent 65212c42cd
commit ee3c8fbee2
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 1 deletions

View File

@ -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)