diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 01:30:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-27 01:30:57 +0200 |
commit | 2442257f2d0ca5ef84915f88eeadd4c26cc84ee8 (patch) | |
tree | 9151cbc1908bac9f1c00f252285bb7eaf68e0932 /guix/scripts | |
parent | 1bb9900a2a2fccfca3aa2ebb26dcc20095d230e5 (diff) | |
parent | 7facbf2b58f80afffedbb9230ec7ab9b61232dfe (diff) | |
download | gnu-guix-2442257f2d0ca5ef84915f88eeadd4c26cc84ee8.tar gnu-guix-2442257f2d0ca5ef84915f88eeadd4c26cc84ee8.tar.gz |
Merge branch 'core-updates'
Diffstat (limited to 'guix/scripts')
-rw-r--r-- | guix/scripts/pull.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index a1b5cdc991..023b83e6a3 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -115,9 +115,7 @@ files." ;; download), we must build it first to avoid errors since ;; (gnutls) is unavailable. (cons (string-append out "/guix/build/download.scm") - - ;; Sort the file names to get deterministic results. - (sort (find-files out "\\.scm") string<?))) + (find-files out "\\.scm"))) ;; Remove the "fake" (guix config). (delete-file (string-append out "/guix/config.scm")) |