jackhill/guix/guix.git
6 years agognu: Add r-bindr.
Ricardo Wurmus [Wed, 2 Aug 2017 13:53:33 +0000 (15:53 +0200)]
gnu: Add r-bindr.

* gnu/packages/cran.scm (r-bindr): New variable.

6 years agognu: r-rcpp: Move to (gnu packages cran).
Ricardo Wurmus [Wed, 2 Aug 2017 13:52:39 +0000 (15:52 +0200)]
gnu: r-rcpp: Move to (gnu packages cran).

* gnu/packages/statistics.scm (r-rcpp): Move from here...
* gnu/packages/cran.scm (r-rcpp): ...to here.

6 years agognu: r-rcpp: Update to 0.12.12.
Ricardo Wurmus [Wed, 2 Aug 2017 13:51:44 +0000 (15:51 +0200)]
gnu: r-rcpp: Update to 0.12.12.

* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.12.

6 years agognu: r-plogr: Move to (gnu packages cran).
Ricardo Wurmus [Wed, 2 Aug 2017 13:49:42 +0000 (15:49 +0200)]
gnu: r-plogr: Move to (gnu packages cran).

* gnu/packages/statistics.scm (r-plogr): Move from here...
* gnu/packages/cran.scm (r-plogr): ...to here.

6 years agognu: Add r-glue.
Ricardo Wurmus [Wed, 2 Aug 2017 13:47:56 +0000 (15:47 +0200)]
gnu: Add r-glue.

* gnu/packages/cran.scm (r-glue): New variable.

6 years agognu: Add grub-hybrid.
Danny Milosavljevic [Thu, 20 Jul 2017 23:06:47 +0000 (01:06 +0200)]
gnu: Add grub-hybrid.

* gnu/packages/bootloaders.scm (grub-hybrid): New variable.

6 years agognu: htseq: Use PyPI URI.
Ben Woodcroft [Thu, 3 Aug 2017 11:08:13 +0000 (21:08 +1000)]
gnu: htseq: Use PyPI URI.

This is a follow-up to 92971d68ac942cd4a38092b4ccb20a8192a56aaf.

* gnu/packages/bioinformatics.scm (htseq)[source]: Use 'pypi-uri'.

6 years agognu: htseq: Update to 0.9.1.
Ben Woodcroft [Thu, 3 Aug 2017 10:37:25 +0000 (20:37 +1000)]
gnu: htseq: Update to 0.9.1.

* gnu/packages/bioinformatics.scm (htseq): Update to 0.9.1.
[arguments]: Use python-3 by removing field.
[native-inputs]: Add 'python-cython'.
[propagated-inputs]: Use python3 numpy package.
[inputs]: Use python3 pysam package.  Add 'python-matplotlib'.
(python2-htseq): New variable.
(clipper)[inputs]: Use it.

6 years agognu: vc: Limit to x86_64 and i686.
Efraim Flashner [Thu, 3 Aug 2017 10:34:18 +0000 (13:34 +0300)]
gnu: vc: Limit to x86_64 and i686.

* gnu/packages/maths.scm (vc)[supported-systems]: New field.

6 years agognu: openscenegraph: Add 'Release' configure flag.
Manolis Ragkousis [Wed, 2 Aug 2017 17:32:22 +0000 (20:32 +0300)]
gnu: openscenegraph: Add 'Release' configure flag.

* gnu/packages/graphics.scm (openscenegraph)[arguments]: Add "-DCMAKE_BUILD_TYPE=Release".

6 years agognu: Add LeoCAD.
Eric Bavier [Thu, 3 Aug 2017 05:32:30 +0000 (00:32 -0500)]
gnu: Add LeoCAD.

* gnu/packages/lego.scm (leocad): New variable.

6 years agognu: youtube-dl: Update to 2017.07.30.1.
Tobias Geerinckx-Rice [Thu, 3 Aug 2017 03:31:24 +0000 (05:31 +0200)]
gnu: youtube-dl: Update to 2017.07.30.1.

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

6 years agognu: tor: Update to 0.3.0.10.
Tobias Geerinckx-Rice [Wed, 2 Aug 2017 23:56:22 +0000 (01:56 +0200)]
gnu: tor: Update to 0.3.0.10.

