jackhill/guix/guix.git
4 years agonews: Fix 'de' translation.
Florian Pelz [Thu, 17 Oct 2019 03:21:28 +0000 (03:21 +0000)]
news: Fix 'de' translation.

* etc/news.scm: Add new 'de' translation.

4 years agognu: diffoscope: Update to 126.
Vagrant Cascadian [Thu, 17 Oct 2019 01:18:00 +0000 (18:18 -0700)]
gnu: diffoscope: Update to 126.

* gnu/packages/diffoscope (diffoscope): Update to 126.
  [arguments]: Remove add-known-tools phase, merged upstream.

4 years agognu: python-genshi: Update to 0.7.2.
Tobias Geerinckx-Rice [Thu, 17 Oct 2019 01:03:36 +0000 (03:03 +0200)]
gnu: python-genshi: Update to 0.7.2.

* gnu/packages/python-web.scm (python-genshi): Update to 0.7.2.

4 years agognu: kitty: Update to 0.14.6.
Tobias Geerinckx-Rice [Thu, 17 Oct 2019 00:27:15 +0000 (02:27 +0200)]
gnu: kitty: Update to 0.14.6.

* gnu/packages/terminals.scm (kitty): Update to 0.14.6.

4 years agognu: telegram-purple: Update to 1.4.2.
Tobias Geerinckx-Rice [Thu, 17 Oct 2019 00:25:33 +0000 (02:25 +0200)]
gnu: telegram-purple: Update to 1.4.2.

* gnu/packages/messaging.scm (telegram-purple): Update to 1.4.2.

4 years agognu: tiled: Update to 1.2.5.
Tobias Geerinckx-Rice [Thu, 17 Oct 2019 00:20:11 +0000 (02:20 +0200)]
gnu: tiled: Update to 1.2.5.

* gnu/packages/game-development.scm (tiled): Update to 1.2.5.

4 years agognu: r-bayesm: Update to 3.1-4.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 22:34:40 +0000 (00:34 +0200)]
gnu: r-bayesm: Update to 3.1-4.

* gnu/packages/cran.scm (r-bayesm): Update to 3.1-4.

4 years agognu: emacs-ivy: Update to 0.13.0.
Brian Leung [Wed, 16 Oct 2019 23:27:38 +0000 (01:27 +0200)]
gnu: emacs-ivy: Update to 0.13.0.

* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.0.

4 years agonews: Fix ‘nl’ translation typo.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 21:42:25 +0000 (23:42 +0200)]
news: Fix ‘nl’ translation typo.

* etc/news.scm: Fix typo.

4 years agognu: python-unidecode: Update to 1.1.1.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 19:41:31 +0000 (21:41 +0200)]
gnu: python-unidecode: Update to 1.1.1.

* gnu/packages/python-xyz.scm (python-unidecode): Update to 1.1.1.

4 years agognu: python-pygithub: Update to 1.43.8.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 19:14:31 +0000 (21:14 +0200)]
gnu: python-pygithub: Update to 1.43.8.

* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.43.8.

4 years agognu: guix: Update to f63e493.
Ludovic Courtès [Wed, 16 Oct 2019 21:37:00 +0000 (23:37 +0200)]
gnu: guix: Update to f63e493.

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

4 years agonews: Add 'de' translation.
Florian Pelz [Wed, 16 Oct 2019 14:37:27 +0000 (16:37 +0200)]
news: Add 'de' translation.

* etc/news.scm: Add new 'de' translation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agonews: Add 'fr' translation.
Julien Lepiller [Wed, 16 Oct 2019 20:09:01 +0000 (22:09 +0200)]
news: Add 'fr' translation.

* etc/news.scm: Add 'fr' translation.

4 years agonews: Add 'nl' translation.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 20:08:09 +0000 (22:08 +0200)]
news: Add 'nl' translation.

* etc/news.scm: Add 'nl' translation.

4 years agonews: Add entry for security issue with /var/guix/profiles/per-user.
Ludovic Courtès [Wed, 16 Oct 2019 10:16:20 +0000 (12:16 +0200)]
news: Add entry for security issue with /var/guix/profiles/per-user.

