~ruther/guix-local

3cc20675 — Ludovic Courtès 12 years ago
gnu: Add libnl.

* gnu/packages/linux.scm (libnl): New variable.
e3aaefe7 — Eric Bavier 12 years ago
gnu: Add GNU Parallel.

* gnu/packages/parallel.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5dfd5b82 — Ludovic Courtès 12 years ago
build-system/python: Add #:test-target parameter.

* guix/build-system/python.scm (python-build): Add #:test-target
  parameter.  Reported by Eric Bavier <ericbavier@gmail.com>.
8bf8d7c7 — David Thompson 12 years ago
gnu: Add SDL and SDL2.

* gnu/packages/sdl.scm (sdl, sdl2): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8d9865df — Ludovic Courtès 12 years ago
gnu: autogen: Upgrade to 5.18.2.

* gnu/packages/autogen.scm (autogen): Upgrade to 5.18.2.
4cec7fee — Ludovic Courtès 12 years ago
gnu: bison: Upgrade to 3.0.1.

* gnu/packages/bison.scm (bison): Upgrade to 3.0.1.
c3af0bf2 — Ludovic Courtès 12 years ago
gnu: hello: Upgrade to 2.9.

* gnu/packages/base.scm (hello): Upgrade to 2.9.  Remove 'arguments' and
  'inputs' fields, which were never needed.
1635658d — Ludovic Courtès 12 years ago
gnu: libextractor: Upgrade to 1.2.

* gnu/packages/gnunet.scm (libextractor): Upgrade to 1.2.
6f0856ba — Ludovic Courtès 12 years ago
gnu: freeipmi: Upgrade to 1.3.3.

* gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.3.3.
740c24df — Ludovic Courtès 12 years ago
gnu: rcs: Upgrade to 5.9.1.

* gnu/packages/version-control.scm (rcs): Upgrade to 5.9.1.  Add ed as
  an input.
5ab48b08 — Ludovic Courtès 12 years ago
gnu: lightning: Upgrade to 2.0.2.

* gnu/packages/lightning.scm (lightning): Upgrade to 2.0.2.
257f5601 — Ludovic Courtès 12 years ago
gnu: linux-libre: Upgrade to 3.12.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.12.
30e45750 — Ludovic Courtès 12 years ago
gnu: vm: Really create a QCOW2-format image.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass "-f
  qcow2" to 'qemu-img create'.
d03bb653 — Ludovic Courtès 12 years ago
doc: Link to package-list.html.

* doc/guix.texi (GNU Distribution): Add link to package-list.html.
a2543006 — Ludovic Courtès 12 years ago
list-packages: Produce link to the origin snippet, if any.

* build-aux/list-packages.scm (package->sxml)[patches](snippet-link):
  New procedure.
  Use it to produce a link to the 'origin-snippet', if any.
0b8749b7 — Ludovic Courtès 12 years ago
packages: 'package-field-location' returns a relative file name.

* guix/packages.scm (package-field-location): Set
  %FILE-PORT-NAME-CANONICALIZATION.
* tests/packages.scm ("package-field-location, relative file name"): New
  test.
ac5de156 — Ludovic Courtès 12 years ago
guix build: '-e' can be passed a monadic thunk.

* guix/ui.scm (read/eval): New procedure.
  (read/eval-package-expression): Use it.
* guix/scripts/build.scm (derivations-from-package-expressions): Rename to...
  (derivation-from-expression): ... this.  Accept procedures, under the
  assumption that they are monadic thunk.
  (show-help): Adjust accordingly.
  (guix-build): Ditto.
* tests/guix-build.sh: Add test.
* doc/guix.texi (Invoking guix build): Augment description of '-e'.
e900c503 — Ludovic Courtès 12 years ago
doc: Mention Linux containers; emphasize reproducible builds.

* doc/guix.texi (Introduction): Use "containers" instead of "chroots".
  (Invoking guix-daemon): Add @cindex entries.  Mention the Linux
  container features.
  (Features): Add sentence on build reproducibility.
8db351e3 — Ludovic Courtès 12 years ago
doc: Improve "Installing Guix from Guix" section.

Reported by Mark H. Weaver <mhw@netris.org>.

* README (Installing Guix from Guix): Explicitly mention $PATH
  separately.  Mention $ACLOCAL_PATH, not $ACLOCAL.  Give the exact
  command to install the dependencies.  Remove mention of
  $GUIX_LD_WRAPPER_ALLOW_IMPURITIES, which is no longer needed.
c6061db2 — Ludovic Courtès 12 years ago
gnu: cflow: Install Emacs mode.

* gnu/packages/cflow.scm (cflow): Add Emacs as an input.
Next