summaryrefslogtreecommitdiff
path: root/guix/channels.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-10-27 23:00:39 +0100
committerLudovic Courtès <ludo@gnu.org>2019-10-27 23:05:01 +0100
commitb74ed90916dce6239dbe6842548f82e22fc8c249 (patch)
tree93b4b053135aa682ce04966f1ccb234f920621aa /guix/channels.scm
parentac19950507e941b6263f62f4ee4e8934c1b1598e (diff)
downloadpatches-b74ed90916dce6239dbe6842548f82e22fc8c249.tar
patches-b74ed90916dce6239dbe6842548f82e22fc8c249.tar.gz
channels: Refer to 'guile-json-3'.
Fixes a regression introduced in 84af1e74029fd4c43636f7d8d3e6f82ddab9ce82. * guix/channels.scm (whole-package-for-legacy): Refer to GUILE-JSON-3, not GUILE-JSON.
Diffstat (limited to 'guix/channels.scm')
-rw-r--r--guix/channels.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/channels.scm b/guix/channels.scm
index 2c28dccbcb..826ee729ad 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -505,7 +505,7 @@ modules in the old ~/.config/guix/latest style."
;; In the "old style", %SELF-BUILD-FILE would simply return a
;; derivation that builds modules. We have to infer what the
;; dependencies of these modules were.
- (list guile-json guile-git guile-bytestructures
+ (list guile-json-3 guile-git guile-bytestructures
(ssh -> guile-ssh) (tls -> gnutls)))))
(define (old-style-guix? drv)