aboutsummaryrefslogtreecommitdiff
path: root/build-aux/gitlog-to-changelog
diff options
context:
space:
mode:
authorRoman Scherer <roman@burningswell.com>2024-10-29 09:17:31 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-10-29 13:40:50 +0100
commitd1aefac6f6d32243e95053e9f753e2b16bb9c628 (patch)
treef7e6cacc5700bb3c18a6a976d0d914ab5e6b7577 /build-aux/gitlog-to-changelog
parent4491dec50a97dbdebd7dd6d41a5596358b155b79 (diff)
downloadguix-d1aefac6f6d32243e95053e9f753e2b16bb9c628.tar.gz
guix-d1aefac6f6d32243e95053e9f753e2b16bb9c628.zip
gnu: Add cl-cacle.
* gnu/packages/lisp-xyz.scm (sbcl-cacle, cl-cacle, ecl-cacle): New variables. Change-Id: I67e6702d132fed017d86be82665e44021c1b081f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'build-aux/gitlog-to-changelog')
0 files changed, 0 insertions, 0 deletions
href='/guix/commit/gnu/image.scm?id=0518a88a4e417d6369859ff1da6448e1a6e693da'>image: Remove an unused field....* gnu/image.scm (<partition>)[device]: Remove it. Mathieu Othacehe 2022-08-30image: Perform more sanitizing....* gnu/image.scm (validate-size, validate-partition-offset, validate-partition-flags): New macros. (<partition>)[size, offset, flags]: Sanitize those fields using the above procedures respectively. Mathieu Othacehe