* etc/news.scm: Add entry for security issue in multi-user setups.

4 years agodaemon: Make 'profiles/per-user' non-world-writable.
Ludovic Courtès [Wed, 16 Oct 2019 09:51:42 +0000 (11:51 +0200)]
daemon: Make 'profiles/per-user' non-world-writable.

Fixes <https://bugs.gnu.org/37744>.
Reported at <https://www.openwall.com/lists/oss-security/2019/10/09/4>.

Based on Nix commit 5a303093dcae1e5ce9212616ef18f2ca51020b0d
by Eelco Dolstra <edolstra@gmail.com>.

* nix/libstore/local-store.cc (LocalStore::LocalStore): Set 'perUserDir'
to #o755 instead of #o1777.
(LocalStore::createUser): New function.
* nix/libstore/local-store.hh (LocalStore): Add it.
* nix/libstore/store-api.hh (StoreAPI): Add it.
* nix/nix-daemon/nix-daemon.cc (performOp): In 'wopSetOptions', add
condition to handle "user-name" property and honor it.
(processConnection): Add 'userId' parameter.  Call 'store->createUser'
when userId is not -1.
* guix/profiles.scm (ensure-profile-directory): Note that this is now
handled by the daemon.
* guix/store.scm (current-user-name): New procedure.
(set-build-options): Add #:user-name parameter and pass it to the daemon.
* tests/guix-daemon.sh: Test the creation of 'profiles/per-user' when
listening on a TCP socket.
* tests/store.scm ("profiles/per-user exists and is not writable")
("profiles/per-user/$USER exists"): New tests.

4 years agobuild: Remove references to 'NIX_LOCALSTATE_DIR'.
Ludovic Courtès [Wed, 16 Oct 2019 17:11:41 +0000 (19:11 +0200)]
build: Remove references to 'NIX_LOCALSTATE_DIR'.

* build-aux/test-env.in: Remove references to 'NIX_LOCALSTATE_DIR'.

4 years agodaemon: Remove traces of 'NIX_ROOT_FINDER'.
Ludovic Courtès [Wed, 16 Oct 2019 17:09:46 +0000 (19:09 +0200)]
daemon: Remove traces of 'NIX_ROOT_FINDER'.

This is a followup to 2e3e5d21988fc2cafb2a9eaf4b00976ea425629d.

* build-aux/test-env.in: Remove mentions of 'NIX_ROOT_FINDER'.
* nix/libstore/gc.cc (LocalStore::collectGarbage): Adjust comment
accordingly.

4 years agognu: emacs-yasnippet: Don't use unstable tarball.
Brian Leung [Wed, 16 Oct 2019 20:23:50 +0000 (22:23 +0200)]
gnu: emacs-yasnippet: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]: Use GIT-FETCH and
  GIT-FILE-NAME.
[source]: Enable tests.

4 years agognu: emacs-lpy: Update to 0.1.0-3.43b401f.
Brian Leung [Wed, 16 Oct 2019 19:26:53 +0000 (21:26 +0200)]
gnu: emacs-lpy: Update to 0.1.0-3.43b401f.

* gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 0.1.0-3.43b401f.

4 years agognu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476].
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 18:14:48 +0000 (20:14 +0200)]
gnu: bind: Update to 9.14.7 [fixes CVE-2019-6475 & CVE-2019-6476].

* gnu/packages/dns.scm (isc-bind): Update to 9.14.7.

4 years agognu: perl-class-method-modifiers: Update to 2.13.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 03:42:29 +0000 (05:42 +0200)]
gnu: perl-class-method-modifiers: Update to 2.13.

* gnu/packages/perl.scm (perl-class-method-modifiers): Update to 2.13.
[native-inputs]: Replace perl-test-requires with perl-test-needs.

4 years agognu: sudo: Update to 1.8.28p1.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 15:24:30 +0000 (17:24 +0200)]
gnu: sudo: Update to 1.8.28p1.

* gnu/packages/admin.scm (sudo): Update to 1.8.28p1.

