diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-10-27 23:00:39 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-10-27 23:05:01 +0100 |
commit | b74ed90916dce6239dbe6842548f82e22fc8c249 (patch) | |
tree | 93b4b053135aa682ce04966f1ccb234f920621aa /guix | |
parent | ac19950507e941b6263f62f4ee4e8934c1b1598e (diff) | |
download | gnu-guix-b74ed90916dce6239dbe6842548f82e22fc8c249.tar gnu-guix-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')
-rw-r--r-- | guix/channels.scm | 2 |
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) |