jackhill/guix/guix.git
7 years agognu: tesseract-ocr: Update to 3.04.01.
Efraim Flashner [Thu, 21 Jul 2016 14:18:06 +0000 (17:18 +0300)]
gnu: tesseract-ocr: Update to 3.04.01.

* gnu/packages/ocr.scm (tesseract-ocr): Update to 3.04.01.
[source]: Download from Github, add 'file-name' field, remove snippet.
[native-inputs]: Remove autoconf, automake, libtool.
[propagated-inputs]: Move leptonica ...
[inputs]: ... to here.
[arguments]: Remove 'autogen phase.
[home-page]: Move program's home-page to Github.

7 years agognu: gnuplot: Update to 5.0.4.
Efraim Flashner [Thu, 21 Jul 2016 10:56:51 +0000 (13:56 +0300)]
gnu: gnuplot: Update to 5.0.4.

* gnu/packages/maths.scm (gnuplot): Update to 5.0.4.

7 years agognu: dovecot: Update to 2.2.25.
Efraim Flashner [Thu, 21 Jul 2016 10:56:13 +0000 (13:56 +0300)]
gnu: dovecot: Update to 2.2.25.

* gnu/packages/mail.scm (dovecot): Update to 2.2.25.

7 years agognu: texlive: Use https.
Efraim Flashner [Thu, 21 Jul 2016 09:56:17 +0000 (12:56 +0300)]
gnu: texlive: Use https.

* gnu/packages/tex.scm (texlive-bin, texlive-texmf, texlive)[license]:
Use 'https' in the url.
[home-page]: Use 'https' in the url.

7 years agognu: texlive: Update in-place source updates.
Efraim Flashner [Thu, 21 Jul 2016 09:46:12 +0000 (12:46 +0300)]
gnu: texlive: Update in-place source updates.

* gnu/packages/tex.scm (texlive-texmf-source, texlive-bin)[source]:
Update to 20160523b.

7 years agognu: msmtp: Update to 1.6.5.
Leo Famulari [Thu, 21 Jul 2016 05:39:25 +0000 (01:39 -0400)]
gnu: msmtp: Update to 1.6.5.

* gnu/packages/mail.scm (msmtp): Update to 1.6.5.
[source]: Update source URL.

7 years agognu: superlu-dist: Remove non-free source.
Eric Bavier [Fri, 8 Jul 2016 22:44:30 +0000 (17:44 -0500)]
gnu: superlu-dist: Remove non-free source.

* gnu/packages/maths.scm (superlu-dist)[source]: Replace non-free
mc64ad.c source with stub.

7 years agognu: slepc: Update to 3.7.1.
Eric Bavier [Fri, 8 Jul 2016 17:15:01 +0000 (12:15 -0500)]
gnu: slepc: Update to 3.7.1.

* gnu/packages/maths.scm (slepc): Update to 3.7.1.

7 years agognu: petsc: Update to 3.7.2.
Eric Bavier [Fri, 8 Jul 2016 15:31:34 +0000 (10:31 -0500)]
gnu: petsc: Update to 3.7.2.

* gnu/packages/maths.scm (petsc): Update to 3.7.2.
[arguments]: Adjust scrubbed files.

7 years agognu: petsc: Make header generation reproducible.
Eric Bavier [Fri, 8 Jul 2016 15:29:02 +0000 (10:29 -0500)]
gnu: petsc: Make header generation reproducible.

* gnu/packages/maths.scm (petsc)[arguments]: Scrub timestamp from
  petscmachineinfo.h header.

7 years agognu: petsc: Use modify-phases.
Eric Bavier [Thu, 7 Jul 2016 22:03:44 +0000 (17:03 -0500)]
gnu: petsc: Use modify-phases.

* gnu/packages/maths.scm (petsc)[arguments]: Use modify-phases.

7 years agognu: openmpi: Make binaries reproducible.
Eric Bavier [Fri, 8 Jul 2016 21:00:07 +0000 (16:00 -0500)]
gnu: openmpi: Make binaries reproducible.

* gnu/packages/mpi.scm (openmpi)[arguments]: Remove timestamps from
source files.  Delete installed configure logs.

7 years agognu: openmpi: Update to 1.10.3.
Eric Bavier [Fri, 8 Jul 2016 17:15:38 +0000 (12:15 -0500)]
gnu: openmpi: Update to 1.10.3.

