jackhill/guix/guix.git
4 years agobuild-system/cargo: Use 'strip-store-file-name'.
Efraim Flashner [Fri, 13 Sep 2019 12:05:10 +0000 (15:05 +0300)]
build-system/cargo: Use 'strip-store-file-name'.

This is a follow-up to f58b2f38e4dfdbb8473fb2816d44fae6ad9cbc79.

* guix/build/cargo-build-system.scm (configure): Use bespoke
'strip-store-file-name' function.

4 years agognu: Add sh-z shell tool
Collin J. Doering [Thu, 12 Sep 2019 03:08:37 +0000 (23:08 -0400)]
gnu: Add sh-z shell tool

* gnu/packages/shellutils.scm (sh-z): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Thunar: Update to 1.8.9.
L p R n d n [Mon, 19 Aug 2019 12:01:52 +0000 (14:01 +0200)]
gnu: Thunar: Update to 1.8.9.

* gnu/packages/xfce.scm (thunar): Update to 1.8.9.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: openblas: Set 'NUM_THREADS'.
Ludovic Courtès [Fri, 13 Sep 2019 08:10:37 +0000 (10:10 +0200)]
gnu: openblas: Set 'NUM_THREADS'.

Until now, OpenBLAS would use at most the N threads, where N is the
number of cores that happened to be available on the build
machine (typically N=8).

* gnu/packages/maths.scm (openblas/fixed-num-threads): New variable.
(openblas)[replacement]: New field.
(openblas-ilp64): Use 'package/inherit'.

4 years agognu: python-matplotlib-documentation: Add missing input.
Ricardo Wurmus [Thu, 12 Sep 2019 21:00:39 +0000 (23:00 +0200)]
gnu: python-matplotlib-documentation: Add missing input.

* gnu/packages/python-xyz.scm (python-matplotlib-documentation)[native-inputs]:
Add python-sphinx-copybutton.
(python2-matplotlib-documentation)[native-inputs]: Remove
python-sphinx-copybutton.

4 years agognu: Add python-sphinx-copybutton.
Ricardo Wurmus [Thu, 12 Sep 2019 21:00:22 +0000 (23:00 +0200)]
gnu: Add python-sphinx-copybutton.

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

4 years agognu: python-matplotlib: Update to 3.1.1.
Ricardo Wurmus [Thu, 12 Sep 2019 19:59:10 +0000 (21:59 +0200)]
gnu: python-matplotlib: Update to 3.1.1.

* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.1.1.
[native-inputs]: Remove python-nose; add python-pytest and unzip; add
jquery-ui.
[arguments]: Add build phases "fix-and-disable-failing-tests" and
"install-jquery-ui", and move the "check" phase after the "install" phase;
use the default backend in setup.cfg.
(python2-matplotlib): Keep at version 2.2.3.
(python-matplotlib-documentation)[arguments]: Remove "check" phase.

4 years agognu: Add r-assertr.
Wiktor Żelazny [Thu, 12 Sep 2019 16:44:57 +0000 (18:44 +0200)]
gnu: Add r-assertr.

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

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
4 years agognu: emacs-interactive-align: Update to 0.4.2.
Brian Leung [Wed, 11 Sep 2019 18:52:28 +0000 (20:52 +0200)]
gnu: emacs-interactive-align: Update to 0.4.2.

* gnu/packages/emacs-xyz.scm (emacs-interactive-align): Update to 0.4.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add emacs-doom-themes.
Tim Gesthuizen [Mon, 9 Sep 2019 16:48:31 +0000 (18:48 +0200)]
gnu: Add emacs-doom-themes.

* gnu/packages/emacs-xyz.scm (emacs-doom-themes): New variable.

Co-authored-by: Brett Gilio <brettg@posteo.net>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agolinux-container: "run-container" scripts shows the container's PID.
Ludovic Courtès [Thu, 12 Sep 2019 21:06:12 +0000 (23:06 +0200)]
linux-container: "run-container" scripts shows the container's PID.

* gnu/build/linux-container.scm (call-with-container): Add
 #:process-spawned-hook and honor it.
* gnu/system/linux-container.scm (container-script)[script]:
Define 'explain' and pass it as #:process-spawned-hook'.

