guix-commits
[Top][All Lists]
Advanced

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

branch master updated: describe: Add missing include.


From: guix-commits
Subject: branch master updated: describe: Add missing include.
Date: Thu, 25 Feb 2021 04:20:25 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b6c7e5a  describe: Add missing include.
b6c7e5a is described below

commit b6c7e5af026f2d0fdbcc96a7815e15008ef0eb1c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Feb 25 10:19:32 2021 +0100

    describe: Add missing include.
    
    This is a follow-up of 17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e.
    
    * guix/describe.scm: Add "channel-name" to (guix channels) autoload.
---
 guix/describe.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/guix/describe.scm b/guix/describe.scm
index d1bc397..46448de 100644
--- a/guix/describe.scm
+++ b/guix/describe.scm
@@ -23,7 +23,9 @@
   #:use-module ((guix utils) #:select (location-file))
   #:use-module ((guix store) #:select (%store-prefix store-path?))
   #:use-module ((guix config) #:select (%state-directory))
-  #:autoload   (guix channels) (sexp->channel manifest-entry-channel)
+  #:autoload   (guix channels) (channel-name
+                                sexp->channel
+                                manifest-entry-channel)
   #:use-module (srfi srfi-1)
   #:use-module (ice-9 match)
   #:export (current-profile



reply via email to

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