aboutsummaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-01 21:07:20 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-10-18 11:35:54 +0300
commit680c7b0ccdb1e58ca9e010bd96f509f8bee88383 (patch)
tree9835ecb1f14493ca28e45a038e72e7e8f32a7d78 /po
parent534b0bda7315cbfbef3708e9595296996eaec066 (diff)
downloadguix-680c7b0ccdb1e58ca9e010bd96f509f8bee88383.tar.gz
guix-680c7b0ccdb1e58ca9e010bd96f509f8bee88383.zip
gnu: Add rust-fastrand-2.
* gnu/packages/crates-io.scm (rust-fastrand-2): New variable. (rust-fastrand-1): Inherit from rust-fastrand-2.
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions
ogheader'>2022-05-01linux-container: Add #:child-is-pid1? parameter to 'call-with-container'.Ludovic Courtès * gnu/build/linux-container.scm (wait-child-process) (status->exit-status): New procedures. (call-with-container): Add #:child-is-pid1? parameter and honor it. [thunk*]: New variable. Pass it to 'run-container'. 2022-05-01linux-container: Ensure signal-handling asyncs get a chance to run.Ludovic Courtès Previously we could enter the blocking 'waitpid' call and miss an opportunity to run the signal handler async. * gnu/build/linux-container.scm (call-with-container) [periodically-schedule-asyncs]: New procedure. [install-signal-handlers]: Call it. 2022-05-01linux-container: 'call-with-container' relays SIGTERM and SIGINT.Ludovic Courtès * gnu/build/linux-container.scm (call-with-container): Add #:relayed-signals. [install-signal-handlers]: New procedure. Call it.