4 years agoservices: Fix /usr/bin/env special file target.
Ludovic Courtès [Thu, 12 Sep 2019 20:39:01 +0000 (22:39 +0200)]
services: Fix /usr/bin/env special file target.

This is a followup to a9162155975a131afa1e6a44262afbb7af91f7fd.

* gnu/services/base.scm (%base-services): Fix "/usr/bin/env" target.

4 years agolinux-container: Exclude more services when sharing networking with the host.
Ludovic Courtès [Thu, 12 Sep 2019 20:23:35 +0000 (22:23 +0200)]
linux-container: Exclude more services when sharing networking with the host.

* gnu/system/linux-container.scm (containerized-operating-system)[useless-services]:
Add more services to the list when SHARED-NETWORK? is true.

4 years agofile-systems: Add /var/run/nscd to '%network-file-mappings'.
Ludovic Courtès [Thu, 12 Sep 2019 20:17:43 +0000 (22:17 +0200)]
file-systems: Add /var/run/nscd to '%network-file-mappings'.

This allows containers created by "guix environment -CN" or by
"guix system container -N" to talk to the host nscd.

* gnu/system/file-systems.scm (%network-file-mappings): Add
"/var/run/nscd".
* gnu/build/shepherd.scm (default-mounts)[nscd-socket]: Remove.
* gnu/system/linux-container.scm (container-script)[nscd-run-directory]
[nscd-mapping, nscd-os, nscd-specs]: Remove.
[script]: Filter out from SPECS bind-mounts where the device does not
exist.
* guix/scripts/environment.scm (launch-environment/container)
[optional-mapping->fs]: New procedure.
[mappings]: Remove %NETWORK-FILE-MAPPINGS.
[file-systems]: Add %NETWORK-FILE-MAPPINGS here, filtered through
'optional-mapping->fs'.

4 years agobuild: cargo-build-system: Strip store hash from vendor-dir.
Efraim Flashner [Thu, 12 Sep 2019 17:20:26 +0000 (20:20 +0300)]
build: cargo-build-system: Strip store hash from vendor-dir.

* guix/build/cargo-build-system.scm (configure): When copying the
sources into the vendor-dir strip off the hash before the package name.

4 years agognu: gmsh: Fetch source from Git.
Paul Garlick [Thu, 12 Sep 2019 15:12:31 +0000 (16:12 +0100)]
gnu: gmsh: Fetch source from Git.

* gnu/packages/maths.scm (gmsh)[source]: Switch to GIT-FETCH.

4 years agognu: python-pytest-virtualenv: Enable tests.
Maxim Cournoyer [Wed, 11 Sep 2019 14:22:10 +0000 (23:22 +0900)]
gnu: python-pytest-virtualenv: Enable tests.

* gnu/packages/python-check.scm (python-pytest-virtualenv)
[phases]{patch-virtualenv-executable}: New phase.
[propagated-inputs]: Move python-virtualenv from here...
[inputs]: ...to here.

4 years agognu: python-pathpy: Add a missing propagated input.
Maxim Cournoyer [Thu, 12 Sep 2019 15:05:09 +0000 (00:05 +0900)]
gnu: python-pathpy: Add a missing propagated input.

This fixes the build of 'python-pytest-shutil', amongst others.

* gnu/packages/python-xyz.scm (python-pathpy)[propagated-inputs]: Add
python-importlib-metadata.

4 years agognu: gfbgraph: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 23:30:13 +0000 (01:30 +0200)]
gnu: gfbgraph: Don't use NAME in source URI.

* gnu/packages/gnome.scm (gfbgraph)[source]: Hard-code NAME.

4 years agognu: openconnect: Update to 8.05 [fixes CVE-2019-16239].
Tobias Geerinckx-Rice [Thu, 12 Sep 2019 14:16:07 +0000 (16:16 +0200)]
gnu: openconnect: Update to 8.05 [fixes CVE-2019-16239].

* gnu/packages/vpn.scm (openconnect): Update to 8.05.

4 years agognu: hypre: Update texlive-union.
Ricardo Wurmus [Thu, 12 Sep 2019 10:07:20 +0000 (12:07 +0200)]
gnu: hypre: Update texlive-union.

* gnu/packages/maths.scm (hypre)[native-inputs]: Replace texlive-generic-xypic
and texlive-fonts-xypic with texlive-xypic; add texlive-cm to the
texlive-union.

