aboutsummaryrefslogtreecommitdiff
path: root/config-daemon.ac
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-05-29 15:51:52 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-05-29 16:16:45 +0200
commitb037cac225769c8e8f1868d0448a775b5fcac972 (patch)
treef0c2bfac0670ae67ffe742cfdbced145e5c150a3 /config-daemon.ac
parent42178c86f0d9f3c1a6b7306a16035d1e2b2cb82b (diff)
downloadguix-b037cac225769c8e8f1868d0448a775b5fcac972.tar.gz
guix-b037cac225769c8e8f1868d0448a775b5fcac972.zip
gnu: emacs-org-re-reveal: Update to 3.9.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.9.0.
Diffstat (limited to 'config-daemon.ac')
0 files changed, 0 insertions, 0 deletions
5ca494496cdbc7a06b414e1f08e70cac'>channels: Don't pull from the same channel more than once....Previous 'channel-instance->manifest' would call 'latest-channel-derivation', which could trigger another round of 'latest-repository-commit' for no good reason. * guix/channels.scm (resolve-dependencies): New procedure. (channel-instance-derivations)[edges]: New variable. [instance->derivation]: New procedure. * tests/channels.scm (make-instance): Use 'checkout->channel-instance' instead of 'channel-instance'. ("channel-instances->manifest"): New test. Ludovic Courtès 2018-12-09guix: Add support for channel dependencies....* guix/channels.scm (<channel-metadata>): New record. (read-channel-metadata, channel-instance-dependencies): New procedures. (latest-channel-instances): Include channel dependencies; add optional argument PREVIOUS-CHANNELS. (channel-instance-derivations): Build derivation for additional channels and add it as dependency to the channel instance derivation. * doc/guix.texi (Channels): Add subsection "Declaring Channel Dependencies". * tests/channels.scm: New file. * Makefile.am (SCM_TESTS): Add it. Ricardo Wurmus