jackhill/guix/guix.git
4 years agognu: FANN: Update description.
Marius Bakke [Sat, 12 Oct 2019 12:55:29 +0000 (14:55 +0200)]
gnu: FANN: Update description.

* gnu/packages/machine-learning.scm (fann)[description]: Remove "open source".

4 years agognu: arx-libertatis: Update description.
Marius Bakke [Sat, 12 Oct 2019 12:54:21 +0000 (14:54 +0200)]
gnu: arx-libertatis: Update description.

* gnu/packages/games.scm (arx-libertatis)[description]: Remove "open source".

4 years agognu: BOINC: Add a source file name.
Marius Bakke [Sat, 12 Oct 2019 12:52:33 +0000 (14:52 +0200)]
gnu: BOINC: Add a source file name.

While at it, future-proof the URL as well.

* gnu/packages/distributed.scm (boinc-client)[source](file-name): New field.

4 years agognu: BOINC: Update license.
Marius Bakke [Sat, 12 Oct 2019 12:50:29 +0000 (14:50 +0200)]
gnu: BOINC: Update license.

* gnu/packages/distributed.scm (boinc-client)[license]: Add LGPL3+.

4 years agognu: BOINC: Remove redundant comment.
Marius Bakke [Sat, 12 Oct 2019 12:46:09 +0000 (14:46 +0200)]
gnu: BOINC: Remove redundant comment.

* gnu/packages/distributed.scm (boinc-client)[description]: Don't mention
license terms.

4 years agognu: emacs: Add mailutils to inputs.
wednesday [Tue, 30 Apr 2019 21:43:45 +0000 (22:43 +0100)]
gnu: emacs: Add mailutils to inputs.

* gnu/packages/emacs.scm (emacs)[inputs]: Add mailutils.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: mailutils: Update to 3.7.
Tobias Geerinckx-Rice [Sat, 12 Oct 2019 14:04:30 +0000 (16:04 +0200)]
gnu: mailutils: Update to 3.7.

* gnu/packages/mail.scm (mailutils): Update to 3.7.

4 years agognu: amtk: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Sat, 12 Oct 2019 13:41:58 +0000 (15:41 +0200)]
gnu: amtk: Don't use NAME in source URI.

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

4 years agognu: amtk: Update to 5.0.1.
Tobias Geerinckx-Rice [Sat, 12 Oct 2019 13:41:52 +0000 (15:41 +0200)]
gnu: amtk: Update to 5.0.1.

* gnu/packages/gnome.scm (amtk): Update to 5.0.1.

4 years agognu: lightning: Update to 2.1.3.
Tobias Geerinckx-Rice [Sat, 12 Oct 2019 13:22:12 +0000 (15:22 +0200)]
gnu: lightning: Update to 2.1.3.

* gnu/packages/assembly.scm (lightning): Update to 2.1.3.

4 years agognu: Add uchardet.
Reza Alizadeh Majd [Fri, 11 Oct 2019 19:53:21 +0000 (23:23 +0330)]
gnu: Add uchardet.

* gnu/packages/freedesktop.scm (uchardet): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: re2c: Update to 1.2.1.
Sergei Trofimovich [Sat, 12 Oct 2019 12:16:48 +0000 (13:16 +0100)]
gnu: re2c: Update to 1.2.1.

* gnu/packages/re2c.scm (re2c): Update to 1.2.1.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: ld-wrapper: Memoize.
Ludovic Courtès [Sat, 12 Oct 2019 13:01:50 +0000 (15:01 +0200)]
gnu: ld-wrapper: Memoize.

The command:

  guix graph -e '(@@ (gnu packages commencement) coreutils-final)'

now shows 93 nodes (992 edges) instead of 176 nodes (1241 edges).

* gnu/packages/commencement.scm (ld-wrapper-boot0): Use 'mlambda'
instead of 'lambda'.
(ld-wrapper-boot3): Likewise.

4 years agognu: Improve memoization of 'package-with-bootstrap-guile'.
Ludovic Courtès [Sat, 12 Oct 2019 12:42:36 +0000 (14:42 +0200)]
gnu: Improve memoization of 'package-with-bootstrap-guile'.

Before that, the command:

  GUIX_PROFILING=memoization guix build -e '(@@ (gnu packages commencement) gnu-make-final)' -nd

would show that 'package-with-bootstrap-guile' was called 2256
times (hit rate: 89%).  Now, it is called 745 times (hit rate: 85%).

"guix build libreoffice -nd" goes from 2.60s to 2.40s (-8%).

