Skip to content
Snippets Groups Projects
Unverified Commit b74ed909 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

channels: Refer to 'guile-json-3'.

Fixes a regression introduced in 84af1e74.

* guix/channels.scm (whole-package-for-legacy): Refer to GUILE-JSON-3,
not GUILE-JSON.
parent ac199505
No related branches found
No related tags found
No related merge requests found
...@@ -505,7 +505,7 @@ (define lib ...@@ -505,7 +505,7 @@ (define lib
;; In the "old style", %SELF-BUILD-FILE would simply return a ;; In the "old style", %SELF-BUILD-FILE would simply return a
;; derivation that builds modules. We have to infer what the ;; derivation that builds modules. We have to infer what the
;; dependencies of these modules were. ;; 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))))) (ssh -> guile-ssh) (tls -> gnutls)))))
(define (old-style-guix? drv) (define (old-style-guix? drv)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment