diff --git a/guix/channels.scm b/guix/channels.scm index 2c28dccbcbd20749b9ef62399e9753a971ead6d7..826ee729ade61eb5414c21a593a2238cd86e233c 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -505,7 +505,7 @@ (define lib ;; 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)