* gnu/packages/tor.scm (tor): Update to 0.3.0.10.

6 years agoactivation: Make sure /etc exists.
Ludovic Courtès [Wed, 2 Aug 2017 22:20:05 +0000 (00:20 +0200)]
activation: Make sure /etc exists.

Fixes <http://bugs.gnu.org/27146>.
Reported by ng0 <ng0@pragmatique.xyz>.

* gnu/build/activation.scm (activate-etc): Add call to 'mkdir-p'.

6 years agodoc: 'patches' field of <origin> can list file-like objects.
Ludovic Courtès [Wed, 2 Aug 2017 22:14:53 +0000 (00:14 +0200)]
doc: 'patches' field of <origin> can list file-like objects.

Fixes <http://bugs.gnu.org/27165>.
Reported by sirgazil <sirgazil@zoho.com>.

* doc/guix.texi (origin Reference): 'patches' can contain file-like
objects.

6 years agognu: glibc@2.22: Fix security issues.
Efraim Flashner [Wed, 2 Aug 2017 18:45:37 +0000 (21:45 +0300)]
gnu: glibc@2.22: Fix security issues.

Fixes CVE-2015-{5180,7547}, CVE-2016-{3075,3706,4429}.

* gnu/packages/base.scm (glibc@2.22)[source]: Add patches.
* gnu/packages/patches/glibc-CVE-2015-7547.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

6 years agognu: glibc@2.23: Fix CVE-2015-5180, CVE-2016-{3075,3706,4429}.
Efraim Flashner [Wed, 2 Aug 2017 18:11:57 +0000 (21:11 +0300)]
gnu: glibc@2.23: Fix CVE-2015-5180, CVE-2016-{3075,3706,4429}.

* gnu/packages/base.scm (glibc@2.23)[source]: Add patches.
* gnu/packages/patches/glibc-CVE-2016-3075.patch,
gnu/packages/patches/glibc-CVE-2016-3706.patch,
gnu/packages/patches/glibc-CVE-2016-4429.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.

6 years agognu: glibc@2.24: Fix CVE-2015-5180.
Efraim Flashner [Wed, 2 Aug 2017 17:48:12 +0000 (20:48 +0300)]
gnu: glibc@2.24: Fix CVE-2015-5180.

* gnu/packages/base.scm (glibc@2.24)[source]: Add patch.
* gnu/packages/patches/glibc-CVE-2015-5180.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

6 years agognu: python2-conda: Fix build by building with enum34.
Leo Famulari [Wed, 2 Aug 2017 18:36:05 +0000 (14:36 -0400)]
gnu: python2-conda: Fix build by building with enum34.

* gnu/packages/package-management.scm (python2-conda): Use 'python2-variant'.
[native-inputs]: Add python2-enum34.

6 years agognu: calibre: Add python2-msgpack as an input.
Manolis Ragkousis [Tue, 1 Aug 2017 14:56:26 +0000 (17:56 +0300)]
gnu: calibre: Add python2-msgpack as an input.

* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-msgpack.

6 years agognu: gcc@4.7: Don't built on aarch64.
Efraim Flashner [Wed, 2 Aug 2017 16:14:06 +0000 (19:14 +0300)]
gnu: gcc@4.7: Don't built on aarch64.

* gnu/packages/gcc.scm (gcc@4.7, gcc@4.8, gcc@4.9)[supported-systems]:
New field.

6 years agognu: libpng-apng: Be sure to apply the APNG patch.
Leo Famulari [Wed, 2 Aug 2017 15:16:30 +0000 (11:16 -0400)]
gnu: libpng-apng: Be sure to apply the APNG patch.

* gnu/packages/image.scm (libpng-apng)[arguments]: Check the return status of
the patching procedures.

6 years agognu: libpng-apng: Update to 1.6.28.
ng0 [Tue, 1 Aug 2017 15:37:28 +0000 (15:37 +0000)]
gnu: libpng-apng: Update to 1.6.28.

Fixes <https://bugs.gnu.org/27556>.

* gnu/packages/image.scm (libpng-apng): Update to 1.6.28.
Remove inherit of 'libpng'.
[version]: Use own version, remove 'package-version libpng'.
[source]: Don't inherit the source of libpng.
[arguments]: Update hash of libpng-apng source.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: eyed3: Update to 0.8, build with python3.
Thomas Danckaert [Thu, 27 Jul 2017 14:47:53 +0000 (16:47 +0200)]
gnu: eyed3: Update to 0.8, build with python3.