4 years agognu: rkrlv2: Update to 0-2.7edcb4e.
Ricardo Wurmus [Wed, 16 Oct 2019 11:34:50 +0000 (13:34 +0200)]
gnu: rkrlv2: Update to 0-2.7edcb4e.

* gnu/packages/music.scm (rkrlv2): Update to 0-2.7edcb4e.

4 years agoRevert "gnu: aspell: Update to 0.60.8."
Efraim Flashner [Wed, 16 Oct 2019 06:31:54 +0000 (09:31 +0300)]
Revert "gnu: aspell: Update to 0.60.8."

This reverts commit 4fcb6a3558b4212462c7c2afd2f5a834342f41be.

aspell causes about 1400 packages to be rebuilt.

4 years agognu: aspell-dict-pt-pt: Upgrade to 20190329-1-0.
Efraim Flashner [Wed, 16 Oct 2019 06:26:59 +0000 (09:26 +0300)]
gnu: aspell-dict-pt-pt: Upgrade to 20190329-1-0.

* gnu/packages/aspell.scm (aspell-dict-pt-pt): Upgrade to 20190329-1-0.

4 years agognu: aspell-dict-pt-br: Upgrade to 20131030-12-0.
Efraim Flashner [Wed, 16 Oct 2019 06:25:58 +0000 (09:25 +0300)]
gnu: aspell-dict-pt-br: Upgrade to 20131030-12-0.

* gnu/packages/aspell.scm (aspell-dict-pt-br): Upgrade to 20131030-12-0.

4 years agognu: aspell-dict-en: Upgrade to 2019.10.06-0.
Efraim Flashner [Wed, 16 Oct 2019 06:23:37 +0000 (09:23 +0300)]
gnu: aspell-dict-en: Upgrade to 2019.10.06-0.

* gnu/packages/aspell.scm (aspell-dict-en): Upgrade to 2019.10.06-0.

4 years agognu: aspell-dict-de: Update to 20161207-7-0.
Efraim Flashner [Wed, 16 Oct 2019 06:22:23 +0000 (09:22 +0300)]
gnu: aspell-dict-de: Update to 20161207-7-0.

* gnu/packages/aspell.scm (aspell-dict-de): Update to 20161207-7-0.

4 years agognu: aspell: Update to 0.60.8.
Efraim Flashner [Wed, 16 Oct 2019 06:19:50 +0000 (09:19 +0300)]
gnu: aspell: Update to 0.60.8.

* gnu/packages/aspell.scm (aspell): Update to 0.60.8.
[source]: Remove patch.
* gnu/packages/patches/aspell-gcc-compat.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

4 years agognu: man-pages: Update to 5.03.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 02:00:57 +0000 (04:00 +0200)]
gnu: man-pages: Update to 5.03.

* gnu/packages/man.scm (man-pages): Update to 5.03.

4 years agognu: perl-class-c3-adopt-next: Update to 0.14.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 03:05:16 +0000 (05:05 +0200)]
gnu: perl-class-c3-adopt-next: Update to 0.14.

* gnu/packages/perl.scm (perl-class-c3-adopt-next): Update to 0.14.
[native-inputs]: Add perl-module-build and perl-module-build-tiny.

4 years agognu: perl-file-find-object-rule: Update to 0.0311.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 02:49:30 +0000 (04:49 +0200)]
gnu: perl-file-find-object-rule: Update to 0.0311.

* gnu/packages/perl.scm (perl-file-find-object-rule): Update to 0.0311.

4 years agognu: perl-datetime-format-flexible: Make test input native.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 03:20:29 +0000 (05:20 +0200)]
gnu: perl-datetime-format-flexible: Make test input native.

* gnu/packages/perl.scm (perl-datetime-format-flexible)
[native-inputs]: Move perl-test-mocktime here…
[propagated-inputs]: …from here.

4 years agognu: perl-datetime-format-flexible: Fix typo in synopsis.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 03:21:27 +0000 (05:21 +0200)]
gnu: perl-datetime-format-flexible: Fix typo in synopsis.

* gnu/packages/perl.scm (perl-datetime-format-flexible)[synopsis]: Fix typo.