* gnu/packages/mpi.scm (openmpi): Update to 1.10.3.
[source]: Use https.

7 years agognu: superlu: Update to 5.2.1.
Eric Bavier [Thu, 7 Jul 2016 21:59:53 +0000 (16:59 -0500)]
gnu: superlu: Update to 5.2.1.

* gnu/packages/maths.scm (superlu): Update to 5.2.1.
[source]: Remove non-free MC64 code.
[inputs]: Use openblas instead of lapack's BLAS.
[build-system]: Use cmake-build-system.
[arguments]: Remove custom phases and replace with CMake flags.
[license]: List additional licenses for some source and example files.

7 years agognu: Add libhilbert.
Eric Bavier [Thu, 7 Jul 2016 19:41:41 +0000 (14:41 -0500)]
gnu: Add libhilbert.

* gnu/packages/maths.scm (libhilbert): New variable.

7 years agopull: Update the version string.
Ludovic Courtès [Wed, 20 Jul 2016 20:40:20 +0000 (22:40 +0200)]
pull: Update the version string.

Fixes <http://bugs.gnu.org/19278>.
Reported by Tomáš Čech <tcech@suse.cz>.

This allows 'guix --version' to return something that better represents
what version is being used.

* build-aux/build-self.scm (date-version-string): New procedure.
(build): Add #:version.
[builder]: Pass it to 'build-guix' as #:package-version.

7 years agopull: Install (guix config) module to override the user's one.
Ludovic Courtès [Wed, 20 Jul 2016 20:23:15 +0000 (22:23 +0200)]
pull: Install (guix config) module to override the user's one.

* build-aux/build-self.scm (zlib, gzip, bzip2, xz): New variables.
(build)[storedir, localstatedir, sysconfdir, sbindir]: New variables.
[builder]: Pass them to 'build-guix'.
* guix/build/pull.scm (build-guix): Add #:system, #:storedir,
  #:localstatedir, #:sysconfdir, #:sbindir, #:package-name,
  #:package-version, #:bug-report-address, #:home-page-url, #:libgcrypt,
  #:zlib, #:gzip, #:bzip2, and #:xz.  Remove #:gcrypt.
  Instantiate all the substitution variables in (guix config).  Remove
  code to delete OUT/guix/config.{scm,go}.
* guix/config.scm.in: Add note about (guix script pull).

7 years agoconfig: Export the raw installation directories.
Ludovic Courtès [Wed, 20 Jul 2016 17:27:32 +0000 (19:27 +0200)]
config: Export the raw installation directories.

* guix/config.scm.in (%storedir, %localstatedir)
(%sysconfdir, %sbindir): New variables.
(%store-directory): Use %STOREDIR.
(%state-directory): Use %LOCALSTATEDIR.
(%config-directory): Use %SYSCONFDIR.
(%guix-register-program): Use %SBINDIR.

7 years agognu: Add allegro-5.0.
Ricardo Wurmus [Mon, 18 Jul 2016 20:14:37 +0000 (22:14 +0200)]
gnu: Add allegro-5.0.

* gnu/packages/game-development.scm (allegro-5.0): New variable.

7 years agognu: Add allegro.
Ricardo Wurmus [Mon, 18 Jul 2016 20:14:09 +0000 (22:14 +0200)]
gnu: Add allegro.

* gnu/packages/game-development.scm (allegro): New variable.

7 years agodownload: Prepare to support the 'guix publish' /file URLs.
Ludovic Courtès [Wed, 20 Jul 2016 15:00:50 +0000 (17:00 +0200)]
download: Prepare to support the 'guix publish' /file URLs.

* guix/download.scm (%content-addressed-mirrors): Add 'file' parameter
to the lambda.
* guix/build/download.scm (url-fetch)[content-addressed-uris]: Adjust
accordingly.

7 years agopublish: Handle '/file' URLs, for content-addressed files.
Ludovic Courtès [Wed, 20 Jul 2016 14:54:31 +0000 (16:54 +0200)]
publish: Handle '/file' URLs, for content-addressed files.

* guix/scripts/publish.scm (render-content-addressed-file): New procedure.
(http-write): Add 'application/octet-stream' case.
(make-request-handler): Add /file/NAME/sha256/HASH URLs.
* tests/publish.scm ("/file/NAME/sha256/HASH")
("/file/NAME/sha256/INVALID-NIX-BASE32-STRING")
("/file/NAME/sha256/INVALID-HASH"): New tests.
* doc/guix.texi (Invoking guix publish): Mention the /file URLs.