* gnu/packages/commencement.scm (gnu-make-final)
(coreutils-final, grep-final, sed-final, %final-inputs): Call
'package-with-bootstrap-guile' before 'package-with-explicit-inputs'.

4 years agognu: python-scikit-learn: Update to 0.20.4.
Jesse Gibbons [Fri, 11 Oct 2019 19:16:35 +0000 (13:16 -0600)]
gnu: python-scikit-learn: Update to 0.20.4.

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

* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.4.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: mescc-tools: Use 'git-fetch'.
Ludovic Courtès [Sat, 12 Oct 2019 10:22:18 +0000 (12:22 +0200)]
gnu: mescc-tools: Use 'git-fetch'.

* gnu/packages/mes.scm (mescc-tools-0.5.2)[source]: Use 'git-fetch'.
(mescc-tools)[source]: Likewise.

4 years agognu: commencement: Reduce the graph of package objects.
Ludovic Courtès [Sat, 12 Oct 2019 09:35:43 +0000 (11:35 +0200)]
gnu: commencement: Reduce the graph of package objects.

The graph returned by:

  guix graph -e '(@@ (gnu packages commencement) guile-final)'

now contains 94 nodes (664 edges) instead of 394 (2674 edges).

Likewise, this command:

  GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd

shows that the number of lookups to the 'add-data-to-store' caches goes
from 8935 to 5303.

Overall, "guix build libreoffice -nd" goes from 3.17s to 2.60s (-18%).

* gnu/packages/commencement.scm (diffutils-boot0): Remove call to
'package-with-bootstrap-guile' and 'package-with-explicit-inputs', and
adjust accordingly.
(findutils-boot0, file-boot0, binutils-boot0, libstdc++-boot0)
(gcc-boot0, perl-boot0, m4-boot0, bison-boot0, flex-boot0)
(linux-libre-headers-boot0, texinfo-boot0, python-boot0)
(ld-wrapper-boot0, glibc-final-with-bootstrap-bash)
(static-bash-for-glibc, gettext-boot0, glibc-final, binutils-final)
(libstdc++, zlib-final, bash-final): Likewise.
(expat-sans-tests)[inputs]: New field.
[arguments]: Add #:implicit-inputs? and #:guile.
(m4-boot0*): New variable.

4 years agognu: Remove unnecessary uses of 'package-with-bootstrap-guile'.
Ludovic Courtès [Fri, 11 Oct 2019 15:23:13 +0000 (17:23 +0200)]
gnu: Remove unnecessary uses of 'package-with-bootstrap-guile'.

This reduces the object graph returned by:

  guix graph -e '(@@ (gnu packages commencement) glibc-final-with-bootstrap-bash)

from 333 nodes (1542 edges) to 148 nodes (886 edges).

This improves 'package-derivation' memoization and, consequently, the
'add-data-to-store' cache shown by:

  GUIX_PROFILING=add-data-to-store-cache guix build coreutils -nd

goes from 10948 lookups to 8935 lookups.

* gnu/packages/commencement.scm (mes-boot): Remove call to
'package-with-bootstrap-guile'.  Call 'bootstrap-origin' on the source
of NYACC-0.86.
(tcc-boot0): Likewise.
(tcc-boot): Remove call to 'package-with-bootstrap-guile' and call
'bootstrap-origin' on its source.
(make-mesboot0): Remove call to 'package-with-bootstrap-guile'.
(diffutils-mesboot): Likewise.
(binutils-mesboot0): Likewise, and call 'bootstrap-origin' for its
source.
(gcc-core-mesboot): Likewise.
(mesboot-headers): Remove call to 'package-with-bootstrap-guile'.
(glibc-mesboot0): Likewise, and call 'bootstrap-origin' for its source.
(gcc-mesboot0): Remove call to 'package-with-bootstrap-guile'.
(binutils-mesboot): Likewise.
(make-mesboot): Likewise.
(gcc-mesboot1): Likewise, and call 'bootstrap-origin' for its source.
(gcc-mesboot1-wrapper): Remove call to 'package-with-bootstrap-guile'.
(glibc-headers-mesboot): Likewise, and call 'bootstrap-origin' for its
source.
(glibc-mesboot): Remove call to 'package-with-bootstrap-guile'.
(gcc-mesboot): Likewise, and call to 'bootstrap-origin' for its source.
(gcc-mesboot-wrapper): Remove call to 'package-with-bootstrap-guile'.
(m4-mesboot): Likewise.
(gnu-make-boot0): Likewise, and call 'bootstrap-origin' for its source.

