summaryrefslogtreecommitdiff
path: root/guix/http.scm
AgeCommit message (Expand)Author
2012-06-28Add a declarative packaging layer.•••* Makefile.am (MODULES): Add `guix/packages.scm' and `distro/base.scm'. (TESTS): Add `tests/packages.scm'. (EXTRA_DIST): New variable. * guix/packages.scm, distro/base.scm, tests/packages.scm: New files. * guix/http.scm (http-fetch): Make `name' an optional argument, to match the expectations of `package-source-derivation'. Ludovic Courtès
2012-06-12Augment `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