gexp: Add 'computed-file'.
authorLudovic Courtès <ludo@gnu.org>
Mon, 7 Sep 2015 20:37:14 +0000 (22:37 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sat, 10 Oct 2015 20:46:14 +0000 (22:46 +0200)
commit919370291f4f9cc93878eea7db11013949ee8473
treecd86c3cf59adc2d07e398ad6779a62de0c09d7f9
parenta72ccbc25125d0d14cabdc1b0f824f27bb64478b
gexp: Add 'computed-file'.

* guix/gexp.scm (<computed-file>): New record type.
  (computed-file, computed-file-compiler): New procedures.
* tests/gexp.scm ("lower-object, computed-file"): New test.
* doc/guix.texi (G-Expressions): Document 'computed-file'.
doc/guix.texi
guix/gexp.scm
tests/gexp.scm