4 years agognu: texlive-xypic: Install all files.
Ricardo Wurmus [Thu, 12 Sep 2019 10:06:01 +0000 (12:06 +0200)]
gnu: texlive-xypic: Install all files.

Reported by numerobis on the #guix IRC channel.

* gnu/packages/tex.scm (texlive-xypic)[source]: Install "tex/generic/xypic"
files.
[arguments]: Remove #:tex-directory.

4 years agognu: python-language-server: Update to 0.28.3-1.c3cab77.
Brian Leung [Wed, 11 Sep 2019 17:15:22 +0000 (19:15 +0200)]
gnu: python-language-server: Update to 0.28.3-1.c3cab77.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.3-1.c3cab77.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
4 years agognu: r-bsgenome-celegans-ucsc-ce6: Permit substitution.
Ricardo Wurmus [Wed, 11 Sep 2019 21:59:28 +0000 (23:59 +0200)]
gnu: r-bsgenome-celegans-ucsc-ce6: Permit substitution.

* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce6)[arguments]:
Remove field.

4 years agognu: r-bsgenome-celegans-ucsc-ce6: Use bioconductor-uri.
Ricardo Wurmus [Wed, 11 Sep 2019 21:58:52 +0000 (23:58 +0200)]
gnu: r-bsgenome-celegans-ucsc-ce6: Use bioconductor-uri.

* gnu/packages/bioconductor.scm (r-bsgenome-celegans-ucsc-ce6)[source]: Use
BIOCONDUCTOR-URI.

4 years agognu: python-ipython-documentation: Make reproducible.
Ricardo Wurmus [Wed, 11 Sep 2019 21:29:07 +0000 (23:29 +0200)]
gnu: python-ipython-documentation: Make reproducible.

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

* gnu/packages/python-xyz.scm (python-ipython)[arguments]: Add phase
"make-docs-reproducible" to remove timestamps from documentation generated in
dependent python-ipython-documentation package.

4 years agognu: recode: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 20:24:36 +0000 (22:24 +0200)]
gnu: recode: Don't use NAME in source URI.

* gnu/packages/textutils.scm (recode)[source]: Hard-code NAME.

4 years agognu: recode: Update to 3.7.5.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 20:24:08 +0000 (22:24 +0200)]
gnu: recode: Update to 3.7.5.

* gnu/packages/textutils.scm (recode): Update to 3.7.5.
[native-inputs]: Use python@3 and python-cython@3.

4 years agognu: glslang: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 18:54:34 +0000 (20:54 +0200)]
gnu: glslang: Use GIT-FILE-NAME.

* gnu/packages/vulkan.scm (glslang)[source]: Use GIT-FILE-NAME.

4 years agognu: nghttp2: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 18:03:49 +0000 (20:03 +0200)]
gnu: nghttp2: Don't use NAME in source URI.

* gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME.

4 years agognu: neofetch: Update to 6.1.0.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 20:27:59 +0000 (22:27 +0200)]
gnu: neofetch: Update to 6.1.0.

* gnu/packages/admin.scm (neofetch): Update to 6.1.0.

4 years agognu: youtube-dl: Update to 2019.09.12.
Rutger Helling [Wed, 11 Sep 2019 19:02:16 +0000 (21:02 +0200)]
gnu: youtube-dl: Update to 2019.09.12.

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

4 years agognu: openssl: Update to 1.1.1d [fix CVE-2019-{1547,1549,1552,1563}].
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 16:27:33 +0000 (18:27 +0200)]
gnu: openssl: Update to 1.1.1d [fix CVE-2019-{1547,1549,1552,1563}].

* gnu/packages/tls.scm (openssl-next): Update to 1.1.1d.

4 years agodoc: Actually suggest ‘fc-cache -r’.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 16:05:35 +0000 (18:05 +0200)]
doc: Actually suggest ‘fc-cache -r’.

A follow-up commit to 0cd3e99d64081e958919845ddd01ae8d2fb2d692.

* doc/guix.texi (Application Setup): Fix my own typo.

4 years agodoc: Run fc-cache verbosely and delete existing caches.
Joshua Branson [Wed, 11 Sep 2019 14:39:08 +0000 (10:39 -0400)]
doc: Run fc-cache verbosely and delete existing caches.