4 years agognu: perl-datetime-format-flexible: Update to 0.32.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 03:12:51 +0000 (05:12 +0200)]
gnu: perl-datetime-format-flexible: Update to 0.32.

* gnu/packages/perl.scm (perl-datetime-format-flexible): Update to 0.32.
[native-inputs]: Add perl-test-exception and perl-test-nowarnings.

4 years agognu: perl-net-dns: Update to 1.21.
Tobias Geerinckx-Rice [Tue, 15 Oct 2019 16:46:30 +0000 (18:46 +0200)]
gnu: perl-net-dns: Update to 1.21.

* gnu/packages/networking.scm (perl-net-dns): Update to 1.21.

4 years agognu: perl-yaml: Update to 1.29.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 02:47:19 +0000 (04:47 +0200)]
gnu: perl-yaml: Update to 1.29.

* gnu/packages/perl.scm (perl-yaml): Update to 1.29.

4 years agognu: perl-yaml-libyaml: Update to 0.80.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 02:22:40 +0000 (04:22 +0200)]
gnu: perl-yaml-libyaml: Update to 0.80.

* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.80.

4 years agognu: perl-test-runvalgrind: Update to 0.2.1.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 01:08:19 +0000 (03:08 +0200)]
gnu: perl-test-runvalgrind: Update to 0.2.1.

* gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.1.

4 years agognu: perl-gtk2: Update to 1.24993.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 01:06:10 +0000 (03:06 +0200)]
gnu: perl-gtk2: Update to 1.24993.

* gnu/packages/gtk.scm (perl-gtk2): Update to 1.24993.

4 years agognu: kakoune: Update to 2019.07.01.
Tobias Geerinckx-Rice [Tue, 15 Oct 2019 16:47:37 +0000 (18:47 +0200)]
gnu: kakoune: Update to 2019.07.01.

* gnu/packages/text-editors.scm (kakoune): Update to 2019.07.01.

4 years agognu: python-pylibmc: Update to 1.6.1.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 00:24:07 +0000 (02:24 +0200)]
gnu: python-pylibmc: Update to 1.6.1.

* gnu/packages/databases.scm (python-pylibmc): Update to 1.6.1.

4 years agognu: python-tornado-http-auth: Update to 1.1.1.
Tobias Geerinckx-Rice [Wed, 16 Oct 2019 01:27:17 +0000 (03:27 +0200)]
gnu: python-tornado-http-auth: Update to 1.1.1.

* gnu/packages/python-web.scm (python-tornado-http-auth): Update to 1.1.1.

4 years agognu: onionshare: Update to 2.2.
Eric Bavier [Wed, 16 Oct 2019 03:31:11 +0000 (22:31 -0500)]
gnu: onionshare: Update to 2.2.

* gnu/packages/tor.scm (onionshare): Update to 2.2.
[inputs]: Add python-flask-httpauth.
[arguments]: Adjust 'fix-install-path' to new file name.
[description]: Improve wording and clarity.
[license]: Add expat license for bundled jquery.

4 years agognu: python-language-server: Update to 0.29.1.
Brian Leung [Tue, 15 Oct 2019 22:06:58 +0000 (15:06 -0700)]
gnu: python-language-server: Update to 0.29.1.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.29.1.
[inputs]: Add python-flake8

4 years agognu: econnman: Build with python.
Efraim Flashner [Tue, 15 Oct 2019 20:47:33 +0000 (23:47 +0300)]
gnu: econnman: Build with python.

* gnu/packages/connman.scm (econnman)[inputs]: Remove python-2,
python2-dbus, python2-efl. Add python-wrapper, python-dbus, python-efl.

4 years agognu: connman: Update build inputs.
Efraim Flashner [Tue, 15 Oct 2019 20:45:45 +0000 (23:45 +0300)]
gnu: connman: Update build inputs.

* gnu/packages/connman.scm (connman)[arguments]: Don't enable pptp, it
isn't available.
[native-inputs]: Remove python-2, add python-wrapper.
[inputs]: Remove polkit, add xl2tpd.

