~ruther/guix-local

8ca6cc4b — Andreas Enge 13 years ago
distro: gnutls: Update to 3.1.6.

* distro/packages/gnutls.scm (gnutls): Update to 3.1.6.
aba326f7 — Ludovic Courtès 13 years ago
packages: Change `base32' to allow non-literal strings.

* guix/packages.scm (base32): Allow arguments that are not literal strings.
2a6c6795 — Ludovic Courtès 13 years ago
distro: nettle: Update to 2.6.

* distro/packages/nettle.scm (nettle): Update to 2.6.
183c9a89 — Ludovic Courtès 13 years ago
distro: gdb: Add dependency on Expat and Python.

* distro/packages/gdb.scm (gdb): Add Expat and Python as inputs.
d0414883 — Ludovic Courtès 13 years ago
distro: Add Expat.

* distro/packages/xml.scm: New file.
* Makefile.am (MODULES): Add it.
874e6874 — Ludovic Courtès 13 years ago
doc: Start documenting derivations.

* doc/guix.texi (Defining Packages): Add cross-reference to
  "Derivations".
  (The Store): Add `build-derivations'.
  (Derivations): Populate.
1da983b9 — Ludovic Courtès 13 years ago
doc: Fix typos, and improve daemon documentation.

* doc/guix.texi: Fix typos.
  (Invoking guix-daemon): Add details about `--disable-log-compression'
  and `--disable-store-optimization'.
  Reported by Nikita Karetnikov <nikita@karetnikov.org>.
b28168c1 — Ludovic Courtès 13 years ago
doc: Remove @documentlanguage.

* doc/guix.texi: Remove @documentlanguage, which confuses TeX.
4c9e7975 — Andreas Enge 13 years ago
distro: Add icu4c (International Components for Unicode).

* distro/packages/icu4c.scm: New file.
* Makefile.am (MODULES): Add it.
a01b6da7 — Nikita Karetnikov 13 years ago
distro: Add Python 2.7.3.

* distro/packages/python.scm: New file.
* Makefile.am (MODULES): Add it.
e531ac2a — Ludovic Courtès 13 years ago
doc: Start documenting (guix store).

* doc/guix.texi (The Store): Populate.
  (Introduction): Add cross-reference.  Change "package store" to "the
  store".
156b5010 — Ludovic Courtès 13 years ago
distro: recutils: Add 3 optional dependencies.

* distro/packages/recutils.scm (recutils): Add Emacs, Check, and bc as
  dependencies.
9282e259 — Ludovic Courtès 13 years ago
distro: check: Fix source URL.

* distro/packages/check.scm (check): Fix source URI.
727afa3b — Ludovic Courtès 13 years ago
distro: Add patches forgotten in previous commits.

* distro/packages/patches/bigloo-gc-shebangs.patch,
  distro/packages/patches/emacs-configure-sh.patch,
  distro/packages/patches/procps-make-3.82.patch: New files.
* Makefile.am (dist_patch_DATA): Add them.
ed9f9a77 — Ludovic Courtès 13 years ago
distro: Add GNU bc.

* distro/packages/algebra.scm (bc): New variable.
c4d64534 — Ludovic Courtès 13 years ago
guix-package: Connect to the daemon only after arguments have been processed.

* guix-package.in (%store): Change to a SRFI-39 parameter.  Update all users.
  (guix-package): Parametrize %STORE to an open connection after
  `parse-options' has been called.
acf60b26 — Andreas Enge 13 years ago
distro: Add Cyrus SASL.

* distro/packages/cyrus-sasl.scm: New file.
* Makefile.am (MODULES): Add it.
0dd7a135 — Andreas Enge 13 years ago
Test commit.

* Makefile.am: alphabetical ordering
c7e4a72a — Ludovic Courtès 13 years ago
Augment `TODO'.
04732c37 — Ludovic Courtès 13 years ago
distro: Fetch bootstrap binaries from alpha.gnu.org.

* build-aux/download.scm (%url-base): Change to alpha.gnu.org.
* distro/packages/bootstrap.scm (%bootstrap-base-url): Rename to...
  (%bootstrap-base-urls): ... this.  Add alpha.gnu.org as the first
  URL.  Update users.
Next