* doc/guix.texi (Application Setup): Suggest ‘fc-cache -rv’ instead
of ‘fc-cache -f’.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agoservices: libvirtd: Use '/run/current-system/profile/bin' as PATH.
宋文武 [Wed, 11 Sep 2019 15:07:52 +0000 (23:07 +0800)]
services: libvirtd: Use '/run/current-system/profile/bin' as PATH.

This is a followup to ef640db2f509f51ebfe3a6a66ba837ef3103bbb7.

* gnu/services/virtualization.scm (libvirt-shepherd-service): Set
'#:environment-variables' for 'make-forkexec-constructor'.

4 years agognu: foo2zjs: Update to 20190909.
Tobias Geerinckx-Rice [Wed, 11 Sep 2019 14:30:06 +0000 (16:30 +0200)]
gnu: foo2zjs: Update to 20190909.

* gnu/packages/cups.scm (foo2zjs): Update to 20190909.

4 years agognu: workrave: Correct the types of inputs used.
Maxim Cournoyer [Tue, 10 Sep 2019 12:10:03 +0000 (21:10 +0900)]
gnu: workrave: Correct the types of inputs used.

* gnu/packages/gnome.scm (workrave)[propagated-inputs]: Move them all to...
[inputs]: ...here.
[native-inputs]: Move libxscrnsaver to the 'inputs' field.

4 years agognu: workrave: Update to version 1.10.34.
Maxim Cournoyer [Mon, 9 Sep 2019 02:05:57 +0000 (11:05 +0900)]
gnu: workrave: Update to version 1.10.34.

* gnu/packages/gnome.scm (workrave): Update version and hash strings.
[inputs]: Remove python-cheetah.
[native-inputs]: Add boost, python-3 and python-jinja2; remove the "bin"
output of glib.

4 years agognu: emacs-debbugs: Update to 0.19.
Ludovic Courtès [Wed, 11 Sep 2019 12:44:15 +0000 (14:44 +0200)]
gnu: emacs-debbugs: Update to 0.19.

* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.19.

4 years agognu: emacs-smart-mode-line: Update to 2.13.
Ludovic Courtès [Wed, 11 Sep 2019 12:43:57 +0000 (14:43 +0200)]
gnu: emacs-smart-mode-line: Update to 2.13.

* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.13.

4 years agognu: guile-json: Use "mirror://savannah" URL.
Ludovic Courtès [Wed, 11 Sep 2019 12:04:12 +0000 (14:04 +0200)]
gnu: guile-json: Use "mirror://savannah" URL.

* gnu/packages/guile.scm (guile-json, guile-json-3): Change URL to
mirror://savannah.

4 years agognu: guile-json: Update to 3.2.0.
Ludovic Courtès [Wed, 11 Sep 2019 12:02:19 +0000 (14:02 +0200)]
gnu: guile-json: Update to 3.2.0.

* gnu/packages/guile.scm (guile-json-3): Update to 3.2.0.

4 years agognu: guile-gcrypt: Update to 0.2.0.
Ludovic Courtès [Wed, 11 Sep 2019 11:56:39 +0000 (13:56 +0200)]
gnu: guile-gcrypt: Update to 0.2.0.

* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.2.0.

4 years agognu: libvirt: Don't wrap with PATH.
宋文武 [Wed, 28 Aug 2019 12:49:40 +0000 (20:49 +0800)]
gnu: libvirt: Don't wrap with PATH.

This reverts commit 903e051a71467bc96a054c9b4ed89348fdae8977 to fix
<https://bugs.gnu.org/31365>.  The full path of the 'ip' command is already
embedded, and we want to search 'qemu' in PATH.

* gnu/packages/virtualization.scm (libvirt): Remove 'wrap-libvirtd phase.  Add
configure flags to run qemu as 'nobody:kvm'.
* gnu/services/virtualization.scm (libvirt-service-type): Add 'qemu' to the
system profile.

4 years agognu: emacs-elpy: Update to 1.31.0.
Maxim Cournoyer [Wed, 11 Sep 2019 08:10:29 +0000 (17:10 +0900)]
gnu: emacs-elpy: Update to 1.31.0.

* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.31.0.