7 years agoderivations: Export 'fixed-output-path'.
Ludovic Courtès [Wed, 20 Jul 2016 14:39:19 +0000 (16:39 +0200)]
derivations: Export 'fixed-output-path'.

* guix/derivations.scm (fixed-output-path): Change 'output',
'hash-algo', and 'recursive?' to keyword parameters.  Export.
(derivation): Adjust accordingly.

7 years agotests: Adjust to Shepherd error message change.
Ludovic Courtès [Wed, 20 Jul 2016 12:49:01 +0000 (14:49 +0200)]
tests: Adjust to Shepherd error message change.

This is a followup to commit 2c2ec261a8d3c37e5147038f47ad24c57cde4134.

* tests/guix-system.sh: Adjust expected error message for Shepherd
services that are not provided.

7 years agognu: julia: Build with zlib.
Efraim Flashner [Wed, 20 Jul 2016 08:36:33 +0000 (11:36 +0300)]
gnu: julia: Build with zlib.

* gnu/packages/julia.scm (julia)[inputs]: Add zlib.

7 years agoRevert "gnu: julia: Build with zlib."
Efraim Flashner [Wed, 20 Jul 2016 08:35:32 +0000 (11:35 +0300)]
Revert "gnu: julia: Build with zlib."

This reverts commit 95bf72eeb0b99d6b26c3515fa78a587207c6f779.

7 years agognu: julia: Build with zlib.
Efraim Flashner [Wed, 20 Jul 2016 06:11:16 +0000 (09:11 +0300)]
gnu: julia: Build with zlib.

* gnu/packages/julia.scm (julia)[inputs]: Add zlib.

7 years agognu: aria2: Update to 1.25.0.
Efraim Flashner [Wed, 20 Jul 2016 03:49:12 +0000 (06:49 +0300)]
gnu: aria2: Update to 1.25.0.

* gnu/packages/bittorrent.scm (aria2): Update to 1.25.0.

7 years agoservices: Add pam-limits-service.
Ricardo Wurmus [Mon, 12 Oct 2015 05:11:51 +0000 (07:11 +0200)]
services: Add pam-limits-service.

* gnu/system/pam.scm (<pam-limits-entry>): New record type.
(pam-limits-entry, pam-limits-entry->string): New procedures.
* gnu/services/base.scm (pam-limits-service-type): New variable.
(pam-limits-service): New procedure.
* doc/guix.texi (Base Services): Document it.

7 years agognu: atlas: Use @example in description.
Ludovic Courtès [Tue, 19 Jul 2016 21:03:09 +0000 (23:03 +0200)]
gnu: atlas: Use @example in description.

* gnu/packages/maths.scm (atlas)[description]: Use "@example".

7 years agognu: atlas: Use cpupower in description.
Tobias Geerinckx-Rice [Tue, 19 Jul 2016 02:45:20 +0000 (04:45 +0200)]
gnu: atlas: Use cpupower in description.

* gnu/packages/maths.scm (atlas)[description]: Replace 'cpufreq-selector'
with its replacement 'cpupower --governor'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add cpupower.
Tobias Geerinckx-Rice [Tue, 19 Jul 2016 02:45:19 +0000 (04:45 +0200)]
gnu: Add cpupower.

* gnu/packages/linux.scm (cpupower): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add ssdeep.
Tobias Geerinckx-Rice [Tue, 19 Jul 2016 02:05:29 +0000 (04:05 +0200)]
gnu: Add ssdeep.

* gnu/packages/datastructures.scm (ssdeep): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: mesa-utils: Update to 8.3.0.
David Craven [Mon, 18 Jul 2016 16:55:50 +0000 (18:55 +0200)]
gnu: mesa-utils: Update to 8.3.0.

* gnu/packages/gl.scm (mesa-utils): Update to 8.3.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Order module imports in (gnu packages gl) alphabetically.
David Craven [Mon, 18 Jul 2016 16:55:45 +0000 (18:55 +0200)]
gnu: Order module imports in (gnu packages gl) alphabetically.

* gnu/packages/gl.scm: Order module imports alphabetically.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: gl: Change 'l:' prefix to 'license:'.
David Craven [Mon, 18 Jul 2016 16:55:46 +0000 (18:55 +0200)]
gnu: gl: Change 'l:' prefix to 'license:'.

