aboutsummaryrefslogtreecommitdiff
path: root/guix/deprecation.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-02-08 21:01:04 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-02-08 21:34:07 -0500
commit96d7535b030c65b2d8cb0bea52c4bd96cbdefaf0 (patch)
treec38235019d416b8d8d1bc20653bfad28d32dfac4 /guix/deprecation.scm
parent84b41d2dfed2e32de815c5da23fb0b1424cb5f1c (diff)
downloadguix-96d7535b030c65b2d8cb0bea52c4bd96cbdefaf0.tar
guix-96d7535b030c65b2d8cb0bea52c4bd96cbdefaf0.tar.gz
deprecation: Refine the old daemon deprecation warning message.
* guix/deprecation.scm (warn-about-old-daemon): Mention a direct consequence of failing to upgrade the daemon. * guix/store.scm (build-things): Add a comment explaining the rationale to emit a deprecation warning for a daemon older than version 0x163. Suggested-by: Ricardo Wurmus <rekado@elephly.net>
Diffstat (limited to 'guix/deprecation.scm')
-rw-r--r--guix/deprecation.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/guix/deprecation.scm b/guix/deprecation.scm
index 666e178d75..09a27789c9 100644
--- a/guix/deprecation.scm
+++ b/guix/deprecation.scm
@@ -36,8 +36,9 @@
;;; Code:
(define (warn-about-old-daemon)
- (warning (G_ "Your Guix daemon is seriously outdated, please consider
- updating it by following the 'Upgrading Guix' documentation section.~%")))
+ (warning (G_ "Your Guix daemon is severely outdated, and will soon cease to
+be able to download binary substitutes. To upgrade it, refer to the
+'Upgrading Guix' section in the manual.~%")))
(define* (warn-about-deprecation variable properties
#:key replacement)