aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-gc.timer
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2023-10-23 23:20:50 +0100
committerEfraim Flashner <efraim@flashner.co.il>2023-10-24 14:25:49 +0300
commitbcbcba19a8a2f4a312b8da8234bc1778a3214f69 (patch)
tree704b3b8a26de9367fafef47cac72136ca7602a6d /etc/guix-gc.timer
parentfc62986a50fcf9c3800f6ffca37176b673b95a63 (diff)
downloadguix-bcbcba19a8a2f4a312b8da8234bc1778a3214f69.tar.gz
guix-bcbcba19a8a2f4a312b8da8234bc1778a3214f69.zip
gnu: Add rust-rental-0.5.
* gnu/packages/crates-io.scm (rust-rental-0.5): New variable. (rust-rental-impl-0.5): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I03878fc540be2aced8c3952d7d78275c0b0c3e54
Diffstat (limited to 'etc/guix-gc.timer')
0 files changed, 0 insertions, 0 deletions
ogsubject'>tests: Add sanitizer test.Ludovic Courtès * tests/records.scm ("define-record-type* & sanitize without default value"): New test. 2021-08-12records: Support field sanitizers.Ludovic Courtès * guix/records.scm (make-syntactic-constructor): Add #:sanitizers. [field-sanitizer]: New procedure. [wrap-field-value]: Honor F's sanitizer. (define-record-type*)[field-sanitizer]: New procedure. Pass #:sanitizer to 'make-syntactic-constructor'. * tests/records.scm ("define-record-type* & sanitize") ("define-record-type* & sanitize & thunked"): New tests.