* gnu/packages/gl.scm: Change #:prefix l: to #:prefix license:.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agodoc: Mention zlib as an optional dependency.
Ludovic Courtès [Tue, 19 Jul 2016 17:04:10 +0000 (19:04 +0200)]
doc: Mention zlib as an optional dependency.

* doc/guix.texi (Requirements): Mention zlib.
(Invoking guix publish): Fix typo.

7 years agognu: python-pyquery: Update to 1.2.13.
Efraim Flashner [Tue, 19 Jul 2016 18:07:37 +0000 (21:07 +0300)]
gnu: python-pyquery: Update to 1.2.13.

* gnu/packages/python.scm (python-pyquery): Update to 1.2.13.

7 years agognu: python-cssselect: Update to 0.9.2.
Efraim Flashner [Tue, 19 Jul 2016 18:03:31 +0000 (21:03 +0300)]
gnu: python-cssselect: Update to 0.9.2.

* gnu/packages/python.scm (python-cssselect): Update to 0.9.2.
[source]: Use 'pypi-uri' format.

7 years agognu: python2-cssutils: Update to 1.0.1.
Efraim Flashner [Tue, 19 Jul 2016 18:00:52 +0000 (21:00 +0300)]
gnu: python2-cssutils: Update to 1.0.1.

* gnu/packages/python.scm (python2-cssutils): Update to 1.0.1.
[source]: Use 'pypi-uri' format.

7 years agognu: calibre: Update to 2.62.0.
Efraim Flashner [Tue, 19 Jul 2016 17:47:25 +0000 (20:47 +0300)]
gnu: calibre: Update to 2.62.0.

* gnu/packages/ebook.scm (calibre): Update to 2.62.0.

7 years agognu: python-lxml: Update to 3.6.0.
Efraim Flashner [Tue, 19 Jul 2016 17:11:32 +0000 (20:11 +0300)]
gnu: python-lxml: Update to 3.6.0.

* gnu/packages/python.scm (python-lxml): Update to 3.6.0.

7 years agopublish: Keep compression disabled when zlib is missing.
Ludovic Courtès [Tue, 19 Jul 2016 14:46:16 +0000 (16:46 +0200)]
publish: Keep compression disabled when zlib is missing.

Reported by David Thompson.

* guix/scripts/publish.scm (%options)[--compression]: Warn if LEVEL > 0
and zlib is missing, and return RESULT.

7 years agognu: Use HTTPS home-page URLs for PGP-related packages.
ng0 [Sun, 17 Jul 2016 23:21:52 +0000 (23:21 +0000)]
gnu: Use HTTPS home-page URLs for PGP-related packages.

* gnu/packages/gnupg.scm (gnupg, gpgme, libassuan, libgcrypt, libgpg-error,
libksba, npth, pius, python-gnupg, signing-party)[home-page]: Use HTTPS URLs.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: libassuan: Update to 2.4.3.
ng0 [Sun, 17 Jul 2016 23:15:48 +0000 (23:15 +0000)]
gnu: libassuan: Update to 2.4.3.

* gnu/packages/gnupg.scm (libassuan): Update to 2.4.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: llvm: Build without debugging symbols.
Eric Bavier [Tue, 19 Jul 2016 01:27:24 +0000 (20:27 -0500)]
gnu: llvm: Build without debugging symbols.

* gnu/packages/llvm.scm (llvm)[arguments]: Add #:build-type.

7 years agognu: llvm: Update to 3.8.1.
Eric Bavier [Thu, 7 Jul 2016 05:06:44 +0000 (00:06 -0500)]
gnu: llvm: Update to 3.8.1.

* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.8.1.
(llvm-3.7, clang-runtime-3.7, clang-3.7): New variables.
(clang-runtime-from-llvm)[arguments]: Disable tests, which were not
being run for previous versions anyhow but now fail hard.
(clang-from-llvm): Add #:patches keyword argument.
* gnu/packages/patches/clang-3.8-libc-search-path.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Dennis Mungai <dmngaie@gmail.scm>
7 years agognu: llvm: Update to 3.7.1.
Eric Bavier [Thu, 7 Jul 2016 05:06:43 +0000 (00:06 -0500)]
gnu: llvm: Update to 3.7.1.

* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 3.7.1
(llvm-3.6, clang-runtime-3.6, clang-3.6): New variables.

