#!@SHELL@ # A shorthand for "guix perform-download", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" perform-download "$@" else exec guix perform-download "$@" fi git.koszko.org/guix/atom/tests/records.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/records.scm
AgeCommit message (Expand)Author
2020-01-16records: Improve reporting of "invalid field specifier" errors....Ludovic Courtès