Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gexp: Add support for 'origin?' objects in 'ungexp' forms. | Ludovic Courtès | 2014-05-01 |
| | | | | | | | * guix/gexp.scm (lower-inputs, gexp-inputs, gexp->sexp, canonicalize-reference): Add 'origin?' case. * guix/monads.scm (origin->derivation): New procedure. * tests/gexp.scm ("one input origin"): New test. | ||
* | Add (guix gexp). | Ludovic Courtès | 2014-04-28 |
* 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. |