4 years agognu: xl2tpd: Update to 1.3.15.
Efraim Flashner [Tue, 15 Oct 2019 20:30:28 +0000 (23:30 +0300)]
gnu: xl2tpd: Update to 1.3.15.

* gnu/packages/vpn.scm (xl2tpd): Update to 1.3.15.

4 years agognu: xl2tpd: Fix install directory.
Efraim Flashner [Tue, 15 Oct 2019 20:29:54 +0000 (23:29 +0300)]
gnu: xl2tpd: Fix install directory.

* gnu/packages/vpn.scm (xl2tpd)[arguments]: Unset DESTDIR, set PREFIX.

4 years agognu: ansible: Update to 2.8.5.
Arun Isaac [Tue, 15 Oct 2019 20:00:18 +0000 (01:30 +0530)]
gnu: ansible: Update to 2.8.5.

* gnu/packages/admin.scm (ansible): Update to 2.8.5.

4 years agognu: ansible: Work around issues with Guix wrapper scripts.
Arun Isaac [Tue, 15 Oct 2019 19:59:10 +0000 (01:29 +0530)]
gnu: ansible: Work around issues with Guix wrapper scripts.

* gnu/packages/admin.scm (ansible)[arguments]: Remove fix-symlinks phase. Add
replace-symlinks phase.

4 years agognu: pwsafe: Move googletest to native-inputs.
Efraim Flashner [Tue, 15 Oct 2019 19:30:49 +0000 (22:30 +0300)]
gnu: pwsafe: Move googletest to native-inputs.

* gnu/packages/password-utils.scm (pwsafe)[inputs]: Move googletest ...
[native-inputs]: ... to here.

4 years agognu: pwsafe: Update to 3.5.0
Tim Gesthuizen [Tue, 15 Oct 2019 17:45:13 +0000 (19:45 +0200)]
gnu: pwsafe: Update to 3.5.0

* gnu/packages/password-utils.scm (pwsafe): Update to 3.5.0.
[source]: Use git-file-name.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: wm.scm: Sort module imports.
Efraim Flashner [Tue, 15 Oct 2019 18:55:09 +0000 (21:55 +0300)]
gnu: wm.scm: Sort module imports.

* gnu/packages/wm.scm: Sort module imports.

4 years agognu: polybar: Add jsoncpp.
Efraim Flashner [Tue, 15 Oct 2019 18:51:07 +0000 (21:51 +0300)]
gnu: polybar: Add jsoncpp.

* gnu/packages/wm.scm (polybar)[inputs]: Add jsoncpp.

4 years agognu: polybar: Update source uri.
Efraim Flashner [Tue, 15 Oct 2019 18:34:27 +0000 (21:34 +0300)]
gnu: polybar: Update source uri.

* gnu/packages/wm.scm (polybar)[source]: Update source uri. Remove
file-name.

4 years agognu: polybar: Update to 3.4.0.
tanguy@bioneland.org [Mon, 14 Oct 2019 08:10:27 +0000 (10:10 +0200)]
gnu: polybar: Update to 3.4.0.

* gnu/packages/wm.scm (polybar): Update to 3.4.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agoinferior: Set the error port when using older Guix versions.
Christopher Baines [Wed, 2 Oct 2019 18:14:05 +0000 (19:14 +0100)]
inferior: Set the error port when using older Guix versions.

This makes the behaviour more consistent.

* guix/inferior.scm (inferior-pipe): Wrap the second open-pipe* call with
with-error-to-port, to match the first call to open-pipe*.

4 years agoinferior: Allow controlling the inferior error port.
Christopher Baines [Wed, 2 Oct 2019 18:12:38 +0000 (19:12 +0100)]
inferior: Allow controlling the inferior error port.

Previously, stderr for the inferior process would always be sent to /dev/null
because the current-output-port when the process is launched is a void
port. This change means that it's possible to pass in a different port to use.

* guix/inferior.scm (inferior-pipe): Take the error-port as an argument.
(open-inferior): Add new error-port keyword argument, with a default
of (%make-void-port "w").

