Add a declarative packaging layer.
authorLudovic Courtès <ludo@gnu.org>
Wed, 27 Jun 2012 23:24:34 +0000 (01:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 27 Jun 2012 23:24:34 +0000 (01:24 +0200)
commite3ce5d709f3ba6a3f3a94a24c20a9cd87e6bd07d
tree8b680281ba2e3f01d957d76f7918c30ce3b3ba0f
parente1e8874ee82cd9e7e6a8f04bb5144eeb69610b7f
Add 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'.
Makefile.am
distro/base.scm [new file with mode: 0644]
guix/http.scm
guix/packages.scm [new file with mode: 0644]
tests/packages.scm [new file with mode: 0644]