Age | Commit message (Expand) | Author |
2012-06-16 | Remove leftover debugging expressions.•••* guix/build/utils.scm (directory-exists?): Remove leftover debugging
expressions.
| Ludovic Courtès |
2012-06-13 | Add supporting tools for the GNU Build System.•••* guix/derivations.scm (build-expression->derivation): Add all of INPUTS
as inputs to the final derivation.
* guix/build/gnu-build-system.scm, guix/build/utils.scm,
guix/gnu-build-system.scm: New files.
* tests/builders.scm ("gnu-build"): New test.
| Ludovic Courtès |
2012-06-12 | Augment `build-expression->derivation' with #:modules; add `http-fetch'.•••* guix/derivations.scm (imported-modules): New procedure.
(build-expression->derivation): New keyword argument `modules'.
Use `imported-modules' when MODULES is non-empty, and pass it with
`-L' to GUILE.
* guix/build/http.scm, guix/http.scm, tests/builders.scm: New files.
| Ludovic Courtès |