4 years agognu: emacs-wgrep: Update to 2.3.1.
Pierre Neidhardt [Sat, 12 Oct 2019 10:09:26 +0000 (12:09 +0200)]
gnu: emacs-wgrep: Update to 2.3.1.

* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.1.

4 years agognu: PyJWT: Update to 1.7.1.
Leo Famulari [Fri, 11 Oct 2019 16:23:06 +0000 (12:23 -0400)]
gnu: PyJWT: Update to 1.7.1.

* gnu/packages/python-xyz.scm (python-pyjwt): Update to 1.7.1.

4 years agognu: Fix typo for nsis.
Carl Dong [Fri, 11 Oct 2019 15:46:03 +0000 (11:46 -0400)]
gnu: Fix typo for nsis.

* gnu/packages/installers.scm (make-nsis): Add space between define and
open bracket.

4 years agognu: Add nsis-x86_64 and nsis-i686.
Carl Dong [Wed, 11 Sep 2019 19:43:19 +0000 (15:43 -0400)]
gnu: Add nsis-x86_64 and nsis-i686.

* guix/build-system/scons.scm (scons-build): Add build-targets and
install-targets parameters.
* guix/build/scons-build-system.scm (build, install): Adjust
accordingly.
* doc/guix.texi (Build Systems): Document it.
* gnu/packages/installers.scm: New file,
(make-nsis): New procedure,
(nsis-x86_64, nsis-i686): New variables.
* gnu/packages/patches/nsis-env-passthru.patch: New file.
* gnu/local.mk (dist_patch_DATA, GNU_SYSTEM_MODULES): Adjust
accordingly.

4 years agognu: knot: Update to 2.9.0.
Tobias Geerinckx-Rice [Fri, 11 Oct 2019 13:54:57 +0000 (15:54 +0200)]
gnu: knot: Update to 2.9.0.

* gnu/packages/dns.scm (knot): Update to 2.9.0.

4 years agognu: emacs-evil-collection: Update to 0.0.3-11.bf2400a.
Brian Leung [Fri, 11 Oct 2019 04:57:44 +0000 (06:57 +0200)]
gnu: emacs-evil-collection: Update to 0.0.3-11.bf2400a.

* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.3-11.bf2400a.

4 years agognu: Add emacs-annalist.
Brian Leung [Fri, 11 Oct 2019 02:50:44 +0000 (04:50 +0200)]
gnu: Add emacs-annalist.

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

4 years agognu: emacs-git-annex: Update to 1.1-2.1324d3f.
Brian Leung [Fri, 11 Oct 2019 02:14:39 +0000 (04:14 +0200)]
gnu: emacs-git-annex: Update to 1.1-2.1324d3f.

* gnu/packages/emacs-xyz.scm (emacs-git-annex): Update to 1.1-2.1324d3f.

4 years agognu: emacs-helm-org-ql: Remove patch file.
Brian Leung [Fri, 11 Oct 2019 00:41:21 +0000 (02:41 +0200)]
gnu: emacs-helm-org-ql: Remove patch file.

* gnu/local.mk (emacs-helm-org-ql): Remove entry.
* gnu/packages/emacs-xyz.scm: Remove patch file.
* gnu/packages/patches/emacs-helm-org-ql.patch: Delete file.

4 years agognu: emacs-racket-mode: Update to 0.0.2-4.2a9a102.
Brian Leung [Thu, 10 Oct 2019 23:58:26 +0000 (01:58 +0200)]
gnu: emacs-racket-mode: Update to 0.0.2-4.2a9a102.

* gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 0.0.2-4.2a9a102.

4 years agognu: emacs-rspec: Update to 1.11-1.66ea7cc.
Brian Leung [Thu, 10 Oct 2019 23:27:13 +0000 (01:27 +0200)]
gnu: emacs-rspec: Update to 1.11-1.66ea7cc.

* gnu/packages/emacs-xyz.scm (emacs-rspec): Update to 1.11-1.66ea7cc.

4 years agognu: apfs-fuse: Fix build.
Leo Famulari [Thu, 10 Oct 2019 23:00:03 +0000 (19:00 -0400)]
gnu: apfs-fuse: Fix build.

* gnu/packages/file-systems.scm (apfs-fuse)[arguments]: Install the LICENSE file
with the default 'install-license-files' phase.

4 years agognu: python-bleach: Update to 3.1.0.
Marius Bakke [Thu, 10 Oct 2019 17:13:15 +0000 (19:13 +0200)]
gnu: python-bleach: Update to 3.1.0.