4 years agognu: ruby-concurrent: Update to 1.1.5.
Marius Bakke [Mon, 14 Oct 2019 18:52:28 +0000 (20:52 +0200)]
gnu: ruby-concurrent: Update to 1.1.5.

* gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch,
gnu/packages/patches/ruby-concurrent-test-arm.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ruby.scm (ruby-concurrent): Update to 1.1.5.
[source](patches): Remove.
[arguments]: Set #:test-target to "ci".  Remove obsolete phases.  Remove
dependencies on 'rake_compiler_dock' and concurrent_ruby.jar.

4 years agognu: ruby-concurrent: Do not use unstable source tarball.
Marius Bakke [Mon, 14 Oct 2019 18:50:47 +0000 (20:50 +0200)]
gnu: ruby-concurrent: Do not use unstable source tarball.

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

4 years agognu: network-manager-openvpn: Update to 1.8.10.
Tobias Geerinckx-Rice [Tue, 15 Oct 2019 13:52:39 +0000 (15:52 +0200)]
gnu: network-manager-openvpn: Update to 1.8.10.

* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.

4 years agognu: network-manager-applet: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Tue, 15 Oct 2019 13:52:30 +0000 (15:52 +0200)]
gnu: network-manager-applet: Don't use NAME in source URI.

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

4 years agognu: network-manager-applet: Build libnm-gtk.
Tobias Geerinckx-Rice [Tue, 15 Oct 2019 13:51:50 +0000 (15:51 +0200)]
gnu: network-manager-applet: Build libnm-gtk.

Fixes network-manager-openvpn <https://issues.guix.gnu.org/issue/37759>.

* gnu/packages/gnome.scm (network-manager-applet)[arguments]:
Set libnm_gtk=true in #:configure-flags.

4 years agognu: patchmatrix: Update to 0.16.0.
Ricardo Wurmus [Tue, 15 Oct 2019 14:04:48 +0000 (16:04 +0200)]
gnu: patchmatrix: Update to 0.16.0.

* gnu/packages/music.scm (patchmatrix): Update to 0.16.0.
[arguments]: Remove custom phase make-gzip-archive-writable.

4 years agognu: Add python-cookiecutter.
Tanguy Le Carrour [Tue, 15 Oct 2019 07:41:28 +0000 (09:41 +0200)]
gnu: Add python-cookiecutter.

* gnu/packages/python-xyz.scm (python-cookiecutter): New public variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: Add python-whichcraft.
Tanguy Le Carrour [Tue, 15 Oct 2019 07:40:59 +0000 (09:40 +0200)]
gnu: Add python-whichcraft.

* gnu/packages/python-xyz.scm (python-whichcraft): New public variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: Add python-poyo.
Tanguy Le Carrour [Tue, 15 Oct 2019 07:38:24 +0000 (09:38 +0200)]
gnu: Add python-poyo.

* gnu/packages/python-xyz.scm (python-poyo): New public variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: Add python-jinja2-time.
Tanguy Le Carrour [Tue, 15 Oct 2019 07:37:59 +0000 (09:37 +0200)]
gnu: Add python-jinja2-time.

* gnu/packages/python-xyz.scm (python-jinja2-time): New public variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agognu: Add gnome-mahjongg.
David Wilson [Sat, 12 Oct 2019 16:07:11 +0000 (09:07 -0700)]
gnu: Add gnome-mahjongg.

* gnu/packages/gnome.scm (gnome-mahjongg) New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add r-unifiedwmwqpcr.
zimoun [Tue, 8 Oct 2019 17:35:18 +0000 (19:35 +0200)]
gnu: Add r-unifiedwmwqpcr.