7 years agognu: llvm: Add libffi and zlib inputs.
Eric Bavier [Thu, 7 Jul 2016 05:06:42 +0000 (00:06 -0500)]
gnu: llvm: Add libffi and zlib inputs.

* gnu/packages/llvm.scm (llvm)[inputs]: Add libffi and zlib.
[arguments]: Add cmake flag for libffi to #:configure-flags.

Co-authored-by: Dennis Mungai <dmngaie@gmail.com>
7 years agognu: llvm: Add "license:" prefix.
Eric Bavier [Thu, 7 Jul 2016 05:06:41 +0000 (00:06 -0500)]
gnu: llvm: Add "license:" prefix.

* gnu/packages/llvm.scm: Import (guix licenses) with "license:" prefix.

7 years agognu: llvm: Update to 3.5.2.
Eric Bavier [Thu, 7 Jul 2016 05:06:40 +0000 (00:06 -0500)]
gnu: llvm: Update to 3.5.2.

* gnu/packages/llvm.scm (llvm-3.5): Update to 3.5.2.

7 years agopublish: Add '--compression'.
Ludovic Courtès [Mon, 18 Jul 2016 21:58:34 +0000 (23:58 +0200)]
publish: Add '--compression'.

* guix/scripts/publish.scm (show-help, %options): Add '--compression'.
(<compression>): New record type.
(%no-compression, %default-gzip-compression): New variables.
(%default-options): Add 'compression' key.
(narinfo-string): Add #:compression parameter and honor it.
(render-narinfo): Likewise.
(render-nar): Likewise.
<top level>: Add call to 'declare-header!'.
(swallow-zlib-error): New macro.
(nar-response-port): New procedure.
(http-write): Add call to 'force-output'.  Use 'nar-response-port'
instead of 'response-port'.  Use 'swallow-zlib-error'.
(make-request-handler): Add #:compression parameter and honor it.  Add
"nar/gzip" URL handler.
(run-publish-server): Add #:compression parameter and honor it.
(guix-publish): Honor --compression.
* tests/publish.scm (http-get-port, wait-until-ready): New procedures.
<top level>: Run main server with "-C0".  Call 'wait-until-ready'.
("/nar/gzip/*", "/*.narinfo with compression"): New tests.
* doc/guix.texi (Invoking guix publish): Document it.

7 years agoAdd (guix zlib).
Ludovic Courtès [Mon, 18 Jul 2016 21:14:14 +0000 (23:14 +0200)]
Add (guix zlib).

* guix/zlib.scm, tests/zlib.scm: New files.
* Makefile.am (MODULES): Add guix/zlib.scm.
(SCM_TESTS): Add tests/zlib.scm.
* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac (LIBGCRYPT_LIBDIR): Use it.  Define and substitute
'LIBZ'.
* guix/config.scm.in (%libz): New variable.

7 years agoservices: shepherd: Clarify error message about missing service.
Ludovic Courtès [Mon, 18 Jul 2016 13:22:37 +0000 (15:22 +0200)]
services: shepherd: Clarify error message about missing service.

Suggested by Tobias Geerinckx-Rice <me@tobias.gr>.

* gnu/services/shepherd.scm (assert-valid-graph)[assert-satisfied-requirements]:
Clarify error message.

7 years agognu: giac-xcas: Update to 1.2.2-75.
Nicolas Goaziou [Mon, 18 Jul 2016 08:52:31 +0000 (10:52 +0200)]
gnu: giac-xcas: Update to 1.2.2-75.

* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-75.

7 years agoRevert "gnu: gnutls: Fix test failure."
Leo Famulari [Mon, 18 Jul 2016 16:47:13 +0000 (12:47 -0400)]
Revert "gnu: gnutls: Fix test failure."

This reverts commit 1d14bf9f5ff43ff9097f1c5e1e2d37528eb74971.

7 years agognu: gd: Fix failing test on i686.
Mark H Weaver [Mon, 18 Jul 2016 16:32:19 +0000 (12:32 -0400)]
gnu: gd: Fix failing test on i686.