* gnu/packages/check.scm (python-pytest-runner-2, python2-pytest-runner-2):
New public variables.
* gnu/packages/python-xyz.scm (python-bleach): Update to 3.1.0.
[propagated-inputs]: Remove PYTHON-HTML5LIB-0.9.  Add PYTHON-WEBENCODINGS.
[native-inputs]: Remove PYTHON-NOSE.  Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER-2.

4 years agognu: fluidsynth: Update to 2.0.7.
Marius Bakke [Thu, 10 Oct 2019 15:07:11 +0000 (17:07 +0200)]
gnu: fluidsynth: Update to 2.0.7.

* gnu/packages/audio.scm (fluidsynth): Update to 2.0.7.

4 years agognu: tbb: Update to 2019_U9.
Marius Bakke [Thu, 10 Oct 2019 15:06:46 +0000 (17:06 +0200)]
gnu: tbb: Update to 2019_U9.

* gnu/packages/tbb.scm (tbb): Update to 2019_U9.

4 years agognu: whois: Update to 5.5.2.
Marius Bakke [Thu, 10 Oct 2019 15:06:26 +0000 (17:06 +0200)]
gnu: whois: Update to 5.5.2.

* gnu/packages/networking.scm (whois): Update to 5.5.2.

4 years agognu: appstream-glib: Update to 0.7.16.
Marius Bakke [Thu, 10 Oct 2019 15:05:59 +0000 (17:05 +0200)]
gnu: appstream-glib: Update to 0.7.16.

* gnu/packages/glib.scm (appstream-glib): Update to 0.7.16.

4 years agognu: strace: Update to 5.3.
Marius Bakke [Thu, 10 Oct 2019 15:05:11 +0000 (17:05 +0200)]
gnu: strace: Update to 5.3.

* gnu/packages/patches/strace-ipc-tests.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/linux.scm (strace): Update to 5.3.
[source](patches): Remove.
[arguments]: Remove obsolete phase.

4 years agognu: libsoup: Update to 2.68.2.
Marius Bakke [Thu, 10 Oct 2019 14:01:46 +0000 (16:01 +0200)]
gnu: libsoup: Update to 2.68.2.

* gnu/packages/gnome.scm (libsoup): Update to 2.68.2.
[arguments]: Update #:configure-flags.  Skip tests that attempts to resolve
"subdomain.localhost".
[propagated-inputs]: Add GOOGLE-BROTLI and ZLIB.

4 years agognu: guix: Fix source checksum.
Marius Bakke [Thu, 10 Oct 2019 17:36:49 +0000 (19:36 +0200)]
gnu: guix: Fix source checksum.

This is a follow-up to commit 6c50e1dc0625f89884cff40b22627091efa37708.

* gnu/packages/package-management.scm (guix)[source](sha256): Update hash.

4 years agognu: python-efl: Update to 1.23.0.
Efraim Flashner [Thu, 10 Oct 2019 17:49:10 +0000 (20:49 +0300)]
gnu: python-efl: Update to 1.23.0.

* gnu/packages/enlightenment.scm (python-efl): Update to 1.23.0.

4 years agognu: mate-utils: Build with a fixed version of yelp-tools.
Danny Milosavljevic [Thu, 10 Oct 2019 14:23:26 +0000 (16:23 +0200)]
gnu: mate-utils: Build with a fixed version of yelp-tools.

* gnu/packages/mate.scm (mate-utils)[native-inputs]: Replace YELP-TOOLS with
YELP-TOOLS/FIXED.

4 years agognu: emacs-org-tree-slide: Update to 2.8.14.
Diego Nicola Barbato [Thu, 10 Oct 2019 07:42:00 +0000 (09:42 +0200)]
gnu: emacs-org-tree-slide: Update to 2.8.14.

* gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.14.

4 years agognu: guix: Update to fc1fe72.
Ludovic Courtès [Thu, 10 Oct 2019 15:26:53 +0000 (17:26 +0200)]
gnu: guix: Update to fc1fe72.

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

4 years agognu: guix: Intern bootstrap executables before running tests.
Ludovic Courtès [Thu, 10 Oct 2019 15:25:21 +0000 (17:25 +0200)]
gnu: guix: Intern bootstrap executables before running tests.

This is a followup to 1ba0b1e6ec41afd94a3c5f907b1122204dcb5d9d.

* gnu/packages/package-management.scm (guix)[arguments]: In
'copy-bootstrap-guile', copy the bootstrap executables.
[inputs]: Add "bootstrap/{bash,mkdir,tar,xz}".

4 years agognu: guix-jupyter: Avoid 'specification->package'.
Ludovic Courtès [Thu, 10 Oct 2019 15:24:21 +0000 (17:24 +0200)]
gnu: guix-jupyter: Avoid 'specification->package'.

