~ruther/guix-local

d983a14f — Andreas Enge 12 years ago
gnu: Add fetchmail.

* gnu/packages/mail.scm (fetchmail): New variable.
1fdd3ee2 — Andreas Enge 12 years ago
gnu: Rename module mailutils to mail.

* gnu/packages/mail.scm: Rename from gnu/packages/mailutils.scm.
* gnu-system.am: Rename the module.
995b7261 — Andreas Enge 12 years ago
gnu: Add gnome-doc-utils.

* gnu/packages/gnome.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
477c91ce — Andreas Enge 12 years ago
gnu: Add gst-plugins-base.

* gnu/packages/gstreamer.scm (gst-plugins-base): New variable.
144f9f25 — Andreas Enge 12 years ago
gnu: gstreamer: Depend on python-wrapper.

* gnu/packages/gstreamer.scm (gstreamer): Replace input python by
    python-wrapper.
22885fb8 — Andreas Enge 12 years ago
gnu: Add gstreamer.

* gnu/packages/gstreamer.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
93be8dc4 — Andreas Enge 12 years ago
gnu: xcursor-themes: Install data into package output directory.

* gnu/packages/xorg.scm (xcursor-themes): Install icons into output directory
    instead of libxcursor.
421a80a2 — Andreas Enge 12 years ago
gnu: Add python2-pyicu.

* gnu/packages/python.scm (python2-pyicu): New variable.
99882c61 — Ludovic Courtès 12 years ago
guix package: Sort the list of generation numbers in '--list-generations'.

* guix/scripts/package.scm (generation-numbers): Sort the result.
4d497632 — Ludovic Courtès 12 years ago
guix package: Internationalize "Generation" string.

* guix/scripts/package.scm (guix-package): Internationalize generation
  listing.
35aee909 — Ludovic Courtès 12 years ago
Thank Cyrill.
3b627eac — Ludovic Courtès 12 years ago
pull: Adjust to 'derivation' API change.

Fixes <http://bugs.gnu.org/15428>.
Reported by Cyrill Schenkel <cyrill.schenkel@gmail.com>.

* guix/scripts/pull.scm (guix-pull): 'unpack' returns a single value.
0352532e — Andreas Enge 12 years ago
gnu: Add python-simplejson, python2-simplejson.

* gnu/packages/python.scm (python-simplejson, python2-simplejson):
    New variables.
ed0cdf83 — Ludovic Courtès 12 years ago
gnu: python2-pysqlite: Fix 'license'.

* gnu/packages/python.scm (python2-pysqlite): Refer to (@ (guix
  licenses) zlib), not to the same-named package.
4646e30a — Ludovic Courtès 12 years ago
gnu: QEMU images boots into dmd.

* gnu/system/dmd.scm: New file.
* gnu/system/vm.scm (system-qemu-image): Define dmd services.
  [populate]: Make var/log and etc/group.
  [boot]: Execute dmd directly.
  Add dmd and etc-group as inputs; add the inputs of dmd services.
* gnu-system.am (GNU_SYSTEM_MODULES): Add gnu/system/dmd.scm.
f15164e7 — Ludovic Courtès 12 years ago
gnu: Add GNU dmd.

* gnu/packages/system.scm (dmd): New variable.
2cd09108 — Nikita Karetnikov 12 years ago
guix package: Add '--list-generations'.

* guix/scripts/package.scm: Import (srfi srfi-19).
  (generation-time, matching-generations): New functions.
  (show-help): Add '--list-generations'.
  (%options): Likewise.
  (guix-package)[process-query]: Add support for '--list-generations'.
* guix/ui.scm: Import (srfi srfi-19) and (ice-9 regex).
  (string->generations, string->duration): New functions.
* tests/guix-package.sh: Test '--list-generations'.
* tests/ui.scm: Import (srfi srfi-19).
  Test 'string->generations' and 'string->duration'.
* doc/guix.texi (Invoking guix-package): Document '--list-generations'.
72d9148f — Ludovic Courtès 12 years ago
hydra: Pass the directory name of the Nix checkout.

* build-aux/hydra/guix.scm (hydra-jobs): Extract the 'file-name' item
  from NIX-CHECKOUT, and pass that to 'tarball-package'.
1210c32e — Ludovic Courtès 12 years ago
hydra: Fix typo.

* build-aux/hydra/guix.scm (tarball-package): Unquote 'nix-checkout'.
97d010b7 — Ludovic Courtès 12 years ago
hydra: Add missing import.

* build-aux/hydra/gnu-system.scm, build-aux/hydra/guix.scm: Use (guix
  derivations).
Next