~ruther/guix-local

75f1e8f7 — Ludovic Courtès 13 years ago
doc: Mark binary deployment as not implemented yet.

* doc/guix.texi (Features): Add a footnote saying that binary deployment
  is missing.
082b3c6a — Andreas Enge 13 years ago
distro: Add libtiff.

* distro/packages/libtiff.scm: New file.
* Makefile.am (MODULES): Add it.
1d974417 — Andreas Enge 13 years ago
distro: Add Libjpeg 8.

* distro/packages/libjpeg.scm (libjpeg-8): New variable.
f2499672 — Andreas Enge 13 years ago
distro: Add file.

* distro/packages/file.scm: New file.
* Makefile.am (MODULES): Add it.
4b5f8cde — Andreas Enge 13 years ago
distro: Add Libjpeg.

* distro/packages/libjpeg.scm: New file.
* Makefile.am (MODULES): Add it.
dd9e87e1 — Andreas Enge 13 years ago
distro: flex: Add dependency on Indent.

* distro/packages/flex.scm (flex): Add Indent as input.
c1e628f6 — Andreas Enge 13 years ago
distro: Add Indent.

* distro/packages/indent.scm: New file.
* Makefile.am (MODULES): Add it.
9241172c — Ludovic Courtès 13 years ago
guix-package: Allow `--roll-back' to skip missing generations.

* guix-package.in (profile-numbers): New procedure.
  (latest-profile-number): Use it.
  (previous-profile-number): New procedure.
  (roll-back): Use it lieu of `1-'.  Check whether PREVIOUS-NUMBER is
  zero, and raise an error when it is.
* tests/guix-package.sh: Test whether we can roll back over a "hole".
24e262f0 — Ludovic Courtès 13 years ago
guix-package: Add `--roll-back'.

Based on a patch by Nikita Karetnikov <nikita@karetnikov.org>.

* guix-package.in (profile-regexp): New procedure.
  (latest-profile-number): Remove `%profile-rx', and use
  `profile-regexp' instead.
  (profile-number, roll-back): New procedure.
  (show-help): Add `--roll-back'.
  (%options): Likewise.
  (guix-package)[process-actions]: First check whether `roll-back?' is
  among OPTS, and call `roll-back' if it is, followed by a recursive
  call to `process-actions'.  Emit the "nothing to be done" message only
  when INSTALL or REMOVE is non-empty.
* tests/guix-package.sh (readlink_base): New function.
  Add tests for `--roll-back'.
* doc/guix.texi (Invoking guix-package): Document `--roll-back'.
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".
Next