* gnu/packages/mp3.scm (eyed3): [source] Update to 0.8.
[arguments]: Disable tests; don't use python-2.
[propagated-inputs]: Add python-six and python-grako.
[native-inputs]: Remove.

6 years agognu: Add python-grako
Thomas Danckaert [Thu, 27 Jul 2017 14:45:19 +0000 (16:45 +0200)]
gnu: Add python-grako

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

6 years agognu: hdf4: Update to 4.12.13.
Thomas Danckaert [Tue, 1 Aug 2017 08:26:39 +0000 (10:26 +0200)]
gnu: hdf4: Update to 4.12.13.

* gnu/packages/maths.scm (hdf4): Update to 4.12.13.

6 years agognu: libvirt: Update to 3.6.0.
Tobias Geerinckx-Rice [Wed, 2 Aug 2017 05:09:53 +0000 (07:09 +0200)]
gnu: libvirt: Update to 3.6.0.

* gnu/packages/virtualization.scm (libvirt): Update to 3.6.0.

6 years agognu: libvirt: Use HTTPS.
Tobias Geerinckx-Rice [Wed, 2 Aug 2017 05:10:19 +0000 (07:10 +0200)]
gnu: libvirt: Use HTTPS.

* gnu/packages/virtualization.scm (libvirt)[source, home-page]: Use HTTPS.

6 years agognu: Add r-rlang.
Roel Janssen [Tue, 1 Aug 2017 22:57:39 +0000 (00:57 +0200)]
gnu: Add r-rlang.

* gnu/packages/statistics.scm (r-rlang): New variable.

6 years agognu: r-deseq2: Update to 1.16.1.
Roel Janssen [Tue, 1 Aug 2017 22:33:23 +0000 (00:33 +0200)]
gnu: r-deseq2: Update to 1.16.1.

* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.16.1.

6 years agognu: r-annotationforge: Update to 1.18.1.
Roel Janssen [Tue, 1 Aug 2017 22:33:07 +0000 (00:33 +0200)]
gnu: r-annotationforge: Update to 1.18.1.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.18.1.

6 years agognu: r-category: Update to 2.42.1.
Roel Janssen [Tue, 1 Aug 2017 22:32:46 +0000 (00:32 +0200)]
gnu: r-category: Update to 2.42.1.

* gnu/packages/bioinformatics.scm (r-category): Update to 2.42.1.

6 years agognu: r-biocstyle: Update to 2.4.1.
Roel Janssen [Tue, 1 Aug 2017 22:32:31 +0000 (00:32 +0200)]
gnu: r-biocstyle: Update to 2.4.1.

* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.4.1.

6 years agognu: r-dnacopy: Update to 1.50.1.
Roel Janssen [Tue, 1 Aug 2017 22:32:11 +0000 (00:32 +0200)]
gnu: r-dnacopy: Update to 1.50.1.

* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.50.1.

6 years agognu: r-iranges: Update to 2.10.2.
Roel Janssen [Tue, 1 Aug 2017 22:31:46 +0000 (00:31 +0200)]
gnu: r-iranges: Update to 2.10.2.

* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.10.2.

6 years agognu: r-genomeinfodb: Update to 1.12.2.
Roel Janssen [Tue, 1 Aug 2017 22:31:28 +0000 (00:31 +0200)]
gnu: r-genomeinfodb: Update to 1.12.2.

* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.12.2.

6 years agognu: r-variantannotation: Update to 1.22.3.
Roel Janssen [Tue, 1 Aug 2017 22:31:08 +0000 (00:31 +0200)]
gnu: r-variantannotation: Update to 1.22.3.

* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.22.3.

6 years agognu: r-limma: Update to 3.32.5.
Roel Janssen [Tue, 1 Aug 2017 22:30:49 +0000 (00:30 +0200)]
gnu: r-limma: Update to 3.32.5.

* gnu/packages/bioinformatics.scm (r-limma): Update to 3.32.5.

