aboutsummaryrefslogtreecommitdiff
path: root/tests/cve.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-10-17 04:23:04 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-18 22:10:58 -0500
commit2d40e6f7ab04ec367a9a7fc1af3daa507fb60d3c (patch)
tree5fd405786fb48a2b8aec46f99ada0fc767597f7b /tests/cve.scm
parent90b1fe57d0fb2f06dd578813c720902a5b2363bc (diff)
downloadguix-2d40e6f7ab04ec367a9a7fc1af3daa507fb60d3c.tar.gz
guix-2d40e6f7ab04ec367a9a7fc1af3daa507fb60d3c.zip
build: perl: Accept Gexps for #:module-build-flags.
* guix/build-system/perl.scm (perl-build) [module-build-flags]: Accept gexps. Change-Id: If1daa4d9a8cf97824b75f2113f4d7d83256463ce
Diffstat (limited to 'tests/cve.scm')
0 files changed, 0 insertions, 0 deletions
d add an entry with a tag. Check that the tag is resolved and also visible in the <channel-news-entry> record. * doc/guix.texi (Channels): Mention tags in news entries. Ludovic Courtès 2019-09-23channels: Add support for a news file....* guix/channels.scm (<channel-metadata>)[news-file]: New field. (read-channel-metadata): Set the 'news-file' field. (read-channel-metadata-from-source): Likewise. (<channel-news>, <channel-news-entry>): New record types. (sexp->channel-news-entry, read-channel-news) (channel-news-for-commit): New procedures. * guix/tests/git.scm (populate-git-repository): For 'add', allow CONTENTS to be a procedure. * tests/channels.scm ("channel-news, no news") ("channel-news, one entry"): New tests. * doc/guix.texi (Channels): Document it. Ludovic Courtès