* gnu/packages/package-management.scm (guix-jupyter)[native-inputs]:
Avoid 'specification->package'.

4 years agognu: openmpi: Update to 4.0.2.
Ludovic Courtès [Thu, 10 Oct 2019 15:23:52 +0000 (17:23 +0200)]
gnu: openmpi: Update to 4.0.2.

* gnu/packages/mpi.scm (openmpi): Update to 4.0.2.

4 years agognu: Add Guix-Jupyter.
Ludovic Courtès [Thu, 10 Oct 2019 09:21:00 +0000 (11:21 +0200)]
gnu: Add Guix-Jupyter.

* gnu/packages/package-management.scm (guix-jupyter): New variable.

4 years agognu: gcc@9: Update to 9.2.0.
Ludovic Courtès [Wed, 9 Oct 2019 14:38:48 +0000 (16:38 +0200)]
gnu: gcc@9: Update to 9.2.0.

* gnu/packages/gcc.scm (gcc-9): Update to 9.2.0.

4 years agognu: python-binaryornot: Fix typo.
Danny Milosavljevic [Thu, 10 Oct 2019 09:02:44 +0000 (11:02 +0200)]
gnu: python-binaryornot: Fix typo.

Follow-up to 86723f98ab272b1a2621fb54ff88eab5e8e80fed.

* gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-test]:
Rename to...
[patch-test]: ...this.

4 years agognu: emacs-org-ql: Patch for Helm users.
Brian Leung [Thu, 10 Oct 2019 04:58:27 +0000 (06:58 +0200)]
gnu: emacs-org-ql: Patch for Helm users.

The package has a Helm component that is missing the relevant `require` statements.
* gnu/packages/patches/emacs-helm-org-ql.patch: Add.
* gnu/local.mk (emacs-helm-org-ql): Add entry.
* gnu/packages/emacs-xyz.scm: Update and add dependencies.

4 years agognu: emacs-gif-screencast: Update to 1.0-2.248d1e1.
Brian Leung [Thu, 10 Oct 2019 04:44:51 +0000 (06:44 +0200)]
gnu: emacs-gif-screencast: Update to 1.0-2.248d1e1.

* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.0-2.248d1e1.

4 years agognu: emacs-org-ql: Update to 0.3.1-2.949a06c.
Brian Leung [Thu, 10 Oct 2019 00:22:25 +0000 (02:22 +0200)]
gnu: emacs-org-ql: Update to 0.3.1-2.949a06c.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.1-2.949a06c.

4 years agognu: emacs-org-sidebar: Update to 0.2.
Brian Leung [Wed, 9 Oct 2019 20:32:09 +0000 (22:32 +0200)]
gnu: emacs-org-sidebar: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-org-sidebar): Update to 0.2.

4 years agognu: emacs-org-ql: Update to 0.3-1.af0ef30.
Brian Leung [Wed, 9 Oct 2019 20:30:13 +0000 (22:30 +0200)]
gnu: emacs-org-ql: Update to 0.3-1.af0ef30.

* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3-1.af0ef30.

4 years agognu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.
Brian Leung [Wed, 9 Oct 2019 20:29:41 +0000 (22:29 +0200)]
gnu: emacs-org-super-agenda: Update to 1.1.1-3.a87ca11.

* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.1.1-3.a87ca11.

4 years agognu: wesnoth: Update to 1.14.9.
Marius Bakke [Wed, 9 Oct 2019 19:54:57 +0000 (21:54 +0200)]
gnu: wesnoth: Update to 1.14.9.

Fixes a build failure reported by reepca on #guix.

* gnu/packages/games.scm (wesnoth): Update to 1.14.9.
[arguments]: Add phase to disable compiler warnings from Boost headers.

4 years agognu: vinagre: Fix build.
Maxim Cournoyer [Wed, 9 Oct 2019 18:49:45 +0000 (03:49 +0900)]
gnu: vinagre: Fix build.

* gnu/packages/gnome.scm (vinagre): Set the '--enable-compile-warnings'
configure flag to 'minimum', to prevent build failures on compilation
warnings.

4 years agognu: Add emacs-ssh-agency.
Joseph LaFreniere [Sun, 25 Aug 2019 20:38:42 +0000 (15:38 -0500)]
gnu: Add emacs-ssh-agency.

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

4 years agognu: emacs-deft: Don't use unstable tarball.
Brian Leung [Wed, 9 Oct 2019 17:36:22 +0000 (19:36 +0200)]
gnu: emacs-deft: Don't use unstable tarball.

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

