~ruther/guix-local

d89e0990 — Ludovic Courtès 10 years ago
guix system: Gracefully handle incomplete commands.

Fixes <http://bugs.gnu.org/21451>.
Reported by Steve Sprang <steve.sprang@gmail.com>.

* guix/scripts/system.scm (guix-system)[option-arguments]: Error out
  when ACTION is #f.
17d8e33f — Mathieu Lirzin 10 years ago
doc: Use the recommended Scheme format.

Apply the recommended formatting rules from '.dir-locals.el' to the
examples in the manual in order to fulfill it's purpose of being a
reference.

* doc/package-hello.scm: Indent it.
* doc/guix.texi (Defining Packages, Version Numbers): Likewise.
* gnu/packages/base.scm (hello): Be consistent with the manual.
9c38b540 — Pjotr Prins 10 years ago
gnu: Add bio-locus.

* gnu/packages/bioinformatics.scm (bio-locus): New variable.
801a0a22 — David Thompson 10 years ago
Revert "gnu: Add bio-locus."

This reverts commit b429c4fbb06299ce10ecc113a7818bf777c63a6e.
b429c4fb — Pjotr Prins 10 years ago
gnu: Add bio-locus.

* gnu/packages/bioinformatics.scm (bio-locus): New variable.
239db054 — David Thompson 10 years ago
gnu: system: Add Linux container module.

* gnu/system/linux-container.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu/system.scm: Export 'operating-system-etc-directory',
  'operating-system-boot-script', 'operating-system-locale-directory', and
  'file-union'.
  (operating-system-boot-script): Add #:container? keyword argument.
  (operating-system-activation-script): Add #:container?  keyword argument.
  Don't call 'activate-firmware' or 'activate-ptrace-attach' when activating a
  container.
5dc87623 — David Thompson 10 years ago
build: ruby: Add support for tarball and directory sources.

Previously, the Ruby build system only knew how to work with gem archives,
which made it difficult to build unreleased gems from a Git repository or
released gems in tarball form.

* gnu/build/ruby-build-system.scm (gnu:unpack, gem-archive?): New procedures.
  (unpack): Use GNU build system unpack phase for non-gem sources.
  (build): Rebuild the gemspec iff the source is a gem archive.
* guix.texi ("ruby-build-system"): Mention that tarballs and directories are
  acceptable.
27cc9f25 — Cyril Roelandt 10 years ago
gnu: Add python-oslo.utils.

* gnu/packages/openstack.scm (python-oslo.utils, python2-oslo.utils): New variables.
2713527e — Cyril Roelandt 10 years ago
gnu: Add python-debtcollector.

* gnu/packages/openstack.scm (python-debtcollector,
  python2-debtcollector): New variables.
5e412b63 — Cyril Roelandt 10 years ago
gnu: Add python-monotonic.

* gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables.
b85c85be — Cyril Roelandt 10 years ago
gnu: Add python-iso8601.

* gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables.
8c692a52 — Cyril Roelandt 10 years ago
gnu: Add python-wrapt

* gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables.
ed56af06 — Cyril Roelandt 10 years ago
gnu: Add python-oslo.config.

* gnu/packages/openstack.scm (python-oslo.config, python2-oslo.config): New variables.
673d1a9d — Cyril Roelandt 10 years ago
gnu: Add python-stevedore.

* gnu/packages/openstack.scm (python-stevedore, python2-stevedore): New variables.
6e5e39f4 — Cyril Roelandt 10 years ago
gnu: Add python-netaddr.

* gnu/packages/python.scm (python-netaddr, python2-netaddr): New variables.
59ef2030 — Mathieu Lirzin 10 years ago
gnu: Add cvs-fast-export.

* gnu/packages/version-control.scm (cvs-fast-export): New variable.
610075f7 — Ludovic Courtès 10 years ago
gnu: gnupg: Update to 2.1.8.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.8.
92d0fcb6 — Ludovic Courtès 10 years ago
gnu: cpio: Upgrade to 2.12.

* gnu/packages/cpio.scm (cpio): Update to 2.12.
  [source]: Remove 'patches' field.
* gnu/packages/patches/cpio-CVE-2014-9112-pt1.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt2.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt3.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt4.patch,
  gnu/packages/patches/cpio-CVE-2014-9112-pt5.patch,
  gnu/packages/patches/cpio-fix-symlink-bad-length-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove.
73374a68 — David Thompson 10 years ago
gnu: tiled: Update to 0.13.1.

* gnu/packages/game-development.scm (tiled): Update to 0.13.1.
785fb60e — David Thompson 10 years ago
gnu: redis: Update to 3.0.4

* gnu/packages/databases.scm (redis): Update to 3.0.4.
Next