guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: channels: Refer to 'guile-json-3'.


From: guix-commits
Subject: 09/11: channels: Refer to 'guile-json-3'.
Date: Sun, 27 Oct 2019 18:13:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit b74ed90916dce6239dbe6842548f82e22fc8c249
Author: Ludovic Courtès <address@hidden>
Date:   Sun Oct 27 23:00:39 2019 +0100

    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.
---
 guix/channels.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/channels.scm b/guix/channels.scm
index 2c28dcc..826ee72 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]