6 years agognu: r-biobase: Update to 2.36.2.
Roel Janssen [Tue, 1 Aug 2017 22:30:27 +0000 (00:30 +0200)]
gnu: r-biobase: Update to 2.36.2.

* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.36.2.

6 years agognu: r-annotationdbi: Update to 1.38.2.
Roel Janssen [Tue, 1 Aug 2017 22:28:32 +0000 (00:28 +0200)]
gnu: r-annotationdbi: Update to 1.38.2.

* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.38.2.

6 years agognu: r-biomart: Update to 2.32.1.
Roel Janssen [Tue, 1 Aug 2017 22:28:16 +0000 (00:28 +0200)]
gnu: r-biomart: Update to 2.32.1.

* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.32.1.

6 years agognu: r-biocparallel: Update to 1.10.1.
Roel Janssen [Tue, 1 Aug 2017 22:27:57 +0000 (00:27 +0200)]
gnu: r-biocparallel: Update to 1.10.1.

* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.10.1.

6 years agognu: r-biostrings: Update to 2.44.2.
Roel Janssen [Tue, 1 Aug 2017 22:27:35 +0000 (00:27 +0200)]
gnu: r-biostrings: Update to 2.44.2.

* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.44.2.

6 years agognu: r-delayedarray: Update to 0.2.7.
Roel Janssen [Tue, 1 Aug 2017 22:27:16 +0000 (00:27 +0200)]
gnu: r-delayedarray: Update to 0.2.7.

* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.2.7.

6 years agognu: r-summarizedexperiment: Update to 1.6.3.
Roel Janssen [Tue, 1 Aug 2017 22:26:55 +0000 (00:26 +0200)]
gnu: r-summarizedexperiment: Update to 1.6.3.

* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.6.3.

6 years agognu: r-genomicalignments: Update to 1.12.1.
Roel Janssen [Tue, 1 Aug 2017 22:26:33 +0000 (00:26 +0200)]
gnu: r-genomicalignments: Update to 1.12.1.

* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.12.1.

6 years agognu: r-rtracklayer: Update to 1.36.4.
Roel Janssen [Tue, 1 Aug 2017 22:26:00 +0000 (00:26 +0200)]
gnu: r-rtracklayer: Update to 1.36.4.

* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.36.4.

6 years agognu: r-genomicfeatures: Update to 1.28.4.
Roel Janssen [Tue, 1 Aug 2017 22:25:26 +0000 (00:25 +0200)]
gnu: r-genomicfeatures: Update to 1.28.4.

* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.28.4.

6 years agognu: r-copywriter: Update to 2.8.1.
Roel Janssen [Tue, 1 Aug 2017 22:25:00 +0000 (00:25 +0200)]
gnu: r-copywriter: Update to 2.8.1.

* gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.8.1.

6 years agognu: r-sva: Update to 3.24.4.
Roel Janssen [Tue, 1 Aug 2017 22:24:27 +0000 (00:24 +0200)]
gnu: r-sva: Update to 3.24.4.

* gnu/packages/bioinformatics.scm (r-sva): Update to 3.24.4.

6 years agognu: r-rsqlite: Update to 2.0.
Roel Janssen [Tue, 1 Aug 2017 22:23:16 +0000 (00:23 +0200)]
gnu: r-rsqlite: Update to 2.0.

* gnu/packages/statistics.scm (r-rsqlite): Update to 2.0.

6 years agognu: Add r-blob.
Roel Janssen [Tue, 1 Aug 2017 22:22:33 +0000 (00:22 +0200)]
gnu: Add r-blob.

* gnu/packages/statistics.scm (r-blob): New variable.

6 years agognu: Add r-pkgconfig.
Roel Janssen [Tue, 1 Aug 2017 22:21:40 +0000 (00:21 +0200)]
gnu: Add r-pkgconfig.

* gnu/packages/statistics.scm (r-pkgconfig): New variable.

6 years agopull: Honor '--no-grafts'.
Ludovic Courtès [Tue, 1 Aug 2017 21:38:07 +0000 (23:38 +0200)]
pull: Honor '--no-grafts'.

* guix/scripts/pull.scm (guix-pull): Parameterize %GRAFT? as a function
of OPTS.

