~ruther/guix-local

f73bb91e — Ludovic Courtès 9 years ago
tests: Adjust search-paths test following the introduction of aarch64.

Fixes a regression introduced in
3b88f3767d9f3ad2cc64173525cd53d429bfe7e7.

* tests/search-paths.scm ("evaluate-search-paths, separator is #f"):
Change the expected result to "aarch64-linux".
76c48619 — Ludovic Courtès 9 years ago
packages: Catch invalid input errors for structs.

Reported by Thomas Sigurdsen <thomas.sigurdsen@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2017-04/msg00007.html>.

* guix/packages.scm (expand-input): Add 'guard' form around call to
'package-source-derivation'.
* tests/packages.scm (dummy): New test.
3e43166f — Ludovic Courtès 9 years ago
gexp: 'lower-object' raises an exception when passed an invalid object.

* guix/gexp.scm (&gexp-error, &gexp-input-error): New error conditions.
(lower-object): Raise &gexp-input-error when 'lookup-compiler' returns #f.
* tests/gexp.scm ("lower-object & gexp-input-error?"): New test.
* guix/ui.scm (call-with-error-handling): Add case for 'gexp-input-error?'.
b98d4ec0 — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-mando-0.3.1

* gnu/packages/python.scm (python-mando-0.3.1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b4dcfce5 — Thomas Danckaert 9 years ago
gnu: Add cifs-utils.

* gnu/packages/samba.scm (cifs-utils): New variable.
350a3084 — Marius Bakke 9 years ago
gnu: python-pexpect: Use python-pytest@3.0.

* gnu/packages/python.scm (python-pexpect, python2-pexpect)[native-inputs]:
Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
26bad5d7 — Marius Bakke 9 years ago
gnu: nss, nss-certs: Update to 3.30.

* gnu/packages/gnuzilla.scm (nss): Update to 3.30.
* gnu/packages/certs.scm (nss-certs): Update to 3.30.
* gnu/packages/patches/nss-increase-test-timeout.patch: Adjust patch context.
cd158a2b — Marius Bakke 9 years ago
gnu: python-cython: Update to 0.25.2.

* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.25.2.
9a491296 — Kei Kebreau 9 years ago
gnu: audacity: Update to 2.1.3.

* gnu/packages/audacity.scm (audacity): Update to 2.1.3.
[source]: Fetch gzipped tar archive instead of a zip archive; remove
unnecessary patch.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add autoreconf phase to detect system libraries.
* gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: Delete patch.
* gnu/local.mk: Remove reference to removed patch.
568f977f — Arun Isaac 9 years ago
gnu: emacs-elfeed: Enable tests.

* gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
b53fa16f — Leo Famulari 9 years ago
gnu: brdf-explorer: Use HTTPS source URL.

* gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
7bf837fd — Leo Famulari 9 years ago
gnu: Use HTTPS URLs for GitHub home-pages.

* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm,
gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm,
gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm,
gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm,
gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on
GitHub.
91674884 — Leo Famulari 9 years ago
gnu: jbig2dec: Fix CVE-2016-9601.

* gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (jbig2dec)[source]: Use it.
2a0d5de5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
245575ea — Ludovic Courtès 9 years ago
gnu: guile-git: Install .go files to /site-ccache.

* gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change
"/ccache" to "/site-ccache" in Makefile.am.
60f37e3c — Marius Bakke 9 years ago
gnu: sddm: Build without greenisland.

This Wayland compositor is currently abandonware and has known problems.

* gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
41f6d18f — Ricardo Wurmus 9 years ago
gnu: guitarix: Update to 0.35.3.

* gnu/packages/audio.scm (guitarix): Update to 0.35.3.
63102406 — Efraim Flashner 9 years ago
guix: Compress and decompress xz archives in parallel.

* guix/scripts/pack.scm (%compressors): Add flag '-T0' when calling "xz".
* guix/utils.scm (decompressed-port, compressed-port,
compressed-output-port): Same.
6800c797 — Kyle Meyer 9 years ago
gnu: notmuch: Update to 0.24.1.

* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
0.24.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
cf1d5814 — Ben Woodcroft 9 years ago
gnu: khmer: Build with gcc-4.

* gnu/packages/bioinformatics.scm (khmer)[inputs]: Add gcc-4.9.
Next