~ruther/guix-local

606e2468 — Leo Famulari 8 years ago
gnu: nfs-utils: Adapt to changes in glibc 2.26.

* gnu/packages/patches/nfs-utils-missing-headers.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/nfs.scm (nfs-utils)[source]: Use it.
03674a7c — Leo Famulari 8 years ago
gnu: rpcbind: Build with libnsl.

* gnu/packages/onc-rpc.scm (rpcbind)[inputs]: Add libnsl.
0f7db1d3 — Leo Famulari 8 years ago
gnu: Add libnsl.

* gnu/packages/onc-rpc.scm (libnsl): New variable.
e5227712 — Leo Famulari 8 years ago
gnu: libtirpc: Update to 1.0.2.

* gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.2.
[source]: Adjust patch list.
* gnu/packages/patches/libtirpc-CVE-2017-8779.patch: Delete file.
* gnu/packages/patches/libtirpc-missing-headers.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
64a153bd — Mark H Weaver 8 years ago
gnu: librsvg: Disable more failing tests.

* gnu/packages/gnome.scm (librsvg)[arguments]: Rename
'remove-failing-test' phase to 'remove-failing-tests'.  Disable more
tests that fail on i686 and armhf.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a4258dfa — Ludovic Courtès 8 years ago
gnu: potrace: Relax unit tests.

* gnu/packages/patches/potrace-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/fontutils.scm (potrace)[source]: Use it.
20c295f9 — Leo Famulari 8 years ago
gnu: python2-subprocess32: Skip the tests.

* gnu/packages/python.scm (python2-subprocess32)[arguments]: Skip the
tests.
4d6ed794 — Leo Famulari 8 years ago
gnu: Remove python-numpy-next.

This package was effectively superseded when NumPy was updated to 1.13.3.

This is a followup to commit 68014502793ab8f3b0162fa8271a2be288519f93.

* gnu/packages/python.scm (python-numpy-next, python2-numpy-next):
Remove variables.
f9a6457d — Leo Famulari 8 years ago
gnu: python-zope-testing: Update to 4.6.1.

* gnu/packages/python-web.scm (python-zope-testing, python-zope-testing):
Update to 4.6.1.
[source]: Use pypi-uri.
68014502 — Leo Famulari 8 years ago
gnu: python-numpy: Update to 1.13.3.

* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.3.
6a25c6cd — Leo Famulari 8 years ago
gnu: python-click: Disable the test suite.

* gnu/packages/python.scm (python-click, python2-click)[arguments]: Skip
the tests.
6149fdfb — Efraim Flashner 8 years ago
gnu: gcc@6: Fix building with glibc@2.26.

* gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc@2.26.  Add patch.
* gnu/packages/patches/gcc-libsanitizer-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
247d2368 — Mark H Weaver 8 years ago
Merge branch 'master' into core-updates
e21ce0f9 — Leo Famulari 8 years ago
gnu: python-pytest-localserver: Update to 0.4.1.

* gnu/packages/check.scm (python-pytest-localserver): Update to 0.4.1.
72687ca5 — Mark Meyer 8 years ago
gnu: surfraw: Point to the correct Perl executable.

* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl
in a 'patch-perl' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
ab2a4f88 — Leo Famulari 8 years ago
gnu: GNU Unifont: Update to 10.0.07.

* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.
49aebf96 — Konrad Hinsen 8 years ago
gnu: Add python2-scientific.

* gnu/packages/python.scm (python2-scientific): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
965ced9c — Konrad Hinsen 8 years ago
gnu: Add python2-pyro.

* gnu/packages/python.scm (python2-pyro): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
def8a62f — Leo Famulari 8 years ago
gnu: file: Mention libmagic.

* gnu/packages/file.scm (file)[description]: Mention libmagic.
e21f3473 — Roel Janssen 8 years ago
gnu: vlc: Enable libdvdread and libdvdcss support.

* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support;
  (vlc): Add libdvdread as input.
Next