4 years agognu: python-jedi: Update to 0.15.1 and re-enable tests.
Maxim Cournoyer [Wed, 11 Sep 2019 00:34:29 +0000 (09:34 +0900)]
gnu: python-jedi: Update to 0.15.1 and re-enable tests.

* gnu/packages/python-xyz.scm (python-jedi): Update to 0.15.1; re-enable
tests.

4 years agognu: python-parso: Run the test suite.
Maxim Cournoyer [Tue, 10 Sep 2019 13:34:22 +0000 (22:34 +0900)]
gnu: python-parso: Run the test suite.

* gnu/packages/python-xyz.scm (python-parso)[phases]: Replace the check phase.

4 years agognu: python-parso: Update to 0.5.1.
Maxim Cournoyer [Tue, 10 Sep 2019 13:28:00 +0000 (22:28 +0900)]
gnu: python-parso: Update to 0.5.1.

* gnu/packages/python-xyz.scm (python-parso): Update to 0.5.1.

4 years agognu: Add openscad.
Steve Sprang [Tue, 10 Sep 2019 23:22:57 +0000 (16:22 -0700)]
gnu: Add openscad.

* gnu/packages/engineering.scm (openscad): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: nftables: Update to 0.9.2.
Rutger Helling [Wed, 11 Sep 2019 08:20:26 +0000 (10:20 +0200)]
gnu: nftables: Update to 0.9.2.

* gnu/packages/linux.scm (nftables): Update to 0.9.2.

4 years agognu: libnftnl: Update to 1.1.4.
Rutger Helling [Wed, 11 Sep 2019 08:19:59 +0000 (10:19 +0200)]
gnu: libnftnl: Update to 1.1.4.

* gnu/packages/linux.scm (libnftnl): Update to 1.1.4.

4 years agognu: libsoup: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 22:11:24 +0000 (00:11 +0200)]
gnu: libsoup: Don't use NAME in source URI.

* gnu/packages/gnome.scm (libsoup)[source]: Hard-code NAME.

4 years agognu: tracker: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 22:08:37 +0000 (00:08 +0200)]
gnu: tracker: Don't use NAME in source URI.

* gnu/packages/gnome.scm (tracker)[source]: Hard-code NAME.

4 years agognu: gvfs: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:50:27 +0000 (23:50 +0200)]
gnu: gvfs: Don't use NAME in source URI.

* gnu/packages/gnome.scm (gvfs)[source]: Hard-code NAME.

4 years agognu: umockdev: Update to 0.13.2.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:34:13 +0000 (23:34 +0200)]
gnu: umockdev: Update to 0.13.2.

* gnu/packages/check.scm (umockdev): Update to 0.13.2.

4 years agognu: yoshimi: Update to 1.6.0.1.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:32:34 +0000 (23:32 +0200)]
gnu: yoshimi: Update to 1.6.0.1.

* gnu/packages/music.scm (yoshimi): Update to 1.6.0.1.

4 years agognu: perl-archive-zip: Update to 1.65.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:19:28 +0000 (23:19 +0200)]
gnu: perl-archive-zip: Update to 1.65.

* gnu/packages/perl-compression.scm (perl-archive-zip): Update to 1.65.

4 years agognu: haveged: Use @acronym in description.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:23:01 +0000 (23:23 +0200)]
gnu: haveged: Use @acronym in description.

* gnu/packages/linux.scm (havege)[description]: Substitute @acronym
for @dfn mark-up.

4 years agognu: haveged: Use HTTPS home page.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:19:08 +0000 (23:19 +0200)]
gnu: haveged: Use HTTPS home page.

* gnu/packages/linux.scm (haveged)[home-page]: Use HTTPS.

4 years agognu: haveged: Update to 1.9.6.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:18:39 +0000 (23:18 +0200)]
gnu: haveged: Update to 1.9.6.

* gnu/packages/linux.scm (haveged): Update to 1.9.6.

4 years agognu: emacs-helm-company: Update to 0.2.5.
Brian Leung [Mon, 9 Sep 2019 04:37:16 +0000 (06:37 +0200)]
gnu: emacs-helm-company: Update to 0.2.5.

* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add opencsg.
Steve Sprang [Fri, 23 Aug 2019 22:38:42 +0000 (15:38 -0700)]
gnu: Add opencsg.

