~ruther/guix-local

3288e647 — pjotrp 9 years ago
gnu: r-hexbin: Update to 1.27.1-1.

The package tarball was updated in place, resulting in a change in the hash
value.  We decided to bump the version to 1.27.1-1 instead of keeping the
version at upstream's 1.27.1.

* gnu/packages/statistics.scm (r-hexbin): Update to 1.27.1-1.
8f7ea709 — Ludovic Courtès 9 years ago
gnu: guile-next: Increase max-silent-time.

* gnu/packages/guile.scm (guile-next)[properties]: Add 'max-silent-time'.
59bb178c — Leo Famulari 9 years ago
gnu: linux-libre@4.4: Update to 4.4.53.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.53.
7bc57e76 — Leo Famulari 9 years ago
gnu: linux-libre@4.9: Update to 4.9.14.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.14.
49a8c92c — Leo Famulari 9 years ago
gnu: linux-libre: Update to 4.10.2.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.2.
(%linux-libre-hash): Update hash.
108f69c4 — Andy Patterson 9 years ago
gnu: ecl: Update to 16.1.3.

* gnu/packages/lisp.scm (ecl): Update to 16.1.3.
[arguments]: Use a different method to set the binary used for tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
3f06f430 — Marius Bakke 9 years ago
gnu: irssi: Update to 1.0.2.

* gnu/packages/irc.scm (irssi): Update to 1.0.2.
7e81d699 — Marius Bakke 9 years ago
pull: Default to HTTPS.

* guix/scripts/pull.scm (%snapshot-url): Use HTTPS.
(guix-pull): Authenticate against LE-CERTS when URL is from Savannah.
720cb10c — Clément Lassieur 9 years ago
services: Move configuration functions that shouldn't be factorized.

* gnu/services/configuration.scm (serialize-field, serialize-string)
(serialize-space-separated-string-list, space-separated-string-list?)
(serialize-file-name, file-name?, serialize-boolean): Move these functions...
* gnu/services/cups.scm: ...to this file.
* gnu/services/kerberos.scm: ...to this file.

Configuration syntaxes are very specific to services.  Some services may have
the same configuration syntax, but none of them is common enough to be
abstracted in configuration.scm.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
56aef188 — Clément Lassieur 9 years ago
services: dovecot: Reimplement proper configuration functions.

* gnu/services/mail.scm (uglify-field-name, serialize-field, serialize-string)
(space-separated-string-list?, serialize-space-separated-string-list)
(file-name?, serialize-file-name, serialize-boolean): Add them.

These functions were inadvertently changed while being factorized in
gnu/service/configuration.scm.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
334c9530 — Ludovic Courtès 9 years ago
syscalls: Adjust 'define-bits' to macro literal semantics of 2.2.

* guix/build/syscalls.scm (define-bits): Do not define NAMES... as
top-level variables since that prevents literal matches in 2.2.
Instead, determine constant values at expansion time.
239c2266 — Ludovic Courtès 9 years ago
Add 'guix pack'.

* gnu/system/install.scm (self-contained-tarball): Move to...
* guix/scripts/pack.scm: ... here.  New file.
* doc/guix.texi (Binary Installation): Mention 'guix pack'.
(Invoking guix pack): New node.
* build-aux/make-binary-tarball.scm: Remove.
* Makefile.am (MODULES): Add guix/scripts/pack.scm.
(EXTRA_DIST): Remove build-aux/make-binary-tarball.scm.
(guix-binary.%.tar.xz): Rewrite using 'guix pack'.
* build-aux/hydra/gnu-system.scm (tarball-jobs): Adjust accordingly.
998ac26a — Ludovic Courtès 9 years ago
gnu: tintin++: Use a mirror:// URI.

* gnu/packages/games.scm (tintin++)[source]: Use mirror://sourceforge.
301f12ec — Tobias Geerinckx-Rice 9 years ago
gnu: offlineimap: Update to 7.0.14.

* gnu/packages/mail.scm (offlineimap): Update to 7.0.14.
0a6bd107 — Leo Famulari 9 years ago
gnu: Add le-certs.

* gnu/packages/certs.scm (le-certs): New variable.
eba56076 — Clément Lassieur 9 years ago
services: dovecot: Fix unix_listeners and fifo_listeners path types.

* gnu/services/mail.scm (unix-listener-configuration)[path]
(fifo-listener-configuration)[path]: Change type from 'file-name' to 'string'.
* doc/guix.texi (Mail Services): Document it.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
a5935d19 — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add r-tsne.

* gnu/packages/bioinformatics.scm (r-tsne): New variable.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
02eec38e — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add r-ranger.

* gnu/packages/statistics.scm (r-ranger): New variable.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
d1906e31 — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add r-tclust.

* gnu/packages/statistics.scm (r-tclust): New variable.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
5a200a24 — Raoul Jean Pierre Bonnal 9 years ago
gnu: Add r-sn.

* gnu/packages/statistics.scm (r-sn): New variable.

Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
Next