diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-01-10 21:37:48 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-02-01 17:32:35 +0100 |
commit | 1b88b7bad297a97bbbe5334eacb501aadc8ddf8a (patch) | |
tree | d1d51bc39b10ee2cb91bad7d7c37d43463d2e737 /guix/channels.scm | |
parent | a47f16a874356ca6a1459176561ec7e66c00ba19 (diff) |
guix describe: Use 'manifest-entry-channel'.
* guix/channels.scm (manifest-entry-channel): Export.
* guix/scripts/describe.scm (display-profile-content): Use it.
Diffstat (limited to 'guix/channels.scm')
-rw-r--r-- | guix/channels.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/channels.scm b/guix/channels.scm index 6449221c3f..743b4a25b7 100644 --- a/guix/channels.scm +++ b/guix/channels.scm @@ -91,6 +91,7 @@ ensure-forward-channel-update profile-channels + manifest-entry-channel channel-news-entry? channel-news-entry-commit |