6 years agopull: Use the commit ID as the version string.
Ludovic Courtès [Fri, 28 Jul 2017 15:58:18 +0000 (17:58 +0200)]
pull: Use the commit ID as the version string.

* guix/scripts/pull.scm (build-from-source): Add #:commit parameter.
Pass it to BUILD.
(build-and-install): Add #:commit and pass it to 'build-from-source'.
(guix-pull): Pass #:commit to 'build-and-install'.

6 years agopull: Fetch source code from Git.
Ludovic Courtès [Fri, 28 Jul 2017 15:38:19 +0000 (17:38 +0200)]
pull: Fetch source code from Git.

* guix/scripts/pull.scm (%snapshot-url, with-environment-variable)
(with-PATH): Remove.
(ensure-guile-git!): New procedure.
(%repository-url): New variable.
(%default-options): Add 'repository-url' and 'ref'.
(show-help, %options): Add '--commit' and '--url'.
(temporary-directory, first-directory, interned-then-deleted)
(unpack): Remove.
(build-from-source): Rename 'tarball' to 'source'.  Remove call to
'unpack'.
(build-and-install): Rename 'tarball' to 'source'.
(honor-lets-encrypt-certificates!, report-git-error): New procedures.
(with-git-error-handling): New macro.
(guix-pull)[fetch-tarball]: Remove.
Wrap body in 'with-git-error-handling'.  Rewrite to use
'latest-repository-commit'.
* build-aux/build-self.scm (build): Print an error message and exit when
GUILE-GIT is #f.
* doc/guix.texi (Invoking guix pull): Mention Git.  Document '--commit'
and '--branch'.

6 years agobuild: Make Guile-Git a hard requirement.
Ludovic Courtès [Fri, 28 Jul 2017 15:47:19 +0000 (17:47 +0200)]
build: Make Guile-Git a hard requirement.

* configure.ac: Error out when (git) is missing.
* doc/guix.texi (Requirements): Mention Guile-Git.
* Makefile.am (MODULES): Add guix/git.scm unconditionally.

6 years agognu: re2: Update to 2017-08-01.
Marius Bakke [Tue, 1 Aug 2017 21:37:20 +0000 (23:37 +0200)]
gnu: re2: Update to 2017-08-01.

* gnu/packages/regex.scm (re2): Update to 2017-08-01.

6 years agognu: maim: Update to 5.4.66.
Marius Bakke [Tue, 1 Aug 2017 21:35:31 +0000 (23:35 +0200)]
gnu: maim: Update to 5.4.66.

* gnu/packages/xdisorg.scm (maim): Update to 5.4.66.

6 years agognu: slop: Update to 7.3.48.
Marius Bakke [Tue, 1 Aug 2017 21:35:03 +0000 (23:35 +0200)]
gnu: slop: Update to 7.3.48.

* gnu/packages/xdisorg.scm (slop): Update to 7.3.48.

6 years agognu: git: Update to 2.13.4.
Marius Bakke [Tue, 1 Aug 2017 21:28:23 +0000 (23:28 +0200)]
gnu: git: Update to 2.13.4.

* gnu/packages/version-control.scm (git): Update to 2.13.4.

6 years agognu: r-foreign: Update hash after upstream tarball change.
Roel Janssen [Tue, 1 Aug 2017 21:06:41 +0000 (23:06 +0200)]
gnu: r-foreign: Update hash after upstream tarball change.

* gnu/packages/statistics.scm (r-foreign):  Update hash.  The only difference
  in the tarball is the metadata.  The contents are identical.

6 years agognu: r-foreign: Remove duplicate recipe.
Roel Janssen [Tue, 1 Aug 2017 21:06:02 +0000 (23:06 +0200)]
gnu: r-foreign: Remove duplicate recipe.

* gnu/packages/statistics.scm (r-foreign): Remove duplicate recipe.

6 years agograph: Provide access to the package record in the emit functions.
Roel Janssen [Tue, 1 Aug 2017 20:57:22 +0000 (22:57 +0200)]
graph: Provide access to the package record in the emit functions.

* guix/graph.scm (export-graph): Pass the node to the emit functions, instead
  of the node's label.

6 years agoguix package: Allow `guix package -u' to fuction as before.
Efraim Flashner [Tue, 1 Aug 2017 20:02:26 +0000 (23:02 +0300)]
guix package: Allow `guix package -u' to fuction as before.