* gnu/packages/bioconductor.scm (r-unifiedwmwqpcr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: Add r-htqpcr.
zimoun [Tue, 8 Oct 2019 17:35:16 +0000 (19:35 +0200)]
gnu: Add r-htqpcr.

* gnu/packages/bioconductor.scm (r-htqpcr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: openmpi: Add dependency on UCX when supported.
Ludovic Courtès [Tue, 15 Oct 2019 11:56:06 +0000 (13:56 +0200)]
gnu: openmpi: Add dependency on UCX when supported.

* gnu/packages/mpi.scm (openmpi)[inputs]: Add UCX conditionally.

4 years agognu: Add ucx.
Ludovic Courtès [Tue, 15 Oct 2019 09:18:49 +0000 (11:18 +0200)]
gnu: Add ucx.

* gnu/packages/fabric-management.scm (ucx): New variable.

4 years agossh: Add a longer SSH timeout by default.
Ludovic Courtès [Tue, 15 Oct 2019 10:33:46 +0000 (12:33 +0200)]
ssh: Add a longer SSH timeout by default.

* guix/ssh.scm (open-ssh-session): Add #:timeout parameter, and add call
to 'session-set!' to honor it.

4 years agooffload: Set a longer SSH session timeout.
Ludovic Courtès [Tue, 15 Oct 2019 10:24:09 +0000 (12:24 +0200)]
offload: Set a longer SSH session timeout.

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

* guix/scripts/offload.scm (open-ssh-session): Add 'max-silent-time'
parameter.  Add call to 'session-set!' before returning SESSION.
(transfer-and-offload): Pass MAX-SILENT-TIME to 'open-ssh-session'.
(%short-timeout): New variable.
(choose-build-machine): Pass %SHORT-TIMEOUT to 'open-ssh-session'.
(check-machine-availability): Likewise.
(check-machine-status): Likewise.

4 years agotests: Skip container test when lacking kernel support.
Ludovic Courtès [Tue, 15 Oct 2019 08:21:41 +0000 (10:21 +0200)]
tests: Skip container test when lacking kernel support.

This is a followup to 96b35998e610c7fc37bf87bf9e07e63d3bebd0a3.

* tests/containers.scm ("eval/container, non-empty load path"): Add
missing 'skip-if-unsupported' call.

4 years agognu: guix: Update to 88da011.
Ludovic Courtès [Tue, 15 Oct 2019 05:28:36 +0000 (07:28 +0200)]
gnu: guix: Update to 88da011.

* gnu/packages/package-management.scm (guix): Update to 88da011.

4 years agognu: emacs-magit: Add patch for compatibility with emacs-forge.
Brian Leung [Tue, 15 Oct 2019 04:40:16 +0000 (21:40 -0700)]
gnu: emacs-magit: Add patch for compatibility with emacs-forge.

* gnu/local.mk (emacs-magit-format-author-margin.patch): Add patch.
* gnu/packages/emacs-xyz.scm: Add.
* gnu/packages/patches/emacs-magit-log-format-author-margin.patch: Add.

4 years agognu: emacs-prescient: Update to 3.3-1.9505658.
Brian Leung [Tue, 15 Oct 2019 01:50:50 +0000 (18:50 -0700)]
gnu: emacs-prescient: Update to 3.3-1.9505658.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3-1.9505658.

4 years agognu: emacs-ghub: Update to 3.2.0-2.e19cd86.
Brian Leung [Mon, 14 Oct 2019 23:56:22 +0000 (16:56 -0700)]
gnu: emacs-ghub: Update to 3.2.0-2.e19cd86.

* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.2.0-2.e19cd86.
[propagated-inputs]: Add emacs-let-alist.

4 years agognu: emacs-markdown-preview: Fix synopsis.
Brian Leung [Mon, 14 Oct 2019 23:53:41 +0000 (16:53 -0700)]
gnu: emacs-markdown-preview: Fix synopsis.

* gnu/packages/emacs-xyz.scm (emacs-markdown-preview): Fix synopsis.

4 years agognu: clamav: Update to 0.102.0.
Eric Bavier [Tue, 15 Oct 2019 04:12:48 +0000 (23:12 -0500)]
gnu: clamav: Update to 0.102.0.

* gnu/packages/antivirus.scm (clamav): Update to 0.102.0.

4 years agognu: xfsprogs: Install Python script to :python output.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 22:45:40 +0000 (00:45 +0200)]
gnu: xfsprogs: Install Python script to :python output.

* gnu/packages/linux.scm (xfsprogs)[outputs]: Add ‘python’.
[arguments]: Move ‘xfs_scrub_all’ to :python.
[inputs]: Add python-wrapper to make it actually run.

4 years agognu: xfsprogs: Update to 5.2.1.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:59:12 +0000 (23:59 +0200)]
gnu: xfsprogs: Update to 5.2.1.