4 years agognu: emacs-emmet-mode: Update to 1.0.8-1.1acb821.
Brian Leung [Wed, 9 Oct 2019 17:33:14 +0000 (19:33 +0200)]
gnu: emacs-emmet-mode: Update to 1.0.8-1.1acb821.

* gnu/packages/emacs-xyz.scm (emacs-emmet-mode): Update to 1.0.8-1.1acb821.

4 years agognu: fcgiwrap: Fix build with newer GCCs.
Tobias Geerinckx-Rice [Wed, 9 Oct 2019 17:20:31 +0000 (19:20 +0200)]
gnu: fcgiwrap: Fix build with newer GCCs.

* gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase.

4 years agognu: perl-mail-dkim: Update to 0.57.
Tobias Geerinckx-Rice [Tue, 8 Oct 2019 19:36:34 +0000 (21:36 +0200)]
gnu: perl-mail-dkim: Update to 0.57.

* gnu/packages/mail.scm (perl-mail-dkim): Update to 0.57.

4 years agognu: python-ecdsa: Update to 0.13.3.
Tobias Geerinckx-Rice [Tue, 8 Oct 2019 19:31:53 +0000 (21:31 +0200)]
gnu: python-ecdsa: Update to 0.13.3.

* gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.13.3.

4 years agognu: opensm: Update to 3.3.22.
Tobias Geerinckx-Rice [Tue, 8 Oct 2019 12:04:45 +0000 (14:04 +0200)]
gnu: opensm: Update to 3.3.22.

* gnu/packages/fabric-management.scm (opensm): Update to 3.3.22.

4 years agognu: espeak: Build with the C++ 98 standard.
Marius Bakke [Wed, 9 Oct 2019 17:07:50 +0000 (19:07 +0200)]
gnu: espeak: Build with the C++ 98 standard.

Fixes <https://bugs.gnu.org/37672>.
Reported by Bradley Haggerty <bradigger@gmail.com>.

* gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.

4 years agognu: libsigc++: Update home page.
Marius Bakke [Wed, 9 Oct 2019 15:57:06 +0000 (17:57 +0200)]
gnu: libsigc++: Update home page.

* gnu/packages/glib.scm (libsigc++)[home-page]: Update to current.

4 years agognu: python-binaryornot: Fix build.
Danny Milosavljevic [Wed, 9 Oct 2019 13:59:52 +0000 (15:59 +0200)]
gnu: python-binaryornot: Fix build.

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

* gnu/packages/python-xyz.scm (python-binaryornot)[arguments]<#:phases>[patch-tests]:
New phase.

4 years agognu: emacs-tiny: Update to 0.2.1-1.fd8a6b0.
Brian Leung [Wed, 9 Oct 2019 06:10:03 +0000 (08:10 +0200)]
gnu: emacs-tiny: Update to 0.2.1-1.fd8a6b0.

* gnu/packages/emacs-xyz.scm (emacs-tiny): Update to 0.2.1-1.fd8a6b0.

4 years agognu: emacs-general: Update to 0-3.f38fb22.
Brian Leung [Wed, 9 Oct 2019 02:12:22 +0000 (04:12 +0200)]
gnu: emacs-general: Update to 0-3.f38fb22.

* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0-3.f38fb22.

4 years agognu: emacs-ccls: Update to 0.1-3.b1acc33.
Brian Leung [Wed, 9 Oct 2019 01:53:24 +0000 (03:53 +0200)]
gnu: emacs-ccls: Update to 0.1-3.b1acc33.

* gnu/packages/emacs-xyz.scm (emacs-ccls): Update to 0.1-3.b1acc33.

4 years agognu: emacs-dante: Update to 1.5-3.38b5894.
Brian Leung [Tue, 8 Oct 2019 16:52:38 +0000 (18:52 +0200)]
gnu: emacs-dante: Update to 1.5-3.38b5894.

* gnu/packages/emacs-xyz.scm (emacs-dante): Update to 1.5-3.38b5894.

4 years agognu: mcrl2: Update source url.
Jan Nieuwenhuizen [Tue, 8 Oct 2019 21:19:23 +0000 (23:19 +0200)]
gnu: mcrl2: Update source url.

* gnu/packages/maths.scm (mcrl2): Update source url.

4 years agognu: python2-tqdm: Depend on python2-functools32.
Pierre Langlois [Tue, 8 Oct 2019 13:38:32 +0000 (14:38 +0100)]
gnu: python2-tqdm: Depend on python2-functools32.

