aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/entr.scm
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-11-14 13:02:45 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-11-14 13:21:40 +0100
commitb5d419b4ab6863a0059fbabb68eaa90e61d0f1af (patch)
tree6370b8f8a9acfc4138f51562c2d92179aaf306ea /gnu/packages/entr.scm
parenta572e55ea543e393260c952d3d2d4cb059115fa9 (diff)
downloadguix-b5d419b4ab6863a0059fbabb68eaa90e61d0f1af.tar.gz
guix-b5d419b4ab6863a0059fbabb68eaa90e61d0f1af.zip
gnu: emacs-flycheck-grammalecte: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[arguments]Use G-expressions. <#:exclude>: Remove non-existing excluded file. <#:emacs>: Use EMACS-NO-X. <#:phases>: Use G-expressions. Change-Id: Ic5a3c5e3f5271e75cd369cdd40ce210d7c2b859b
Diffstat (limited to 'gnu/packages/entr.scm')
0 files changed, 0 insertions, 0 deletions
896>. * 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. guix package: Add '--export-channels'. 2021-02-01T16:32:35Z Ludovic Courtès ludo@gnu.org 2021-01-10T21:13:04Z urn:sha1:aedbc5ff32a62f45aeed74c6833399a6cf2c22dc * 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.