aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ed.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-07-08 14:10:54 +0200
committerLudovic Courtès <ludo@gnu.org>2021-07-08 14:12:05 +0200
commit5f919605e94b12d7f56656a30f66f205c24cde98 (patch)
tree679caa2a5a3aab10b2b2279608136952ed13be67 /gnu/packages/ed.scm
parent7a9f4822c0c431c25071977b68ab79d152887ec3 (diff)
downloadguix-5f919605e94b12d7f56656a30f66f205c24cde98.tar.gz
guix-5f919605e94b12d7f56656a30f66f205c24cde98.zip
gnu: libdatrie: Run tests sequentially.
Fixes <https://bugs.gnu.org/49463>. * gnu/packages/gtk.scm (libdatrie)[arguments]: Add #:parallel-tests?.
Diffstat (limited to 'gnu/packages/ed.scm')
0 files changed, 0 insertions, 0 deletions
ordingly. Ludovic Courtès 2020-03-02linux-boot: Ensure volatile root is mounted read-only....* gnu/build/linux-boot.scm (mount-root-file-system): Ensure MS_RDONLY is present among the root file system flags when VOLATILE-ROOT? is #t. Maxim Cournoyer 2019-12-12linux-boot: Don't ignore flags when mounting root file system....* gnu/build/linux-boot.scm (mount-root-file-system): Add the 'flags' keyword argument and use it when mounting the root file system. (boot-system): Pass the root file system flags to 'mount-root-file-system'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant 2019-11-18linux-boot: Don't ignore options when mounting root file system....Fixes <https://bugs.gnu.org/37977>. * gnu/build/linux-boot.scm (mount-root-file-system): Add the 'options' keyword argument and use it when mounting the root file system. (boot-system): Pass the root file system options to 'mount-root-file-system'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant 2019-11-18linux-boot: Fix indentation....* gnu/build/linux-boot.scm (boot-system): Re-indent. Maxim Cournoyer