* gnu/packages/graphics.scm (opencsg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: python-language-server: Update to 0.28.1.
Brian Leung [Sat, 24 Aug 2019 02:47:38 +0000 (04:47 +0200)]
gnu: python-language-server: Update to 0.28.1.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.28.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: cmake: Add package variant that knows about X.509 certificates.
Ludovic Courtès [Tue, 10 Sep 2019 17:04:51 +0000 (19:04 +0200)]
gnu: cmake: Add package variant that knows about X.509 certificates.

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

* gnu/packages/patches/cmake-curl-certificates.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/cmake.scm (cmake/fixed): New variable.

4 years agognu: links: Update to 2.20.1 [security fix for tor users].
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 21:00:42 +0000 (23:00 +0200)]
gnu: links: Update to 2.20.1 [security fix for tor users].

* gnu/packages/web-browsers.scm (links): Update to 2.20.1.

4 years agognu: strongswan: Update to 5.8.1.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 19:47:08 +0000 (21:47 +0200)]
gnu: strongswan: Update to 5.8.1.

* gnu/packages/networking.scm (strongswan): Update to 5.8.1.

4 years agognu: youtube-dl: Update to 2019.09.01.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 19:38:55 +0000 (21:38 +0200)]
gnu: youtube-dl: Update to 2019.09.01.

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

4 years agognu: i3blocks: Update to 1.5.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 17:38:40 +0000 (19:38 +0200)]
gnu: i3blocks: Update to 1.5.

* gnu/packages/wm.scm (i3blocks): Update to 1.5.
[source]: Use git tag.
[arguments]: Remove entirely.

4 years agognu: weechat: Update to 2.6.
Tobias Geerinckx-Rice [Tue, 10 Sep 2019 13:26:38 +0000 (15:26 +0200)]
gnu: weechat: Update to 2.6.

* gnu/packages/irc.scm (weechat): Update to 2.6.
[source]: Remove obsolete patch.
[inputs]: Replace python-2 with python(@3).
[arguments]: Remove ‘wrap’ phase.
* gnu/packages/patches/weechat-python.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

4 years agoimport: KDE updater finds packages even in sub-directory.
Hartmut Goebel [Sun, 4 Aug 2019 09:32:39 +0000 (11:32 +0200)]
import: KDE updater finds packages even in sub-directory.

Fixes <http://issues.guix.gnu.org/issue/30345> and
finally fixes <http://issues.guix.gnu.org/issue/25020>.

Formerly packages living in a path like
/stable/frameworks/5.60/portingAids/kross-5.60.0.tar.xz
have not been found.

* guix/import/kde.scm (uri->kde-path-pattern): New procedure.
  (latest-kde-release): Use pattern to search for file.

4 years agoupstream: Move KDE updater into a separate module.
Hartmut Goebel [Tue, 3 Sep 2019 12:16:03 +0000 (14:16 +0200)]
upstream: Move KDE updater into a separate module.

As it was done for (guix import gnome).

* guix/import/kde.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/gnu-maintenance.scm (%kde-updater) (%kde-file-list-uri)
  (download.kde.org-files) (latest-kde-release): Remove.

4 years agognu-maintenance: KDE updater no longer relies on FTP access.
Hartmut Goebel [Sun, 4 Aug 2019 09:30:32 +0000 (11:30 +0200)]
gnu-maintenance: KDE updater no longer relies on FTP access.

Fetch the ls-lR.bz2 file list for download.kde.org, convert it into a list of
file paths and cache the list.

* guix/gnu-maintenance.scm (%kde-file-list-uri): New variable.
  (download.kde.org-files): New procedure.
  (latest-kde-release): Change to use DOWNLOAD.KDE.ORG-FILES and search
  for files in this list.

4 years agoguix: Rename and move sans-extension to tarball-sans-extension.
Hartmut Goebel [Tue, 27 Aug 2019 16:20:16 +0000 (18:20 +0200)]
guix: Rename and move sans-extension to tarball-sans-extension.

* guix/gnu-maintenance.scm (sans-extension): Move and rename to ...
* guix/utils.scm (tarball-sans-extension): ... here.