This is a follow up to 6ddf97f81bb99a73f00e30ad5fc19577872b5b49

* guix/scripts/package.scm (%options) <"-u">: Only check for a flag when
there is an ARG after '-u'.

6 years agognu: rapidjson: Update to 1.1.0.
Leo Famulari [Tue, 1 Aug 2017 17:09:26 +0000 (13:09 -0400)]
gnu: rapidjson: Update to 1.1.0.

* gnu/packages/web.scm (rapidjson): Update to 1.1.0.
[source]: Remove snippet.

6 years agognu: Add pidentd.
ng0 [Sun, 30 Apr 2017 19:09:00 +0000 (19:09 +0000)]
gnu: Add pidentd.

* gnu/packages/networking.scm (pidentd): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
6 years agognu: hyperrogue: Update to 10.0e.
Kei Kebreau [Tue, 1 Aug 2017 16:14:54 +0000 (12:14 -0400)]
gnu: hyperrogue: Update to 10.0e.

* gnu/packages/games.scm (hyperrogue): Update to 10.0e.
[arguments]: Adjust accordingly.

6 years agognu: metabat: Limit to x86_64 and i686 only.
Efraim Flashner [Tue, 1 Aug 2017 14:24:56 +0000 (17:24 +0300)]
gnu: metabat: Limit to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (metabat)[supported-systems]: New field.

6 years agognu: Add emacs-yasnippet-snippets.
Kyle Meyer [Sat, 22 Jul 2017 22:57:03 +0000 (18:57 -0400)]
gnu: Add emacs-yasnippet-snippets.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: emacs-yasnippet: Upgrade to 0.12.0.
Kyle Meyer [Sat, 22 Jul 2017 22:57:02 +0000 (18:57 -0400)]
gnu: emacs-yasnippet: Upgrade to 0.12.0.

* gnu/packages/emacs.scm (emacs-yasnippet): Upgrade to 0.12.0.
[source]: Remove an uninstalled directory from yas-snippet-dirs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: guile-ssh: Update to 0.11.2.
Ludovic Courtès [Tue, 1 Aug 2017 13:19:38 +0000 (15:19 +0200)]
gnu: guile-ssh: Update to 0.11.2.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.2.
[source]: Remove 'patches', 'modules', and 'snippet'.
* gnu/packages/patches/guile-ssh-channel-finalization.patch,
gnu/packages/patches/guile-ssh-double-free.patch,
gnu/packages/patches/guile-ssh-rexec-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.

6 years agognu: artanis: Unbundled guile-json and version according to documentation.
Adonay Felipe Nogueira [Fri, 28 Jul 2017 14:18:03 +0000 (11:18 -0300)]
gnu: artanis: Unbundled guile-json and version according to documentation.

* gnu/packages/guile.scm (artanis): Unbundled guile-json and version
according to documentation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agolint: formatting: Detect sexp boundaries.
Ludovic Courtès [Tue, 1 Aug 2017 12:18:35 +0000 (14:18 +0200)]
lint: formatting: Detect sexp boundaries.

* guix/scripts/lint.scm (report-formatting-issues)[last-line]: Remove.
[sexp-last-line]: New procedure.
Use it.

6 years agognu: python-pbr-minimal: Update to 3.0.1
Muriithi Frederick Muriuki [Thu, 15 Jun 2017 15:39:05 +0000 (18:39 +0300)]
gnu: python-pbr-minimal: Update to 3.0.1

* gnu/packages/python.scm (python-pbr-minimal): Update to 3.0.1
[source]: Update hash and remove patch.
* gnu/packages/patches/python-pbr-fix-man-page-support.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
6 years agognu: libgit2: Enable SHA-1 collision detection.
Leo Famulari [Mon, 31 Jul 2017 22:56:44 +0000 (18:56 -0400)]
gnu: libgit2: Enable SHA-1 collision detection.

* gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC'
in #:configure-flags.

6 years agognu: ruby-bio-commandeer: Update to 0.2.0.
Ben Woodcroft [Tue, 1 Aug 2017 04:09:04 +0000 (14:09 +1000)]
gnu: ruby-bio-commandeer: Update to 0.2.0.

* gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.2.0.

