aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-04 12:22:44 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-04 17:49:51 +0100
commit475b44c9a9b88e9f1b42fc2f29b60b61fc548a43 (patch)
treee511641924fc9f808dc50b298fd233e58ac59f29 /etc
parentbb5dfd6ede2dcb7134b69e06614fee31ed829de4 (diff)
downloadguix-475b44c9a9b88e9f1b42fc2f29b60b61fc548a43.tar.gz
guix-475b44c9a9b88e9f1b42fc2f29b60b61fc548a43.zip
gnu: ocaml-base: Update to 0.14.3.
* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.3.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions
..* gnu/build/shepherd.scm (exec-command*): New procedure, with code formerly... (make-forkexec-constructor/container): ... here. Use it. (fork+exec-command/container): Use 'fork+exec-command' only when CONTAINER-SUPPORT? is false or PID is the current process. Ludovic Courtès 2021-08-02build: shepherd: Use autoload to lazily bind Shepherd modules....Instead of imperative module-autoload! directives. * gnu/build/shepherd.scm: Replace module-autoload! directives by autoload arguments for define-module. Maxim Cournoyer 2020-11-05shepherd: Remove dependency on (guix utils)....Since commit 8ce6f4dc2879919c12bc76a2f4b01200af97e019, importing this module in a gexp would pull in (guix config) from the host, thereby leading to non-reproducible derivations. Users in (gnu services ...) do not expect that so simply remove the (guix utils) dependency for now. * gnu/build/shepherd.scm (fork+exec-command/container)[strip-pid]: New procedure. Use it instead of 'strip-keyword-arguments'. Ludovic Courtès