~ruther/guix-local

3ffaec13 — Leo Famulari 9 years ago
gnu: Add a tzdata variant for testing purposes.

* gnu/packages/base.scm (tzdata-2017a): New variable.
* gnu/packages/glib.scm (glib)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-2017a.
[arguments]: Add tzdata-2017a to #:disallowed-references.
* gnu/packages/statistics.scm (r)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-2017a.
[arguments]: Add tzdata-2017a to #:disallowed-references.
e4d34cd0 — Marius Bakke 9 years ago
gnu: python@3.5: Fix getentropy() calls on kernels < 3.17.

* gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper)[source]: Use it.
343cee8a — Marius Bakke 9 years ago
gnu: python@3.5: Update to 3.5.3.

* gnu/packages/python.scm (python-3.5, python-minimal, python-minimal-wrapper,
python-wrapper): Update to 3.5.3.
* gnu/packages/patches/python-fix-tests.patch: Adjust patch context.
* gnu/packages/patches/python-3.5-fix-tests.patch: Likewise. Patch one new test.
baa46776 — Leo Famulari 9 years ago
gnu: glib: Avoid failing test caused by changes in the time zone database.

* gnu/packages/glib.scm (glib)[arguments]: Skip a failing test in
'disable-failing-tests' phase.
24c72670 — Leo Famulari 9 years ago
gnu: glib: Update to 2.50.3.

* gnu/packages/glib.scm (glib): Update to 2.50.3.
e90e0fad — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
9ec2a4d3 — Ludovic Courtès 9 years ago
hydra: Really disable 32-to-64-bit cross-builds.

Fixes <http://bugs.gnu.org/26022>.
Reported by Efraim Flashner <efraim@flashner.co.il>.

* build-aux/hydra/gnu-system.scm (hydra-jobs)[cross-jobs](from-32-to-64?):
Check whether TARGET contains "64" rather than checking whether TARGET
ends in "64", which is rarely the case.
(same?): Add special case for armhf-linux.
64fc9f65 — Roel Janssen 9 years ago
gexp: Expose functions to allow creating derivation builders.

* guix/gexp.scm: Add load-path-expression and gexp-modules to the public
  interface of the module.  See <http://bugs.gnu.org/26023>.
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.
31044751 — Ludovic Courtès 9 years ago
utils: Use an idiom compatible with both 2.0 and 2.2.

Fixes a regression introduced in 7447aa36e16fb77f75df4d3369db9c942615632e.
Reported by Ricardo Wurmus.

* guix/utils.scm: Revert 7447aa36e16fb77f75df4d3369db9c942615632e.  Use
  #:prefix for (ice-9 iconv) to support both 2.0 and 2.2.
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.
7447aa36 — Ludovic Courtès 9 years ago
utils: Make sure to use the right 'bytevector->string'.

In Guile 2.2, (rnrs io ports) exports 'bytevector->string', which
conflicts with that of (ice-9 iconv).

* guix/utils.scm: Hide 'bytevector->string' from (rnrs io ports).
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'.
Next