* gnu/packages/python-xyz.scm (python-tqdm)[properties]: Add python2-variant.
(python2-tqdm): Use 'strip-python2-variant'.
[native-inputs]: Add python2-functools32.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: gpodder: Update to 3.10.11.
Pierre Langlois [Sat, 5 Oct 2019 11:55:10 +0000 (12:55 +0100)]
gnu: gpodder: Update to 3.10.11.

* gnu/packages/gpodder.scm (gpodder): Update to 3.10.11.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: sakura: Update to 3.7.0.
Pierre Langlois [Sun, 6 Oct 2019 11:53:40 +0000 (12:53 +0100)]
gnu: sakura: Update to 3.7.0.

* gnu/packages/terminals.scm (sakura): Update to 3.7.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: mate-applets: Build with a fixed version of yelp-tools.
Marius Bakke [Tue, 8 Oct 2019 20:04:12 +0000 (22:04 +0200)]
gnu: mate-applets: Build with a fixed version of yelp-tools.

Fixes <https://bugs.gnu.org/37668>.
Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>.

* gnu/packages/gnome.scm (yelp-tools/fixed): New public variable.
* gnu/packages/mate.scm (mate-applets)[native-inputs]: Replace YELP-TOOLS with
YELP-TOOLS/FIXED.

4 years agognu: linux-libre@5.3: Apply upstream entropy fix.
Marius Bakke [Tue, 8 Oct 2019 11:14:16 +0000 (13:14 +0200)]
gnu: linux-libre@5.3: Apply upstream entropy fix.

See <https://bugs.gnu.org/37501>.

* gnu/packages/linux.scm (linux-libre-5.3-source): Add
"linux-libre-active-entropy.patch".

4 years agoMerge branch 'core-updates'
Ludovic Courtès [Tue, 8 Oct 2019 09:23:22 +0000 (11:23 +0200)]
Merge branch 'core-updates'

4 years agognu: mariadb: Build with GCC 5 on ARMv7.
Marius Bakke [Tue, 8 Oct 2019 08:16:04 +0000 (10:16 +0200)]
gnu: mariadb: Build with GCC 5 on ARMv7.

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

* gnu/packages/databases.scm (mariadb)[native-inputs]: Add GCC-5 when the
current system is ARMv7.

4 years agognu: Add serapeum.
Pierre Neidhardt [Tue, 8 Oct 2019 08:03:54 +0000 (10:03 +0200)]
gnu: Add serapeum.

* gnu/packages/lisp.scm (cl-serapeum, ecl-serapeum, sbcl-serapeum): New variables.

4 years agognu: Add unknown-horizons.
Christopher Baines [Thu, 8 Aug 2019 20:23:52 +0000 (21:23 +0100)]
gnu: Add unknown-horizons.

* gnu/packages/games.scm (unknown-horizons): New variable.

4 years agognu: Add fifengine.
Christopher Baines [Thu, 8 Aug 2019 20:23:51 +0000 (21:23 +0100)]
gnu: Add fifengine.

* gnu/packcages/games.scm (fifengine): New variable.

4 years agognu: Add fifechan.
Christopher Baines [Thu, 8 Aug 2019 20:23:50 +0000 (21:23 +0100)]
gnu: Add fifechan.

* gnu/packages/games.scm (fifechan): New variable.

4 years agognu: linux-libre@4.14: Update to 4.14.147.
Tobias Geerinckx-Rice [Tue, 8 Oct 2019 03:22:32 +0000 (05:22 +0200)]
gnu: linux-libre@4.14: Update to 4.14.147.

* gnu/packages/linux.scm (deblob-scripts-4.14)
(linux-libre-4.14-version, linux-libre-4.14-pristine-source):
Update to 4.14.147.

4 years agognu: linux-libre@4.9: Update to 4.9.195.
Tobias Geerinckx-Rice [Tue, 8 Oct 2019 03:14:59 +0000 (05:14 +0200)]
gnu: linux-libre@4.9: Update to 4.9.195.

* gnu/packages/linux.scm (deblob-scripts-4.9)
(linux-libre-4.9-version, linux-libre-4.9-pristine-source):
Update to 4.9.195.

4 years agognu: linux-libre@4.19: Update to 4.19.77.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 23:24:08 +0000 (01:24 +0200)]
gnu: linux-libre@4.19: Update to 4.19.77.

* gnu/packages/linux.scm (deblob-scripts-4.19)
(linux-libre-4.19-version, linux-libre-4.19-pristine-source):
Update to 4.19.77.