4 years agognu: ghc@8.6: Add missing 'native-search-paths'.
Timothy Sample [Tue, 10 Sep 2019 01:12:41 +0000 (21:12 -0400)]
gnu: ghc@8.6: Add missing 'native-search-paths'.

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

* gnu/packages/haskell.scm (ghc-8.6)[native-search-paths]: Set search
paths explicitly instead of inheriting them.

4 years agognu: rclone: Update to 1.49.2.
Tobias Geerinckx-Rice [Mon, 9 Sep 2019 23:40:17 +0000 (01:40 +0200)]
gnu: rclone: Update to 1.49.2.

* gnu/packages/sync.scm (rclone): Update to 1.49.2.

4 years agognu: fakeroot: Update to 1.24.
Tobias Geerinckx-Rice [Mon, 9 Sep 2019 23:34:39 +0000 (01:34 +0200)]
gnu: fakeroot: Update to 1.24.

* gnu/packages/linux.scm (fakeroot): Update to 1.24.
[source]: Adjust and use HTTPS.

4 years agognu: eclib: Update to 20190909.
Tobias Geerinckx-Rice [Mon, 9 Sep 2019 23:28:28 +0000 (01:28 +0200)]
gnu: eclib: Update to 20190909.

* gnu/packages/algebra.scm (eclib): Update to 20190909.

4 years agognu: aisleriot: Update to 3.22.9.
Tobias Geerinckx-Rice [Mon, 9 Sep 2019 22:39:35 +0000 (00:39 +0200)]
gnu: aisleriot: Update to 3.22.9.

* gnu/packages/gnome.scm (aisleriot): Update to 3.22.9.

4 years agognu: monero-gui: Update to 0.14.1.2.
Guillaume Le Vaillant [Wed, 4 Sep 2019 14:58:57 +0000 (16:58 +0200)]
gnu: monero-gui: Update to 0.14.1.2.

* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: monero: Activate Trezor support.
Guillaume Le Vaillant [Wed, 4 Sep 2019 14:58:56 +0000 (16:58 +0200)]
gnu: monero: Activate Trezor support.

* gnu/packages/finance.scm (monero):
  [native-inputs]: Add python and protobuf.
  [inputs]: Add libusb and protobuf.
  [arguments]: Add delete-dead-links phase.
  (monero-gui)[inputs]: Add libusb and protobuf.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: monero: Fix detection of readline library.
Guillaume Le Vaillant [Wed, 4 Sep 2019 14:58:55 +0000 (16:58 +0200)]
gnu: monero: Fix detection of readline library.

* gnu/packages/finance.scm (monero)[arguments]: Define 'Readline_ROOT_DIR'
  in 'configure-flags'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add copyright header.
L p R n d n [Mon, 2 Sep 2019 15:05:44 +0000 (17:05 +0200)]
gnu: Add copyright header.

* gnu/packages/xfce.scm: Add copyright header.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: orage: Fix build.
L p R n d n [Mon, 2 Sep 2019 15:04:50 +0000 (17:04 +0200)]
gnu: orage: Fix build.

* gnu/packages/xfce.scm (orage)[arguments]: Add phase fixing build with libical3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: ristretto: Update to 0.10.0.
L p R n d n [Mon, 2 Sep 2019 14:11:01 +0000 (16:11 +0200)]
gnu: ristretto: Update to 0.10.0.

* gnu/packages/xfce.scm (ristretto): Update to 0.10.0.
[inputs] Add gtk+. Remove gtk+-2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: mousepad: Update to 0.4.2.
L p R n d n [Mon, 2 Sep 2019 14:10:49 +0000 (16:10 +0200)]
gnu: mousepad: Update to 0.4.2.

* gnu/packages/xfce.scm (mousepad): Update to 0.4.2.
[arguments] Remove unnecessary --enable-gtk3 flag from #:configure-flags.
[inputs] Add xfconf.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agoimport: crate: Allow imports of a specific version.
Martin Becze [Mon, 9 Sep 2019 15:36:04 +0000 (11:36 -0400)]
import: crate: Allow imports of a specific version.

* guix/import/crate.scm (crate->guix-package): Add optional 'version'
argument and honor it.
* guix/scripts/import/crate.scm (guix-import-crate): Assume the first
argument is a spec and destructure it with
'package-name->name+version'.  Pass both to 'crate->guix-package'.
* doc/guix.texi (Invoking guix import): Document it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agorefresh: Distinguish between "no updater" and "failing updater".
Ludovic Courtès [Mon, 9 Sep 2019 08:33:42 +0000 (10:33 +0200)]
refresh: Distinguish between "no updater" and "failing updater".

