~ruther/guix-local

ref: e90e0fad1b3ba79d81f02424e143ee6f4f736e8b guix-local/gnu d---------
e90e0fad — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
0da4f365 — Thomas Danckaert 9 years ago
gnu: Add rsnapshot.

* gnu/packages/backup.scm (rsnapshot): New variable.
7b1866d7 — Mark H Weaver 9 years ago
gnu: python-fake-factory: Add back missing patch file.

This reverts the removal of "python-fake-factory-fix-build-32bit.patch"
by commit ce7911ddae5d30ba73c8c9552b7d4e71268e5db3.

* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
483188b7 — Leo Famulari 9 years ago
gnu: inetutils: Set the $localstatedir.

This is a followup to commit 6f5d28f9d05aaa9743b3aac6bceb2c6323122d2d.

* gnu/packages/admin.scm (inetutils)[arguments]: Pass
'--localstatedir=/var' to #:configure-flags.
1fa8a51e — Mark H Weaver 9 years ago
gnu: icecat: Add fixes from upstream Firefox ESR 45.8.0.

Includes fixes for CVE-2017-5398, CVE-2017-5400, CVE-2017-5401, CVE-2017-5402,
CVE-2017-5404, CVE-2017-5405, CVE-2017-5407, CVE-2017-5408, CVE-2017-5409, and
CVE-2017-5410.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr45 repository.
c9b631ae — Mark H Weaver 9 years ago
gnu: icecat: Update to 45.7.0-gnu1.

* gnu/packages/gnuzilla.scm (icecat): Update to 45.7.0-gnu1.  Remove patches
included in 45.7.0.
f2ac9379 — Ricardo Wurmus 9 years ago
gnu: r: Remove obsolete configure flags.

* gnu/packages/statistics.scm (r)[arguments]: Remove obsolete configure flags.
f7db1202 — Ricardo Wurmus 9 years ago
gnu: r: Update to 3.3.3.

* gnu/packages/statistics.scm (r): Update to 3.3.3.
8ea0700d — Leo Famulari 9 years ago
gnu: tzdata: Update to 2017a.

* gnu/packages/base.scm (tzdata): Update to 2017a.
c49840f8 — Roel Janssen 9 years ago
gnu: Add lensfun.

* gnu/packages/photo.scm (lensfun): New variable.
d75e8f36 — Ludovic Courtès 9 years ago
packages: Use PACKAGE@VERSION syntax when reporting ambiguities.

* gnu/packages.scm (%find-package): Upon ambiguity, use the
PACKAGE@VERSION syntax instead of 'package-full-name'.
64f34aef — Ludovic Courtès 9 years ago
gnu: Add guile2.2-haunt.

* gnu/packages/guile.scm (guile2.2-haunt): New variable.
517fce63 — Ludovic Courtès 9 years ago
gnu: Add guile2.2-reader.

* gnu/packages/guile.scm (guile2.2-reader): New variable.
77aa0887 — Ludovic Courtès 9 years ago
gnu: guile-reader: Update to 0.6.2.

* gnu/packages/guile.scm (guile-reader): Update to 0.6.2.
[arguments]: Remove.
10999889 — Ludovic Courtès 9 years ago
services: prosody: Use 'id' to introduce unhygienic top-level identifiers.

* gnu/services/messaging.scm (define-all-configurations): Use 'id' to
introduce raw/literal/unhygienic top-level identifiers.  Fixes
compilation with Guile 2.2.
5d1ee4d7 — Ludovic Courtès 9 years ago
services: prosody: Make sure 'id' is available at expansion time.

* gnu/services/messaging.scm (id): Use 'define-syntax-rule' instead of
'define' to make sure 'id' is available at expansion time.
beb1e806 — Ludovic Courtès 9 years ago
gnu: Remove unneeded imports.

* gnu/packages/backup.scm: Remove unneeded (guix build utils) import.
* gnu/packages/finance.scm: Likewise.
6f5d28f9 — Maxim Cournoyer 9 years ago
gnu: inetutils: Enable tests.

* gnu/packages/admin.scm (inetutils)[arguments]: Remove '#:tests? #f'
and #:configure-flags.
[native-inputs]: Add net-tools.

Signed-off-by: Leo Famulari <leo@famulari.name>
b03ee02f — Marius Bakke 9 years ago
gnu: python-pandas: Fix build on 32-bit.

* gnu/packages/patches/python-pandas-skip-failing-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pandas, python2-pandas): Use it.
ce7911dd — Marius Bakke 9 years ago
gnu: Add python-faker.

* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Adjust
paths. Also rename to ...
* gnu/packages/patches/python-faker-fix-build-32bit.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-faker, python2-faker): New variables.
(python-fake-factory)[properties]: Superseded by PYTHON-FAKER.
(python2-fake-factory)[properties]: Superseded by PYTHON2-FAKER.
(python-orator, python2-orator)[propagated-inputs]: Replace
PYTHON-FAKE-FACTORY with PYTHON-FAKER.
Next