guix/build-aux
Ludovic Courtès 316fc2acbb
channels: Record 'guix' channel metadata in (guix config).
Partially fixes <https://bugs.gnu.org/45896>.

* guix/config.scm.in (%channel-metadata): New variable.
* guix/describe.scm (channel-metadata): Use it.
(current-channels): New procedure.
(current-profile-entries): Clarify docstring.
* guix/self.scm (compiled-guix): Add #:channel-metadata and pass it to
'make-config.scm'.
(make-config.scm): Add #:channel-metadata and define '%channel-metadata'
in the generated file.
(guix-derivation): Add #:channel-metadata and pass it to 'compiled-guix'.
* guix/channels.scm (build-from-source): Replace 'name', 'source', and
'commit' parameters with 'instance'.  Pass #:channel-metadata to BUILD.
(build-channel-instance): Adjust accordingly.
* build-aux/build-self.scm (build-program): Add #:channel-metadata
and pass it to 'guix-derivation'.
(build): Add #:channel-metadata and pass it to 'build-program'.
* guix/scripts/describe.scm (display-profile-info): Add optional
'channels' parameter.  Pass it to 'display-profile-content'.
(display-profile-content): Add optional 'channels' parameter and honor
it.  Iterate on CHANNELS rather than on the manifest entries of
PROFILE.
(guix-describe): When PROFILE is #f, call 'current-channels' and pass it
to 'display-profile-info', unless it returns the empty list.
2021-02-04 09:23:39 +01:00
..
cuirass cuirass: Add hurd-manifest. 2020-10-04 14:04:14 +02:00
hydra ci: Add log and outputs keys. 2020-10-01 18:39:41 +02:00
build-self.scm channels: Record 'guix' channel metadata in (guix config). 2021-02-04 09:23:39 +01:00
check-channel-news.scm maint: Add "make check-channel-news". 2020-05-22 00:35:23 +02:00
check-final-inputs-self-contained.scm Remove most references to hydra.gnu.org. 2018-12-04 10:57:56 +01:00
compile-all.scm build: Cap build parallelism on i686. 2020-04-12 00:00:59 +02:00
compile-as-derivation.scm compile-as-derivation: Adjust %load-compiled-path. 2018-09-02 15:43:51 +02:00
generate-authors.scm build: Generate 'AUTHORS'. 2015-07-06 19:00:19 +03:00
git-version-gen build: Use Gnulib's 'git-version-gen'. 2017-05-04 23:51:45 +02:00
gitlog-to-changelog build: Add `gitlog-to-changelog'. 2013-05-12 22:41:11 +02:00
pre-inst-env.in build: Remove references to the 'nix-hash' program. 2020-08-29 16:24:17 +02:00
test-driver.scm build: Add a --show-duration option to the SCM test-driver. 2021-02-02 00:28:49 -05:00
test-env.in build: Remove references to 'NIX_LOCALSTATE_DIR'. 2019-10-16 22:53:40 +02:00
update-NEWS.scm maint: update-NEWS: Track "gcc-toolchain", not "gcc". 2019-05-20 11:50:21 +02:00
update-guix-package.scm maint: update-guix-package: Optionally add sources to store. 2020-11-12 09:23:27 -05:00