* gnu/packages/patches/gd-fix-test-on-i686.patch: New file.
* gnu/local.mk (dist_PATCH_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Add the patch.

7 years agognu: gnutls: Fix test failure.
Leo Famulari [Sun, 17 Jul 2016 17:07:35 +0000 (13:07 -0400)]
gnu: gnutls: Fix test failure.

* gnu/packages/patches/gnutls-fix-stale-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (gnutls)[replacement]: New field.
(gnutls/fixed): New variable.

7 years agognu: libinput: Update to 1.4.0.
Efraim Flashner [Mon, 18 Jul 2016 11:49:49 +0000 (14:49 +0300)]
gnu: libinput: Update to 1.4.0.

* gnu/packages/freedesktop.scm (libinput): Update to 1.4.0.

7 years agognu: efl: Use 'modify-phases'.
Efraim Flashner [Mon, 18 Jul 2016 11:40:55 +0000 (14:40 +0300)]
gnu: efl: Use 'modify-phases'.

* gnu/packages/enlightenment.scm (efl)[arguments]: Use 'modify-phases'.

7 years agognu: efl: Remove valgrind from inputs.
Efraim Flashner [Mon, 18 Jul 2016 11:29:04 +0000 (14:29 +0300)]
gnu: efl: Remove valgrind from inputs.

* gnu/packages/enlightenment.scm (efl)[inputs]: Remove valgrind.

7 years agognu: python-gst: Update to 1.8.2.
Efraim Flashner [Mon, 18 Jul 2016 11:11:21 +0000 (14:11 +0300)]
gnu: python-gst: Update to 1.8.2.

* gnu/packages/gstreamer.scm (python-gst): Update to 1.8.2.

7 years agognu: gst-libav: Update to 1.8.2.
Efraim Flashner [Mon, 18 Jul 2016 11:10:54 +0000 (14:10 +0300)]
gnu: gst-libav: Update to 1.8.2.

* gnu/packages/gstreamer.scm (gst-libav): Update to 1.8.2.

7 years agognu: gst-plugins-ugly: Update to 1.8.2.
Efraim Flashner [Mon, 18 Jul 2016 11:10:06 +0000 (14:10 +0300)]
gnu: gst-plugins-ugly: Update to 1.8.2.

* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.8.2.

7 years agognu: gst-plugins-good: Update to 1.8.2.
Efraim Flashner [Mon, 18 Jul 2016 11:09:36 +0000 (14:09 +0300)]
gnu: gst-plugins-good: Update to 1.8.2.

* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.8.2.

7 years agognu: gst-plugins-base: Update to 1.8.2.
Efraim Flashner [Mon, 18 Jul 2016 11:09:03 +0000 (14:09 +0300)]
gnu: gst-plugins-base: Update to 1.8.2.

* gnu/pakcages/gstreamer.scm (gst-plugins-base): Update to 1.8.2.

7 years agognu: gstreamer: Update to 1.8.2.
Efraim Flashner [Mon, 18 Jul 2016 11:08:26 +0000 (14:08 +0300)]
gnu: gstreamer: Update to 1.8.2.

* gnu/packages/gstreamer.scm (gstreamer): Update to 1.8.2.

7 years agoThank Thomas.
Ricardo Wurmus [Mon, 18 Jul 2016 04:55:15 +0000 (06:55 +0200)]
Thank Thomas.

7 years agoSet "GUIX_LOCPATH" in 'guix-daemon.service'.
Ricardo Wurmus [Mon, 18 Jul 2016 04:50:21 +0000 (06:50 +0200)]
Set "GUIX_LOCPATH" in 'guix-daemon.service'.

Suggested by Thomas Danckaert <thomas.danckaert@gmail.com>.

* etc/guix-daemon.service.in (Environment): New value.

7 years agotests: install: Generalize 'run-install'.
Ludovic Courtès [Sun, 17 Jul 2016 22:53:58 +0000 (00:53 +0200)]
tests: install: Generalize 'run-install'.

* gnu/tests/install.scm (%simple-installation-script): New variable.
Contains installation script formerly in 'run-install'.
(run-install): Add 'target-os', 'target-os-source', and #:script
parameters.  Honor them.
(qemu-command/writable-image): New procedure.
(%test-installed-os): Use it.

7 years agosystem: Honor the 'dependencies' field of file systems.
Ludovic Courtès [Sun, 17 Jul 2016 22:51:02 +0000 (00:51 +0200)]
system: Honor the 'dependencies' field of file systems.

This allows mapped devices listed in 'dependencies' to be properly taken
into account.

Reported by Andreas Enge <andreas@enge.fr>.

* gnu/system.scm (mapped-device-user): Check whether DEVICE is a member
of the 'dependencies' of FS.
* tests/system.scm (%luks-device, %os-with-mapped-device): New variables.
("operating-system-user-mapped-devices")
("operating-system-boot-mapped-devices")
("operating-system-boot-mapped-devices, implicit dependency"): New tests.

7 years agognu: Add xdelta.
Tobias Geerinckx-Rice [Sun, 17 Jul 2016 00:48:42 +0000 (02:48 +0200)]
gnu: Add xdelta.

* gnu/packages/compression.scm (xdelta): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: diamond: Update to 0.8.15.
Ben Woodcroft [Sun, 17 Jul 2016 14:06:21 +0000 (00:06 +1000)]
gnu: diamond: Update to 0.8.15.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.15.

7 years agognu: hoedown: Update to 3.0.7.
Efraim Flashner [Sun, 17 Jul 2016 13:20:47 +0000 (16:20 +0300)]
gnu: hoedown: Update to 3.0.7.

* gnu/packages/markdown.scm (hoedown): Update to 3.0.7.

7 years agognu: stalonetray: Update to 0.8.3.
Efraim Flashner [Sun, 17 Jul 2016 13:14:46 +0000 (16:14 +0300)]
gnu: stalonetray: Update to 0.8.3.

* gnu/packages/stalonetray.scm (stalonetray): Update to 0.8.3.

7 years agognu: python-simplejson: Update to 3.8.2.
Efraim Flashner [Sun, 17 Jul 2016 09:01:56 +0000 (12:01 +0300)]
gnu: python-simplejson: Update to 3.8.2.

* gnu/packages/python.scm (python-simplejson): Update to 3.8.2.
[source]: Use 'pypi-uri' format.

7 years agognu: behave: Update to 1.2.5.
Efraim Flashner [Sun, 17 Jul 2016 08:48:02 +0000 (11:48 +0300)]
gnu: behave: Update to 1.2.5.

* gnu/packages/python.scm (behave): Update to 1.2.5.
[source]: Use 'pypi-uri' format.

7 years agognu: python-coverage: Update to 4.1.
Efraim Flashner [Sun, 17 Jul 2016 08:14:06 +0000 (11:14 +0300)]
gnu: python-coverage: Update to 4.1.

* gnu/packages/python.scm (python-coverage): Update to 4.1.

7 years agognu: eigensoft: Do not refer to "lapacke" output.
Ricardo Wurmus [Sun, 17 Jul 2016 10:04:04 +0000 (12:04 +0200)]
gnu: eigensoft: Do not refer to "lapacke" output.

* gnu/packages/bioinformatics.scm (eigensoft)[inputs]: Remove reference
  to non-existing "lapacke" output.

7 years agognu: lapack: Build the LAPACKE library.
Ricardo Wurmus [Sun, 17 Jul 2016 09:09:31 +0000 (11:09 +0200)]
gnu: lapack: Build the LAPACKE library.

* gnu/packages/maths.scm (lapack)[arguments]: Add "-DLAPACKE=ON".

7 years agognu: Add emacs-solarized-theme.
Ricardo Wurmus [Tue, 12 Jul 2016 21:02:18 +0000 (23:02 +0200)]
gnu: Add emacs-solarized-theme.

* gnu/packages/emacs.scm (emacs-solarized-theme): New variable.

7 years agognu: Add emacs-perspective.
Ricardo Wurmus [Tue, 12 Jul 2016 20:48:06 +0000 (22:48 +0200)]
gnu: Add emacs-perspective.

* gnu/packages/emacs.scm (emacs-perspective): New variable.

7 years agognu: Add emacs-tagedit.
Ricardo Wurmus [Tue, 12 Jul 2016 19:58:42 +0000 (21:58 +0200)]
gnu: Add emacs-tagedit.

* gnu/packages/emacs.scm (emacs-tagedit): New variable.

7 years agognu: Add emacs-shell-switcher.
Ricardo Wurmus [Tue, 5 Jul 2016 13:41:04 +0000 (15:41 +0200)]
gnu: Add emacs-shell-switcher.

* gnu/packages/emacs.scm (emacs-shell-switcher): New variable.

7 years agognu: Add emacs-undercover.
Ricardo Wurmus [Tue, 12 Jul 2016 10:14:24 +0000 (12:14 +0200)]
gnu: Add emacs-undercover.

* gnu/packages/emacs.scm (emacs-undercover): New variable.

7 years agognu: Add emacs-shut-up.
Ricardo Wurmus [Tue, 12 Jul 2016 10:13:52 +0000 (12:13 +0200)]
gnu: Add emacs-shut-up.

* gnu/packages/emacs.scm (emacs-shut-up): New variable.

7 years agognu: Add emacs-smart-mode-line.
Ricardo Wurmus [Wed, 6 Jul 2016 14:43:41 +0000 (16:43 +0200)]
gnu: Add emacs-smart-mode-line.

* gnu/packages/emacs.scm (emacs-smart-mode-line): New variable.

7 years agognu: Add emacs-rich-minority.
Ricardo Wurmus [Wed, 6 Jul 2016 14:43:17 +0000 (16:43 +0200)]
gnu: Add emacs-rich-minority.

* gnu/packages/emacs.scm (emacs-rich-minority): New variable.

7 years agognu: Add emacs-skewer-mode.
Ricardo Wurmus [Wed, 6 Jul 2016 09:56:29 +0000 (11:56 +0200)]
gnu: Add emacs-skewer-mode.

* gnu/packages/emacs.scm (emacs-skewer-mode): New variable.

7 years agognu: Add emacs-simple-httpd.
Ricardo Wurmus [Wed, 6 Jul 2016 09:56:03 +0000 (11:56 +0200)]
gnu: Add emacs-simple-httpd.

* gnu/packages/emacs.scm (emacs-simple-httpd): New variable.

7 years agognu: Add emacs-page-break-lines.
Ricardo Wurmus [Wed, 6 Jul 2016 09:55:41 +0000 (11:55 +0200)]
gnu: Add emacs-page-break-lines.

* gnu/packages/emacs.scm (emacs-page-break-lines): New variable.

7 years agognu: Add emacs-paren-face.
Ricardo Wurmus [Wed, 6 Jul 2016 07:12:16 +0000 (09:12 +0200)]
gnu: Add emacs-paren-face.

* gnu/packages/emacs.scm (emacs-paren-face): New variable.

7 years agognu: Add emacs-znc.
Ricardo Wurmus [Tue, 5 Jul 2016 13:40:02 +0000 (15:40 +0200)]
gnu: Add emacs-znc.

* gnu/packages/emacs.scm (emacs-znc): New variable.

7 years agognu: Add emacs-fill-column-indicator.
Ricardo Wurmus [Tue, 5 Jul 2016 11:50:36 +0000 (13:50 +0200)]
gnu: Add emacs-fill-column-indicator.

* gnu/packages/emacs.scm (emacs-fill-column-indicator): New variable.

7 years agognu: Add emacs-expand-region.
Ricardo Wurmus [Tue, 5 Jul 2016 10:24:05 +0000 (12:24 +0200)]
gnu: Add emacs-expand-region.

* gnu/packages/emacs.scm (emacs-expand-region): New variable.

7 years agognu: Add emacs-espuds.
Ricardo Wurmus [Tue, 12 Jul 2016 18:29:50 +0000 (20:29 +0200)]
gnu: Add emacs-espuds.

* gnu/packages/emacs.scm (emacs-espuds): New variable.

7 years agognu: Add emacs-el-mock.
Ricardo Wurmus [Tue, 12 Jul 2016 18:27:47 +0000 (20:27 +0200)]
gnu: Add emacs-el-mock.

* gnu/packages/emacs.scm (emacs-el-mock): New variable.

7 years agognu: Add rlwrap.
Efraim Flashner [Sun, 17 Jul 2016 05:56:03 +0000 (08:56 +0300)]
gnu: Add rlwrap.

* gnu/packages/readline.scm (rlwrap): New variable.

7 years agognu: Add reptyr.
Alex Griffin [Fri, 8 Jul 2016 19:27:32 +0000 (14:27 -0500)]
gnu: Add reptyr.

* gnu/packages/screen.scm (reptyr): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: gd: Fix CVE-2016-{5766,6128,6132,6214}.
Leo Famulari [Fri, 15 Jul 2016 18:48:09 +0000 (14:48 -0400)]
gnu: gd: Fix CVE-2016-{5766,6128,6132,6214}.

* gnu/packages/patches/gd-CVE-2016-5766.patch,
gnu/packages/patches/gd-CVE-2016-6128.patch,
gnu/packages/patches/gd-CVE-2016-6132.patch,
gnu/packages/patches/gd-CVE-2016-6214.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gd.scm (gd): Use patches.