Add (guix gexp).
authorLudovic Courtès <ludo@gnu.org>
Mon, 28 Apr 2014 21:00:57 +0000 (23:00 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 28 Apr 2014 21:24:17 +0000 (23:24 +0200)
commit21b679f6944f4e1f09f949322f5242b761dc22a7
tree501a32d37b7765db7e7a8c046fcd99ae40ed4877
parentba948b4fa0a088f42815aa104e651c9d14d8a1ba
Add (guix gexp).

* guix/gexp.scm: New file.
* tests/gexp.scm: New file.
* Makefile.am (MODULES): Add guix/gexp.scm.
  (SCM_TESTS): Add tests/gexp.scm.
* doc/guix.texi (Derivations): Add #:inputs in 'derivation' example.
  Mark 'build-expression->derivation' as deprecated, refer to
  "G-Expressions".  Remove paragraph about code strata.
  (G-Expressions): New node.
.dir-locals.el
Makefile.am
doc/guix.texi
guix/gexp.scm [new file with mode: 0644]
tests/gexp.scm [new file with mode: 0644]