diff options
Diffstat (limited to 'guix/download.scm')
-rw-r--r-- | guix/download.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/download.scm b/guix/download.scm index 3f7f7badce..9a80af7de6 100644 --- a/guix/download.scm +++ b/guix/download.scm @@ -277,8 +277,8 @@ in the store." ;; In general, offloading downloads is not a good idea. ;;#:local-build? #t ;; FIXME: The above would also disable use of - ;; substitutes, so comment it out; see - ;; <https://bugs.gnu.org/18747>. + ;; substitutes on old daemons, so comment it out; + ;; see <https://bugs.gnu.org/18747>. ))))) (define* (download-to-store store url #:optional (name (basename url)) |