6 years agognu: libmicrohttpd: Update to 0.9.55.
Ludovic Courtès [Mon, 31 Jul 2017 20:51:34 +0000 (22:51 +0200)]
gnu: libmicrohttpd: Update to 0.9.55.

* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.55.
[arguments]: Add 'add-missing-LDFLAGS' phase.

6 years agoguix package: Warn when invoked with '-u -something'.
Ludovic Courtès [Mon, 31 Jul 2017 20:22:27 +0000 (22:22 +0200)]
guix package: Warn when invoked with '-u -something'.

Fixes <https://bugs.gnu.org/27820>.
Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* guix/scripts/package.scm (%options) <"-u">: Emit a warning when ARG
starts with "-".

6 years agognu: xf86-video-intel: Update snapshot.
Ludovic Courtès [Mon, 31 Jul 2017 20:10:34 +0000 (22:10 +0200)]
gnu: xf86-video-intel: Update snapshot.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2100efa.
Introduce 'revision' variable.

6 years agognu: guile-bytestructures: Install .go files to lib/guile/X.Y.
Ludovic Courtès [Mon, 31 Jul 2017 15:36:24 +0000 (17:36 +0200)]
gnu: guile-bytestructures: Install .go files to lib/guile/X.Y.

* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Install .go
files to OBJECT-DIR, defined as OUT/lib/guile/X.Y/site-ccache.

6 years agognu: tor: Remove '--enable-expensive-hardening' option.
ng0 [Sat, 29 Jul 2017 17:26:04 +0000 (17:26 +0000)]
gnu: tor: Remove '--enable-expensive-hardening' option.

* gnu/packages/tor.scm (tor)[arguments]: Remove '--enable-expensive-hardening' option.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: erlang: Update to 20.0.
Peter Mikkelsen [Sun, 30 Jul 2017 23:19:15 +0000 (01:19 +0200)]
gnu: erlang: Update to 20.0.

* gnu/packages/erlang.scm (erlang): Update to 20.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: network-manager: Add dependency on Newt.
Ludovic Courtès [Mon, 31 Jul 2017 13:22:13 +0000 (15:22 +0200)]
gnu: network-manager: Add dependency on Newt.

Suggested by Mark H Weaver.

* gnu/packages/gnome.scm (network-manager)[inputs]: Add NEWT.

6 years agognu: guile-git: Skip faulty tests on non-x86_64.
Ludovic Courtès [Mon, 31 Jul 2017 13:19:14 +0000 (15:19 +0200)]
gnu: guile-git: Skip faulty tests on non-x86_64.

Reported by Mark H Weaver.

* gnu/packages/guile.scm (guile-git)[arguments]: Add 'skip-tests' phase
unless on x86_64-linux.

6 years agognu: libgit2: Add "debug" output.
Ludovic Courtès [Mon, 31 Jul 2017 09:14:37 +0000 (11:14 +0200)]
gnu: libgit2: Add "debug" output.

* gnu/packages/version-control.scm (libgit2)[outputs]: New field.

6 years agognu: libgit2: Update to 0.26.0.
Ludovic Courtès [Mon, 31 Jul 2017 09:13:49 +0000 (11:13 +0200)]
gnu: libgit2: Update to 0.26.0.

* gnu/packages/version-control.scm (libgit2): Update to 0.26.0.  Remove
"libgit2-use-after-free.patch".
* gnu/packages/patches/libgit2-use-after-free.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: efl: Add wayland support.
Efraim Flashner [Tue, 20 Jun 2017 10:12:52 +0000 (13:12 +0300)]
gnu: efl: Add wayland support.

* gnu/packages/enlightenment.scm (efl)[inputs]: Add wayland-protocols.
Move mesa ...
[propagated-inputs]: ... to here. Add libinput, libxkbcommon, wayland.
[arguments]: Add flags to enable wayland, elput and drm.

6 years agognu: gst-plugins-good: Update disable-failing-tests phase.
Efraim Flashner [Mon, 31 Jul 2017 08:38:43 +0000 (11:38 +0300)]
gnu: gst-plugins-good: Update disable-failing-tests phase.

* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Change the
list of tests to disable during 'disable-failing-tests phase.

