aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/shepherd.scm
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-03-26 16:17:22 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-03-28 22:22:51 -0400
commitf215d801277a60cc1d862ed59c179cb8a482ced5 (patch)
treeb53ce520a1a36adcc8a742678b73ed682d5137da /gnu/services/shepherd.scm
parent21f35d2832ffe99b7bb86a05b138c266cebe7f65 (diff)
downloadguix-f215d801277a60cc1d862ed59c179cb8a482ced5.tar.gz
guix-f215d801277a60cc1d862ed59c179cb8a482ced5.zip
services: fstrim: Fix schedule ungexp.
Previously, only the first level of the list would be quoted, resulting in a schedule of the sort: '(next-second (range 0 60 30)) being incorrectly ungexp'd into: (list next-second (0 30)) * gnu/services/linux.scm (fstrim-mcron-job): Fix schedule ungexp. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/services/shepherd.scm')
0 files changed, 0 insertions, 0 deletions
>gnu: Add libomp-11....Greg Hogan 2022-08-04gnu: clang-toolchain-12: Use libomp-12....Greg Hogan 2022-08-04gnu: Add libomp-12....Greg Hogan 2022-08-04gnu: libomp-13: Reference llvm-13 version string....Greg Hogan 2022-08-04gnu: libomp-14: Reference llvm-14 version string....Greg Hogan 2022-08-04gnu: lldb: Update to 14.0.6....Greg Hogan 2022-07-12gnu: clang-toolchain-14: Build with libomp-14....Greg Hogan 2022-07-12gnu: LLVM, Clang, LLD: Update to 14.0.6....Greg Hogan 2022-07-12gnu: llvm-3.7, llvm-3.8: Fix build with gcc....Greg Hogan 2022-07-12gnu: llvm-8: Fix build with gcc-10....Greg Hogan 2022-06-28gnu: llvm-for-rocm: Inherit from llvm-14...Lars-Dominik Braun 2022-06-22gnu: llvm-9: Fix building on riscv64-linux....Efraim Flashner 2022-06-16gnu: llvm-9: Fix building on riscv64-linux....Efraim Flashner 2022-06-16gnu: Update llvm-for-rocm: Update to 5.1.3....John Kehayias 2022-06-13gnu: LLVM, Clang, LLD: Update to 14.0.5....Marius Bakke 2022-06-12gnu: llvm-14: Fix configure-flags for cross-compiling....Efraim Flashner 2022-06-01gnu: LLVM, Clang, LLD: Update to 14.0.4....Marius Bakke 2022-05-29gnu: clang-from-llvm: Fix building on riscv64-linux....Efraim Flashner 2022-05-28gnu: clang-from-llvm: Fix build on some architectures....Efraim Flashner 2022-05-22gnu: clang@14: Include the extras....Tobias Geerinckx-Rice