mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix package: Add '--export-channels'.
* guix/channels.scm (sexp->channel): Export. * guix/describe.scm: Use (guix channels). (manifest-entry-provenance): New procedure. * guix/scripts/package.scm (channel=?, export-channels): New procedures. (show-help, %options): Add '--export-channels'. (process-query): Honor it. * build-aux/build-self.scm (build-program)[select?]: Exclude (guix channels) to account for the (guix describe) change above. * doc/guix.texi (Invoking guix package): Document it.
This commit is contained in:
parent
60d72f5364
commit
aedbc5ff32
5 changed files with 121 additions and 2 deletions
|
@ -92,6 +92,7 @@
|
|||
|
||||
profile-channels
|
||||
manifest-entry-channel
|
||||
sexp->channel
|
||||
channel->code
|
||||
|
||||
channel-news-entry?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue