aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-19 10:38:40 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-01-19 15:05:52 -0500
commitec24673bf9f5d0cafb7f0edc8c9faacb01604f81 (patch)
treef6825d7b3f23ad1fc6ba48fff2fc48dc34e3653d /gnu.scm
parent72f31a9be665f85828cbdc4b95c31af43831a1a0 (diff)
downloadguix-ec24673bf9f5d0cafb7f0edc8c9faacb01604f81.tar.gz
guix-ec24673bf9f5d0cafb7f0edc8c9faacb01604f81.zip
gnu: emacs-org-journal: Disable failing tests.
* gnu/packages/emacs-xyz.scm (emacs-org-journal) [arguments]: Add disable-failing-tests phase. Change-Id: I466cb46613a7048ccbda66cd7855001a04871891
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
.") as a side effect to improving code reuse. * guix/scripts/pack.scm (guix): Add commentary comment. (populate-profile-root, self-contained-tarball/builder): Extract to... * guix/build/pack.scm (populate-profile-root): ... this, and... (build-self-contained-tarball): ... that, adjusting for use on the build side. (assert-utf8-locale): New procedure. (self-contained-tarball, debian-archive, rpm-archive): Adjust accordingly. Reviewed-by: Ludovic Courtès <ludo@gnu.org> Maxim Cournoyer