guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: make-u-boot-package: Sort printed configurations case-insens


From: Danny Milosavljevic
Subject: 01/01: gnu: make-u-boot-package: Sort printed configurations case-insensitively.
Date: Mon, 28 May 2018 18:38:18 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit ee3c8fbee21299ce105bafca7dc63bfb096cd7c5
Author: Danny Milosavljevic <address@hidden>
Date:   Tue May 29 00:37:10 2018 +0200

    gnu: make-u-boot-package: Sort printed configurations case-insensitively.
    
    * gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed
    configurations case-insensitively.
---
 gnu/packages/bootloaders.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 76b8ef9..2dd5301 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]