# -*- mode: snippet -*- # name: guix-cvs-reference # key: cvs-reference... # -- (cvs-reference (root-directory "${1:root-directory}") (module "${2:module}") (revision "${3:revision}"))alternate' title='Atom feed' href='https://git.koszko.org/guix/atom/tests/cache.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/cache.scm
AgeCommit message (Expand)Author
2020-03-22Remove workaround for 'time-monotonic' in Guile 2.2.2....This is a followup to e688c2df3924423b67892cc9939ca099c729d1cb. * build-aux/hydra/evaluate.scm <top level>: Remove 'time-monotonic' definition. * guix/cache.scm: Likewise. * guix/progress.scm: Likewise. * guix/scripts/substitute.scm: Likewise. * guix/scripts/weather.scm: Likewise. * tests/cache.scm: Likewise. Ludovic Courtès