store: Add #:recursive? parameter to 'export-paths'.
authorLudovic Courtès <ludo@gnu.org>
Sat, 17 Jan 2015 14:59:00 +0000 (15:59 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 17 Jan 2015 14:59:00 +0000 (15:59 +0100)
commit5b3d863f0099257890f9714f81e24789f8e8e362
tree0e99805e5b4c9bd6f61cd76c5a838230e1360678
parent867d8473059ffdb0735587617b49547252af0d3d
store: Add #:recursive? parameter to 'export-paths'.

* guix/store.scm (export-paths): Add #:recursive? parameter and honor
  it.
* tests/store.scm ("export/import incomplete", "export/import
  recursive"): New tests.
guix/store.scm
tests/store.scm