4 years agognu: linux-libre@5.2: Update to 5.2.19.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 23:23:02 +0000 (01:23 +0200)]
gnu: linux-libre@5.2: Update to 5.2.19.

* gnu/packages/linux.scm (deblob-scripts-5.2)
(linux-libre-5.2-version, linux-libre-5.2-pristine-source):
Update to 5.2.19.

4 years agognu: coin3D: Use a specific changeset.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 21:13:51 +0000 (23:13 +0200)]
gnu: coin3D: Use a specific changeset.

* gnu/packages/graphics.scm (coin3D)[source]: Use HG-FETCH and…
GIT-FILE-NAME.

4 years agognu: me-cleaner: Update to 1.2.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 13:32:20 +0000 (15:32 +0200)]
gnu: me-cleaner: Update to 1.2.

* gnu/packages/flashing-tools.scm (me-cleaner): Update to 1.2.
[arguments]: Remove ‘create-setup.py’ phase.  Add ‘install-documentation’ phase.

4 years agognu: perl-async-interrupt: Update to 1.25.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 08:50:23 +0000 (10:50 +0200)]
gnu: perl-async-interrupt: Update to 1.25.

* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.25.

4 years agognu: maxflow: Use HTTPS home page.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 08:48:41 +0000 (10:48 +0200)]
gnu: maxflow: Use HTTPS home page.

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

4 years agognu: licensecheck: Update to 3.0.37.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 08:32:49 +0000 (10:32 +0200)]
gnu: licensecheck: Update to 3.0.37.

* gnu/packages/license.scm (licensecheck): Update to 3.0.37.

4 years agognu: perl-regexp-pattern-license: Update to 3.1.94.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 08:32:18 +0000 (10:32 +0200)]
gnu: perl-regexp-pattern-license: Update to 3.1.94.

* gnu/packages/license.scm (perl-regexp-pattern-license): Update to 3.1.94.

4 years agognu: qucs-s: Update to 0.0.21.
Tobias Geerinckx-Rice [Mon, 7 Oct 2019 08:30:08 +0000 (10:30 +0200)]
gnu: qucs-s: Update to 0.0.21.

* gnu/packages/engineering.scm (qucs-s): Update to 0.0.21.

4 years agognu: maxflow: Correct version to 3.0.5.
Tobias Geerinckx-Rice [Sun, 6 Oct 2019 22:02:46 +0000 (00:02 +0200)]
gnu: maxflow: Correct version to 3.0.5.

This won't be picked up by ‘guix package -u’, but the code is identical
anyway.  By changing this now, fewer installations will fail to upgrade
at all if upstream ever release a new <3.4.

* gnu/packages/maths.scm (maxflow)[version]: Change to 3.0.5.
[source]: Use version tag instead of raw matching commit.

4 years agognu: maxflow: Use GIT-FILE-NAME.
Tobias Geerinckx-Rice [Sun, 6 Oct 2019 21:59:02 +0000 (23:59 +0200)]
gnu: maxflow: Use GIT-FILE-NAME.

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

4 years agognu: lynis: Update to 2.7.5.
Tobias Geerinckx-Rice [Sun, 6 Oct 2019 09:53:18 +0000 (11:53 +0200)]
gnu: lynis: Update to 2.7.5.

* gnu/packages/admin.scm (lynis): Update to 2.7.5.

4 years agognu: ncmpc: Fix manual install.
Eric Bavier [Tue, 8 Oct 2019 00:48:31 +0000 (19:48 -0500)]
gnu: ncmpc: Fix manual install.

The default manual installation directory was fixed upstream in version 0.34.

* gnu/packages/mpd.scm (ncmpc)[arguments]: Remove #:configure-flags.

4 years agognu: emacs-linum-relative: Update to 0.6.
Arun Isaac [Mon, 7 Oct 2019 15:49:41 +0000 (21:19 +0530)]
gnu: emacs-linum-relative: Update to 0.6.

* gnu/packages/emacs-xyz.scm (emacs-linum-relative): Update to 0.6.

4 years agoMerge branch 'master' into core-updates
Ludovic Courtès [Mon, 7 Oct 2019 15:06:13 +0000 (17:06 +0200)]
Merge branch 'master' into core-updates

4 years agognu: jack-2: Update to 1.9.13.
Ricardo Wurmus [Mon, 7 Oct 2019 14:32:03 +0000 (16:32 +0200)]
gnu: jack-2: Update to 1.9.13.

* gnu/packages/audio.scm (jack-2): Update to 1.9.13.
[arguments]: Don't build with python-2.
[inputs]: Replace python2-dbus with python-dbus.