* gnu/packages/linux.scm (xfsprogs): Update to 5.2.1.

4 years agognu: quaternion: Wrap with extra inputs.
Tobias Geerinckx-Rice [Tue, 15 Oct 2019 00:12:32 +0000 (02:12 +0200)]
gnu: quaternion: Wrap with extra inputs.

* gnu/packages/messaging.scm (quaternion)[inputs]: Add qtquickcontrols2.
[arguments]: Use WRAP-QT-PROGRAM.

4 years agognu: zenity: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:49:14 +0000 (23:49 +0200)]
gnu: zenity: Don't use NAME in source URI.

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

4 years agognu: zenity: Update to 3.32.0.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:49:05 +0000 (23:49 +0200)]
gnu: zenity: Update to 3.32.0.

* gnu/packages/gnome.scm (zenity): Update to 3.32.0.

4 years agognu: r-cmprsk: Update to 2.2-9.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:45:37 +0000 (23:45 +0200)]
gnu: r-cmprsk: Update to 2.2-9.

* gnu/packages/cran.scm (r-cmprsk): Update to 2.2-9.

4 years agognu: r-pkgbuild: Update to 1.0.6.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:45:28 +0000 (23:45 +0200)]
gnu: r-pkgbuild: Update to 1.0.6.

* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6.

4 years agognu: python-git-review: Update to 1.28.0.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:19:01 +0000 (23:19 +0200)]
gnu: python-git-review: Update to 1.28.0.

* gnu/packages/openstack.scm (python-git-review): Update to 1.28.0.

4 years agognu: python-django-override-storage: Update to 0.1.6.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:16:42 +0000 (23:16 +0200)]
gnu: python-django-override-storage: Update to 0.1.6.

* gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.

4 years agognu: python-crate: Update to 0.23.2.
Tobias Geerinckx-Rice [Mon, 14 Oct 2019 21:15:49 +0000 (23:15 +0200)]
gnu: python-crate: Update to 0.23.2.

* gnu/packages/databases.scm (python-crate): Update to 0.23.2.

4 years agognu: pioneer: Update to 20190203.
Eric Bavier [Tue, 15 Oct 2019 01:33:19 +0000 (20:33 -0500)]
gnu: pioneer: Update to 20190203.

* gnu/packages/games.scm (pioneer): Update to 20190203.
[build-system]: Switch from gnu- to cmake-build-system.
[native-inputs]: Remove autoconf and automake.
[inputs]: Add glew.
[arguments]: Adjust configure-flags for cmake.  Remove phase modification.

4 years agopackages: 'fold-available-packages' uses 'supported-package?'.
Ludovic Courtès [Mon, 14 Oct 2019 21:41:24 +0000 (23:41 +0200)]
packages: 'fold-available-packages' uses 'supported-package?'.

Fixes <https://bugs.gnu.org/37748>.
Reported by Marius Bakke <mbakke@fastmail.com>.

This is a followup to d2d63e20d5b981009b61bf416b4d7b516e8f1f34.

* gnu/packages.scm (fold-available-packages): Use 'supported-package?'
instead of (member ... (package-supported-systems ...)) to match what
'generate-package-cache' does.

4 years agognu: Add emacs-git-link.
Brian Leung [Mon, 14 Oct 2019 21:07:48 +0000 (14:07 -0700)]
gnu: Add emacs-git-link.

* gnu/packages/emacs-xyz.scm (emacs-git-link): New variable.

4 years agognu: Add emacs-apheleia.
Brian Leung [Mon, 14 Oct 2019 20:55:21 +0000 (13:55 -0700)]
gnu: Add emacs-apheleia.

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

4 years agognu: Add emacs-git-gutter-fringe.
Brian Leung [Mon, 14 Oct 2019 20:55:09 +0000 (13:55 -0700)]
gnu: Add emacs-git-gutter-fringe.

* gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): New variable.