~ruther/guix-local

fc5b1287 — Ben Woodcroft 9 years ago
gnu: diamond: Update to 0.8.37.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.37.
b23c1a71 — Leo Famulari 9 years ago
download: Update the GnuPG mirror list.

* guix/download.scm (%mirrors) <gnupg>: Use HTTP for TU Wien mirror.
52b2d666 — Thomas Danckaert 9 years ago
gnu: kdevelop: Update to 5.1.0.

* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.1.0.
dfee7dae — Tobias Geerinckx-Rice 9 years ago
gnu: bc: Update to 1.07.

* gnu/packages/algebra.scm (bc): Update to 1.07.
[native-inputs]: Add ed and texinfo.
[arguments]: Use default ‘configure’ phase.
f0bacad6 — Tobias Geerinckx-Rice 9 years ago
gnu: bc: Actually use readline.

* gnu/packages/algebra.scm (bc)[arguments]: Add ‘--with-readline’
to #:configure-flags.
5894b604 — Tobias Geerinckx-Rice 9 years ago
gnu: algebra: Re-order imports.

* gnu/packages/algebra.scm: Order imports alphabetically.
01fe0191 — Ludovic Courtès 9 years ago
gnu: openexr: Add IlmBase include sub-directory to 'OpenEXR.pc'.

* gnu/packages/graphics.scm (openexr)[arguments]: Add
'set-ilmbase-directory-in-pc-file' phase.
f84011d0 — Ludovic Courtès 9 years ago
services: cuirass: Wait for networking.

* gnu/services/cuirass.scm (cuirass-shepherd-service): Add 'networking'
to 'requirements'.
1c6b2d3f — Chris Marusich 9 years ago
build: Export register-root procedure.

* guix/scripts/build.scm: Export register-root procedure.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
8db94716 — Clément Lassieur 9 years ago
gnu: icecat: Use bundled ICU to avoid crashes.

* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>:
Temporarily comment out "--with-system-icu".
cca90675 — Clément Lassieur 9 years ago
gnu: icecat: Re-enable parallel build.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Re-enable parallel build.
33b25201 — Marius Bakke 9 years ago
gnu: python-django: Specify CPE name.

* gnu/packages/django.scm (python-django, python2-django)[properties]: Add
"cpe-name".
dcc9b6ab — Marius Bakke 9 years ago
gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE-2017-7234].

* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7.
4dc12417 — Marius Bakke 9 years ago
gnu: gnupg: Update to 2.1.20.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.20.
[source]: Remove patch.
* gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
a3dea991 — Marius Bakke 9 years ago
gnu: python2-cython: Fix build on 32-bit platforms.

* gnu/packages/python.scm (python-cython, python2-cython)[source]: Add patch.
* gnu/packages/patches/python-cython-fix-tests-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
6beaa5a0 — Mark Meyer 9 years ago
gnu: moc: Add Ogg Vorbis support.

* gnu/packages/music.scm (moc)[inputs]: Add libogg and libvorbis.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
0d78e377 — Mark Meyer 9 years ago
gnu: Add qjackctl.

* gnu/packages/audio.scm (qjackctl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b7506f74 — Ludovic Courtès 9 years ago
gnu: glog: Fix name demangling for GCC 5.

* gnu/packages/patches/glog-gcc-5-demangling.patch: New file.
* gnu/packages/logging.scm (glog)[sources]: Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
6c17422e — Leo Famulari 9 years ago
utils: Fix handling of shell arguments for xz compression.

Fixes test failures related to xz compression in tests/utils.scm.

This is a followup to commit 63102406f22412bb922de5549deb89d3594a38c0.

* guix/utils.scm (decompressed-port, compressed-port, compressed-output-port):
Split each shell argument into its own list element.
f49ced68 — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.04.03.

* gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
Next