#!@SHELL@ # A shorthand for "guix substitute", for use by the daemon. if test "x$GUIX_UNINSTALLED" = "x" then prefix="@prefix@" exec_prefix="@exec_prefix@" exec "@bindir@/guix" substitute "$@" else exec guix substitute "$@" fi ed' href='https://git.koszko.org/guix/atom/tests/combinators.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/tests/combinators.scm
AgeCommit message (Expand)Author
2016-05-04utils: Move combinators to (guix combinators)....Ludovic Courtès