The Clar test framework has a bug whereby it skips the parsing phase on files with mtime=0. Reported upstream at . diff --git a/tests/generate.py b/tests/generate.py index b639c8f..111ca41 100644 --- a/tests/generate.py +++ b/tests/generate.py @@ -63,3 +63,3 @@ class Module(object): - self.mtime = 0 + self.mtime = None # Guix sets all file mtimes to '0' self.enabled = True rc='https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libreoffice.scm
AgeCommit message (Expand)Author
2022-10-17gnu: Add hunspell-dict-hu....Attila Lendvai
2022-10-11gnu: libreoffice: Move inputs below arguments and fix indentation....Maxim Cournoyer
2022-08-27gnu: libreoffice: Add release-monitoring-url....Marius Bakke
2022-08-16gnu: libreoffice: Remove obsolete workaround....Marius Bakke
2022-08-11gnu: libreoffice: Remove input labels....Marius Bakke
2022-08-11gnu: libreoffice: Update to 7.3.5.2....Marius Bakke
2022-08-11gnu: libcmis: Update to 0.5.2-46-gf264a61....Marius Bakke
2022-08-11gnu: libetonyek: Don't hard code mdds version....Marius Bakke
2022-08-11gnu: orcus: Update to 0.17.2....Marius Bakke
2022-08-11gnu: ixion: Update to 0.17.0....Marius Bakke