aboutsummaryrefslogtreecommitdiff
path: root/m4/guix.m4
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2019-09-16 11:58:40 +0200
committerPierre Neidhardt <mail@ambrevar.xyz>2019-09-16 11:58:40 +0200
commiteb2e9ef4d964177cdd161ec30e9ea3c900bec8aa (patch)
tree909984efcf7f686f659a31646ddc701de42a1c44 /m4/guix.m4
parent5216632a9552d0ea8c08a1b63cbb788f0e1ae0a2 (diff)
downloadguix-eb2e9ef4d964177cdd161ec30e9ea3c900bec8aa.tar.gz
guix-eb2e9ef4d964177cdd161ec30e9ea3c900bec8aa.zip
gnu: Add cl-prevalence.
* gnu/packages/lisp.scm (cl-prevalence, sbcl-cl-prevalence, ecl-cl-prevalence): New variables.
Diffstat (limited to 'm4/guix.m4')
0 files changed, 0 insertions, 0 deletions
h’ variant accordingly. (copyFile, copyFileRecursively): New functions. * nix/libutil/util.hh (copyFileRecursively): New declaration. * nix/libstore/build.cc (DerivationGoal::buildDone): When ‘fixedOutput’ is true, call ‘copyFileRecursively’ followed by ‘rename’ on each output. Change-Id: I7952d41093eed26e123e38c14a4c1424be1ce1c4 Reported-by: Picnoir <picnoir@alternativebit.fr>, Théophane Hufschmitt <theophane.hufschmitt@tweag.io> Change-Id: Idb5f2757f35af86b032a9851cecb19b70227bd88 Ludovic Courtès 2024-01-05daemon: Change default ‘timeout’ and ‘max-silent-time’ values....Having a timeout seems generally preferable as it makes sure build slots are not kept busy for no good reason (few package builds, if any, are expected to exceed these values). * nix/libstore/globals.cc (Settings::Settings): Change ‘maxSilentTime’ and ‘buildTimeout’. * gnu/services/base.scm (<guix-configuration>)[max-silent-time] [timeout]: Change default values. * doc/guix.texi (Invoking guix-daemon, Base Services): Adjust accordingly. Change-Id: I25c50893f3f7fcca451b8f093d9d4d1a15fa58d8 Ludovic Courtès