6 years agoservices: ntp: Use the NTP pool via the 'guix' zone.
Leo Famulari [Sun, 30 Jul 2017 00:43:40 +0000 (20:43 -0400)]
services: ntp: Use the NTP pool via the 'guix' zone.

* gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.

6 years agognu: automake: Add 1.15.1.
Ludovic Courtès [Sun, 30 Jul 2017 20:31:10 +0000 (22:31 +0200)]
gnu: automake: Add 1.15.1.

* gnu/packages/autotools.scm (automake/latest): New variable.

6 years agognu: guix: Search .go files of dependencies in lib/guile/.
Ludovic Courtès [Sun, 30 Jul 2017 19:36:18 +0000 (21:36 +0200)]
gnu: guix: Search .go files of dependencies in lib/guile/.

* gnu/packages/package-management.scm (guix)[arguments]: Add (srfi
srfi-26) to #:modules.  Introduce 'gopath', distinct from 'path'.

6 years agognu: guix: Update snapshot.
Ludovic Courtès [Sun, 30 Jul 2017 15:58:04 +0000 (17:58 +0200)]
gnu: guix: Update snapshot.

* gnu/packages/package-management.scm (guix): Update to 228a398.

6 years agogit-download: Remove call to 'canonicalize-path'.
Ludovic Courtès [Sun, 30 Jul 2017 15:19:42 +0000 (17:19 +0200)]
git-download: Remove call to 'canonicalize-path'.

* guix/git-download.scm (git-predicate): Remove call to
'canonicalize-path' since this could lead to discrepancies.  For
instance it broke 'make update-guix-package' since it passes a
non-canonical directory name.

6 years agoservices: openssh: Extensions provide extra authorized keys.
Ludovic Courtès [Sun, 30 Jul 2017 14:03:43 +0000 (16:03 +0200)]
services: openssh: Extensions provide extra authorized keys.

* gnu/services/ssh.scm (extend-openssh-authorized-keys): New procedure.
(openssh-service-type)[compose, extend]: New fields.
* doc/guix.texi (Networking Services): Document the extension.

6 years agoservices: openssh: Add 'authorized-keys' field.
Ludovic Courtès [Tue, 25 Jul 2017 13:27:58 +0000 (15:27 +0200)]
services: openssh: Add 'authorized-keys' field.

* gnu/services/ssh.scm (<openssh-configuration>)[authorized-keys]: New
field.
(authorized-key-directory): New procedure.
(openssh-config-file): Honor 'authorized-keys'.
(openssh-activation): Use 'with-imported-modules'.  Make /etc/ssh
755.  Create /etc/ssh/authorized_keys.d.
* doc/guix.texi (Networking Services): Document it.

6 years agoservices: cuirass: Set 'GIT_SSL_CAINFO' and 'GIT_EXEC_PATH'.
Ludovic Courtès [Sun, 30 Jul 2017 13:00:21 +0000 (15:00 +0200)]
services: cuirass: Set 'GIT_SSL_CAINFO' and 'GIT_EXEC_PATH'.

Reported by Ricardo Wurmus.

* gnu/services/cuirass.scm (cuirass-shepherd-service): Pass
 #:environment-variables.

6 years agodoc: Give an example of arguments for the 'run-vm.sh' script.
Ludovic Courtès [Sun, 30 Jul 2017 12:23:51 +0000 (14:23 +0200)]
doc: Give an example of arguments for the 'run-vm.sh' script.

Suggested by Oleg Pykhalov <go.wigust@gmail.com>.

* doc/guix.texi (Invoking guix system): Give an example of passing
arguments to the 'run-vm.sh' script.

6 years agognu: ffmpeg: Update to 3.3.3.
Marius Bakke [Sun, 30 Jul 2017 10:40:55 +0000 (12:40 +0200)]
gnu: ffmpeg: Update to 3.3.3.

* gnu/packages/video.scm (ffmpeg): Update to 3.3.3.

6 years agognu: qemu: Build with support for Linux AIO
Christopher Baines [Wed, 26 Jul 2017 11:52:43 +0000 (12:52 +0100)]
gnu: qemu: Build with support for Linux AIO

Add libaio as an input, such that QEMU is built with support for Asynchronous
I/O (AIO).

* gnu/packages/virtualization.scm (qemu)[inputs]: Uncomment libaio.