Previously, something like "guix refresh texmacs" would report "no
updater".  Now, it reports that the 'gnu-ftp' updater failed to list
releases.

* guix/upstream.scm (lookup-updater): Use 'find' instead of 'any' to
return the <upstream-updater>.
(package-latest-release): Adjust accordingly.
* guix/scripts/refresh.scm (check-for-package-update): When
'package-latest-release' returns #f, distinguish between "no updater"
and "failing updater".

4 years agopackages: 'package-field-location' really catches 'system-error.
Ludovic Courtès [Mon, 9 Sep 2019 08:19:59 +0000 (10:19 +0200)]
packages: 'package-field-location' really catches 'system-error.

This had been wrong since forever (i.e., 2013).

* guix/packages.scm (package-field-location): Catch 'system-error, not
'system.

4 years agognu: zeromq: Use HTTPS home page.
Tobias Geerinckx-Rice [Mon, 9 Sep 2019 15:21:10 +0000 (17:21 +0200)]
gnu: zeromq: Use HTTPS home page.

* gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.

4 years agognu: zeromq: Update to 4.3.2.
Tobias Geerinckx-Rice [Mon, 9 Sep 2019 15:20:21 +0000 (17:20 +0200)]
gnu: zeromq: Update to 4.3.2.

* gnu/packages/networking.scm (zeromq): Update to 4.3.2.
[source]: Download GitHub release tarball.

4 years agognu: libmbim: Update to 1.20.0.
Tobias Geerinckx-Rice [Sat, 7 Sep 2019 23:32:39 +0000 (01:32 +0200)]
gnu: libmbim: Update to 1.20.0.

* gnu/packages/freedesktop.scm (libmbim): Update to 1.20.0.

4 years agognu: libmbim: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sat, 7 Sep 2019 23:32:50 +0000 (01:32 +0200)]
gnu: libmbim: Don't use NAME in source URI.

* gnu/packages/freedesktop.scm (libmbim)[source]: Hard-code NAME.

4 years agognu: libsecret: Update to 0.19.1.
Tobias Geerinckx-Rice [Sat, 7 Sep 2019 23:50:58 +0000 (01:50 +0200)]
gnu: libsecret: Update to 0.19.1.

* gnu/packages/gnome.scm (libsecret): Update to 0.19.1.

4 years agognu: libsecret: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sat, 7 Sep 2019 23:51:11 +0000 (01:51 +0200)]
gnu: libsecret: Don't use NAME in source URI.

* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.

4 years agognu: mes: Update to 0.20.
Jan Nieuwenhuizen [Sat, 7 Sep 2019 17:09:48 +0000 (19:09 +0200)]
gnu: mes: Update to 0.20.

* gnu/packages/mes.scm (mes): Update to 0.20.  Use nyacc-0.99.0.

4 years agognu: mescc-tools: Update to 0.6.1.
Jan Nieuwenhuizen [Sat, 7 Sep 2019 17:23:43 +0000 (19:23 +0200)]
gnu: mescc-tools: Update to 0.6.1.

* gnu/packages/mes.scm (mescc-tools): Update to 0.6.1.

4 years agognu: nyacc: Update to 0.99.0.
Jan Nieuwenhuizen [Sat, 7 Sep 2019 17:08:29 +0000 (19:08 +0200)]
gnu: nyacc: Update to 0.99.0.

* gnu/packages/mes.scm (nyacc): Update to 0.99.0.

4 years agognu: grammalecte: Update to 1.4.0.
Nicolas Goaziou [Mon, 9 Sep 2019 20:19:01 +0000 (22:19 +0200)]
gnu: grammalecte: Update to 1.4.0.

* gnu/packages/dictionaries.scm (grammalecte): Update to 1.4.0.
[synopsis]: Remove spurious space.

4 years agognu: Add scron.
Robert Vollmert [Tue, 30 Jul 2019 09:36:33 +0000 (11:36 +0200)]
gnu: Add scron.

* gnu/packages/suckless.scm (scron): New package.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>