aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-11-20 20:46:59 +0200
committerEfraim Flashner <efraim@flashner.co.il>2024-11-28 11:05:33 +0200
commit80a77d59d13875f261f7437470231f71312d6c87 (patch)
treed5dd49b993ed8ae7b15700f76c8e38b933de7ffe /manifest.scm
parent8aaf538abb169be39470065ac13d8121f1729c5f (diff)
downloadguix-80a77d59d13875f261f7437470231f71312d6c87.tar.gz
guix-80a77d59d13875f261f7437470231f71312d6c87.zip
gnu: Add rust-x509-parser-0.16.
* gnu/packages/crates-tls.scm (rust-x509-parser-0.16): New variable. (rust-x509-parser-0.15): Inherit from rust-x509-parser-0.16. Change-Id: I3d52e20168c0f0a7f80124044aeed4a79d697033
Diffstat (limited to 'manifest.scm')
0 files changed, 0 insertions, 0 deletions
ass='msg-avail'>...This reverts commit 39e4e00f75be8055300cb0afffb8bd4b4d35f2cc, with fixes for the guix home issues reported and another one found while reconfiguring berlin in the subsequent commit. Maxim Cournoyer 2022-11-13services: configuration: Revert to a working ‘guix home’....This reverts commit 543d971ed2a1d9eb934af1f51930741d7cc4e7ef, and its dependent commit 9b21cd2e9a614f1937769caf3917a791b151d841, which appear to have triggered a recent wave of ‘guix home’ regressions involving (services (list (service home-bash-service-type))): In gnu/home/services/shells.scm: 504:7 3 (home-bash-extensions #<<home-bash-configuration> package: #<package bash@5.1.8 gnu/packages/ba…> …) In unknown file: 2 (append #<<location> file: "…" line: 14 column: 12> ()) In ice-9/boot-9.scm: 1685:16 1 (raise-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: In procedure append: Wrong type argument in position 1 (expecting empty list): #<<location> file: "…" line: 14 column: 12> I should love to dive in & fix this rather than revert, but urgently need sleep. Tobias Geerinckx-Rice 2022-11-15services: mcron: Add log? and log-format fields to mcron-configuration....* gnu/services/mcron.scm (list-of-gexps?): New predicate. (mcron-configuration): Rewrite using define-configuration. [log?, log-format]: New fields. (mcron-shepherd-services): Invoke mcron with the --log and --log-format arguments when log? is #t, (generate-doc): New procedure. * doc/guix.texi (Scheduled Job Execution): Update doc. (Mcron Home Service): Likewise. * gnu/home/services/mcron.scm: Keep in sync with the above changes to gnu/services/mcron.scm. Maxim Cournoyer