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 /cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/audio.scm
AgeCommit message (Expand)Author
2020-05-13services: Add missing import....Ludovic Courtès
2019-11-08services: mpd: Connect to the user's PulseAudio socket....Robert Smith
2019-10-29gnu: mpd-service-type: Support configuration of outputs....Ricardo Wurmus
2019-03-15services: mpd: add more configuration options...nixo
2017-11-05services: Add 'description' fields....Ludovic Courtès
2017-08-31services: mpd: Remove the mpd-file field....Peter Mikkelsen
2017-08-13gnu: Add mpd service....Peter Mikkelsen