summaryrefslogtreecommitdiff
path: root/srfi/srfi-64.scm
Commit message (Collapse)AuthorAge
* build: Remove copy of (srfi srfi-64).Ludovic Courtès2018-07-18
| | | | | | | SRFI-64 was added in Guile 2.0.10 and we require 2.0.13 or newer. * Makefile.am (EXTRA_DIST): Remove srfi/*. * srfi: Remove directory.
* Update SRFI-64 to the latest upstream version.Mark H Weaver2014-02-24
| | | | | * srfi/srfi-64.scm: Export 'test-group'. Call 'cond-expand-provide'. * srfi/srfi-64.upstream.scm: Update to the latest upstream version.
* Add unit test for derivation parsing and output.Ludovic Courtès2012-04-19
* guix/derivations.scm: Export `read-derivation' and `write-derivation'. * srfi/srfi-64.scm, srfi/srfi-64.upstream.scm: New files, from libchop. * tests/derivations.scm, tests/test.drv: New files.