aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-03 14:46:53 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:36:11 +0300
commitb6cdde9b074ecfc004e0b6263478129c39a491b0 (patch)
treebc8c507f75fecb862b385527e4778aa2037d1d73 /.editorconfig
parente17b6f839e371749112d27b84c3bb846a099495d (diff)
downloadguix-b6cdde9b074ecfc004e0b6263478129c39a491b0.tar.gz
guix-b6cdde9b074ecfc004e0b6263478129c39a491b0.zip
gnu: Add rust-predicates-3.
* gnu/packages/crates-io.scm (rust-predicates-3): New variable. (rust-predicates-2): Inherit from rust-predicates-3.
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions
staller/record.scm (<installer>)[dump-page]: New field. * gnu/installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it. Mathieu Othacehe