~ruther/guix-local

b28187cd — Tobias Geerinckx-Rice 9 years ago
Revert "gnu: bc: Update to 1.07."

This reverts commit dfee7daedb760f1b1d7506829ca31633f4173356.  It causes
the linux-libre@4.9 build to hang (command-line usage works fine).
cd381c31 — Kei Kebreau 9 years ago
gnu: Move audacity to audio.scm.

* gnu/packages/audacity.scm: Remove file and move audacity...
* gnu/packages/audio.scm: ...here.
* gnu/local.mk: Remove reference to removed file.
5ae63362 — Ricardo Wurmus 9 years ago
import cran: Distinguish Bioconductor data packages.

* guix/import/cran.scm (bioconductor-package?): Exclude Bioconductor
data packages.
(bioconductor-data-package?): New procedure.
1108a920 — Ricardo Wurmus 9 years ago
gnu: sra-tools: Fix glibc naming conflict.

* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Add build phase
"patch-away-glibc-conflict" to fix a definition conflict with glibc 2.25.
beebe431 — Ricardo Wurmus 9 years ago
gnu: sra-tools: Use "modify-phases" syntax.

* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use "modify-phases"
syntax.
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.
Next