summaryrefslogtreecommitdiff
path: root/guix/ui.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-24 17:29:14 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-24 17:29:14 +0200
commit6ec1f4caa34d350d9f8b90b71192c1d32807d934 (patch)
tree84c720536a4b1b760d579bd59347f75736dbe2f0 /guix/ui.scm
parent9b14107f2d686a5554bc174856f345d8daaff22d (diff)
ui: Make 'symlink' replacement more future-proof.
* guix/ui.scm (symlink): Change next-to-last 'throw' argument to explicitly ignore ARGS; change last argument to (list errno).
Diffstat (limited to 'guix/ui.scm')
-rw-r--r--guix/ui.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/ui.scm b/guix/ui.scm
index 372733c243..2b62e7abc8 100644
--- a/guix/ui.scm
+++ b/guix/ui.scm
@@ -243,8 +243,8 @@ General help using GNU software: <http://www.gnu.org/gethelp/>"))
;; information is missing as of Guile 2.0.11, making the exception
;; uninformative.)
(apply throw key proc "~A: ~S"
- (append args (list link))
- errno))))))
+ (list (strerror (car errno)) link)
+ (list errno)))))))
(set! copy-file
;; Note: here we use 'set!', not #:replace, because UIs typically use