jackhill/guix/guix.git
3 years agognu: komikku: Build desktop file.
Leo Prikler [Fri, 28 Aug 2020 22:17:59 +0000 (00:17 +0200)]
gnu: komikku: Build desktop file.

* gnu/packages/gnome.scm (komikku)[native-inputs]: Add desktop-file-utils
and gettext.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: guile-ssh: Update to 0.13.1.
Ludovic Courtès [Fri, 28 Aug 2020 21:27:18 +0000 (23:27 +0200)]
gnu: guile-ssh: Update to 0.13.1.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.1.

3 years agoderivations: Avoid uses of 'write' in 'write-derivation'.
Ludovic Courtès [Fri, 28 Aug 2020 17:19:04 +0000 (19:19 +0200)]
derivations: Avoid uses of 'write' in 'write-derivation'.

This leads a 4% improvement on the wall-clock time of:

  guix build -e '(@@ (gnu packages libreoffice) libreoffice)' --no-grafts -d

* guix/derivations.scm (escaped-string): New procedure.
(write-derivation)[write-escaped-string]: New procedure.
[write-string-list, write-output, write-env-var]: Use it.

3 years agoderivations: Avoid uses of 'display' in 'write-derivation'.
Ludovic Courtès [Fri, 28 Aug 2020 16:31:40 +0000 (18:31 +0200)]
derivations: Avoid uses of 'display' in 'write-derivation'.

This yields a 4% improvement on the wall-clock time of:

  guix build -e '(@@ (gnu packages libreoffice) libreoffice)' --no-grafts -d

* guix/derivations.scm (write-sequence, write-list, write-tuple): Use
'put-char' instead of 'display'.
(write-derivation): Use 'put-string' and 'put-char', and remove unused
'format' binding.

3 years agognu: chez-srfi: Fix tests.
Martin Becze [Thu, 20 Aug 2020 17:59:22 +0000 (12:59 -0500)]
gnu: chez-srfi: Fix tests.

* gnu/packages/chez.scm (chez-srfi)[arguments]: Add 'CHEZ' and
'chezversion' to #:make-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agostore: 'with-store' returns as many values as its body.
Ludovic Courtès [Fri, 28 Aug 2020 13:05:17 +0000 (15:05 +0200)]
store: 'with-store' returns as many values as its body.

Fixes <https://bugs.gnu.org/42912>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/store.scm (call-with-store)[thunk]: Wrap call to PROC in
'call-with-values'.
* tests/store.scm ("with-store, multiple values"): New test.

3 years agodoc: Document the 'description' and 'default-value' of <service-type>.
Ludovic Courtès [Fri, 28 Aug 2020 08:01:44 +0000 (10:01 +0200)]
doc: Document the 'description' and 'default-value' of <service-type>.

* doc/guix.texi (Service Reference): Document the 'description' and
'default-value' fields of <service-type>.

3 years agosystem: Remove extra line from 'lightweight-desktop.tmpl'.
Ludovic Courtès [Thu, 27 Aug 2020 22:08:22 +0000 (00:08 +0200)]
system: Remove extra line from 'lightweight-desktop.tmpl'.

This is a followup to c7af96871737ffa0e2be879e200573bc60603c8c.

* gnu/system/examples/lightweight-desktop.tmpl: Remove extra
'use-package-modules' line.

3 years agognu: emacs-git-auto-commit-mode: Update to 4.7.0.
Oleg Pykhalov [Fri, 28 Aug 2020 21:14:09 +0000 (00:14 +0300)]
gnu: emacs-git-auto-commit-mode: Update to 4.7.0.

* gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.7.0.

3 years agognu: icedove: Update to 68.12.0.
Jonathan Brielmaier [Fri, 28 Aug 2020 19:00:01 +0000 (21:00 +0200)]
gnu: icedove: Update to 68.12.0.

* gnu/packages/gnuzilla.scm (icedove): Update to 68.12.0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
3 years agognu: pluma: Update to 1.24.1.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 07:58:39 +0000 (09:58 +0200)]
gnu: pluma: Update to 1.24.1.

* gnu/packages/mate.scm (pluma): Update to 1.24.1.

3 years agognu: ncmpc: Update to 0.39.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 07:58:19 +0000 (09:58 +0200)]
gnu: ncmpc: Update to 0.39.

* gnu/packages/mpd.scm (ncmpc): Update to 0.39.

3 years agognu: evisum: Update to 0.5.4.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 04:51:47 +0000 (06:51 +0200)]
gnu: evisum: Update to 0.5.4.

* gnu/packages/enlightenment.scm (evisum): Update to 0.5.4.

3 years agognu: odamex: Update to 0.8.3.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 07:35:38 +0000 (09:35 +0200)]
gnu: odamex: Update to 0.8.3.

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

3 years agognu: mame: Update to 0.224.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 07:35:21 +0000 (09:35 +0200)]
gnu: mame: Update to 0.224.

* gnu/packages/emulators.scm (mame): Update to 0.224.

3 years agognu: gcab: Update to 1.4.
Tobias Geerinckx-Rice [Fri, 28 Aug 2020 03:20:20 +0000 (05:20 +0200)]
gnu: gcab: Update to 1.4.

* gnu/packages/package-management.scm (gcab): Update to 1.4.

3 years agognu: fdroidserver: Update to 1.1.9.
Andreas Enge [Fri, 28 Aug 2020 15:51:19 +0000 (17:51 +0200)]
gnu: fdroidserver: Update to 1.1.9.

* gnu/packages/android.scm (fdroidserver): Update to 1.1.9.

3 years agognu: fdroidserver: Have the package compile with current inputs.
Andreas Enge [Fri, 28 Aug 2020 15:45:54 +0000 (17:45 +0200)]
gnu: fdroidserver: Have the package compile with current inputs.

* gnu/packages/android.scm (fdroidserver)[arguments]: Accept higher versions
of python-docker-py as required in setup.py.

3 years agognu: python-apache-libcloud: Update to 3.1.0.
Andreas Enge [Fri, 28 Aug 2020 14:47:05 +0000 (16:47 +0200)]
gnu: python-apache-libcloud: Update to 3.1.0.

* gnu/packages/python-xyz.scm (python-apache-libcloud): Update to 3.1.0.
[arguments]: Drop test patching, apparently corrected upstream.

3 years agognu: python-requests-mock: Update to 1.8.0.
Andreas Enge [Fri, 28 Aug 2020 14:27:02 +0000 (16:27 +0200)]
gnu: python-requests-mock: Update to 1.8.0.

* gnu/packages/python-web.scm (python-requests-mock): Update to 1.8.0.
[native-inputs]: Add python-purl and python-pytest and remove python-testtools.

3 years agognu: Add python-purl.
Andreas Enge [Fri, 28 Aug 2020 13:54:06 +0000 (15:54 +0200)]
gnu: Add python-purl.

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

3 years agognu: Remove python-requests@2.7.
Andreas Enge [Fri, 28 Aug 2020 13:37:50 +0000 (15:37 +0200)]
gnu: Remove python-requests@2.7.

This variable has no dependents anymore.

* gnu/packages/python-web.scm (python-requests-2.7): Remove variable.

3 years agognu: crypto++: Add missing newline to generated file.
Jelle Licht [Fri, 28 Aug 2020 13:36:55 +0000 (15:36 +0200)]
gnu: crypto++: Add missing newline to generated file.

* gnu/packages/crypto.scm (crypto++)[arguments]
<#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file.

3 years agognu: ruby-rubocop-ast: Update to 0.3.0.
Efraim Flashner [Fri, 28 Aug 2020 11:34:34 +0000 (14:34 +0300)]
gnu: ruby-rubocop-ast: Update to 0.3.0.

* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 0.3.0.

3 years agognu: gnupg: Update to 2.2.22.
Efraim Flashner [Fri, 28 Aug 2020 11:11:33 +0000 (14:11 +0300)]
gnu: gnupg: Update to 2.2.22.

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

3 years agognu: rottlog: Do not refer to the canonical coreutils.
Mathieu Othacehe [Fri, 28 Aug 2020 08:27:53 +0000 (10:27 +0200)]
gnu: rottlog: Do not refer to the canonical coreutils.

* gnu/packages/admin.scm (rottlog)[inputs]: Add "coreutils",
[arguments]: and use it in the 'tweak-rc-weekly phase.

3 years agognu: emacs: Update to 27.1.
Mark H Weaver [Tue, 23 Apr 2019 06:35:03 +0000 (02:35 -0400)]
gnu: emacs: Update to 27.1.

* gnu/packages/emacs.scm (emacs): Update to 27.1.
[source]: In snippet, use 'find-files' to find 'eshell/esh-groups.el'
if it exists, but gracefully handle its absence.
[arguments]: Add "--with-cairo" to configure-flags.  Add 'restore-emacs-pdmp'
and 'make-compressed-files-writable' phases.  Explicitly return #t from
'install-site-start' phase.
[inputs]: Add cairo, pango, harfbuzz, jansson, and gmp.  Remove imagemagick.
(emacs-next): Remove variable.
(emacs-minimal, emacs-xwidgets): Use 'package/inherit'.
[arguments]: Remove 'restore-emacs-pdmp' phase.
(emacs-no-x): Use 'package/inherit'.
[arguments]: Remove "--with-cairo" from configure-flags.  Remove
'restore-emacs-pdmp' phase.
[inputs]: Remove cairo, pango, and harfbuzz.
(emacs-no-x-toolkit): Use 'package/inherit'.
[arguments]: Remove 'restore-emacs-pdmp' phase.  Remove superfluous
quasiquote+unquote-splicing pair.
(emacs-wide-int): Use 'package/inherit'.
(guile-emacs): Use 'package/inherit'.
[arguments]: Remove "--with-cairo" from configure-flags.  Remove
'restore-emacs-pdmp' phase.
* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch,
gnu/packages/patches/emacs-source-date-epoch.patch: Adapt to
apply cleanly to emacs-27.1.
* gnu/packages/patches/emacs-exec-path.patch: Replace with the previous
contents of 'emacs27-exec-path.patch', but remove the superfluous comment
about it being "like emacs-exec-path.patch, but for Emacs 27".
* gnu/packages/patches/emacs27-exec-path.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove 'emacs27-exec-path.patch'.

3 years agognu: notmuch: Update to 0.30-0.31rc1.
Mark H Weaver [Fri, 28 Aug 2020 01:23:08 +0000 (21:23 -0400)]
gnu: notmuch: Update to 0.30-0.31rc1.

Note: This actually updates to 0.31~rc1, but here we instead use the version
number 0.30-0.31rc1 so that Guix will consider it older than version 0.31.
The rationale for updating to a release candidate is that earlier versions do
not work with Emacs 27.

* gnu/packages/mail.scm (notmuch): Update to 0.30-0.31rc1.
[source]: In the 'uri' field, avoid using the 'version' variable,
which doesn't match the upstream file name.  Add a 'file-name' field
to work around the fact that Guix does not allow tildes ("~").
[arguments]: Add 'disable-failing-tests' phase.

3 years agognu: gpgme: Update to 1.14.0.
Mark H Weaver [Fri, 28 Aug 2020 01:26:25 +0000 (21:26 -0400)]
gnu: gpgme: Update to 1.14.0.

* gnu/packages/gnupg.scm (gpgme): Update to 1.14.0.
[arguments]: Remove field, which included only a 'disable-failing-test' phase
that is no longer needed.

3 years agognu: git-lfs: Make usage text available.
Prafulla Giri [Wed, 26 Aug 2020 14:31:54 +0000 (20:16 +0545)]
gnu: git-lfs: Make usage text available.

* gnu/packages/version-control.scm (git-lfs)[arguments]: Add phase
'man-gen to make usage text available for embedding for the 'build
phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: radicale: Update to 3.0.4.
Vinicius Monego [Thu, 27 Aug 2020 21:00:24 +0000 (18:00 -0300)]
gnu: radicale: Update to 3.0.4.

* gnu/packages/dav.scm (radicale): Update to 3.0.4.
[source]: Use git-fetch.
[arguments]: Run the test suite.
[native-inputs]: Add python-pytest, python-pytest-cov, python-pytest-flake8,
python-pytest-isort, python-pytest-runner, python-waitress.
[propagated-inputs]: Remove python-requests. Add python-dateutil,
python-defusedxml, python-passlib, python-vobject.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add xandikos.
Vinicius Monego [Thu, 27 Aug 2020 20:58:25 +0000 (17:58 -0300)]
gnu: Add xandikos.

* gnu/packages/dav.scm (xandikos): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: linux-libre: Update to 5.8.5.
Mark H Weaver [Thu, 27 Aug 2020 20:13:32 +0000 (16:13 -0400)]
gnu: linux-libre: Update to 5.8.5.

* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.5.
(linux-libre-5.8-pristine-source): Update hash.

3 years agognu: linux-libre@5.7: Update to 5.7.19.
Mark H Weaver [Thu, 27 Aug 2020 20:11:17 +0000 (16:11 -0400)]
gnu: linux-libre@5.7: Update to 5.7.19.

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.19.
(linux-libre-5.7-pristine-source): Update hash.

3 years agodoc: Improve the instructions regarding `guix git authenticate`.
Joshua Branson [Mon, 10 Aug 2020 09:20:30 +0000 (05:20 -0400)]
doc: Improve the instructions regarding `guix git authenticate`.

* doc/contributing.texi (Building from Git): Instruct the user to fetch
the 'keyring' branch. Fix a typo.

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agopack: fakechroot: Honor $LD_LIBRARY_PATH.
Ludovic Courtès [Thu, 27 Aug 2020 13:08:05 +0000 (15:08 +0200)]
pack: fakechroot: Honor $LD_LIBRARY_PATH.

Until now, when using the "fakechroot" engine, $LD_LIBRARY_PATH would
always be ignored.  However, it's useful in some cases to allow users to
specify LD_LIBRARY_PATH, so honor it.

* gnu/packages/aux-files/run-in-namespace.c (concat_paths): New function.
(exec_with_loader): Concatenante $LD_LIBRARY_PATH to the relocated
AUDIT_LIBRARY_PATH.

3 years agognu: sssd: Pass '--localstatedir=/var' and '--sysconfdir=/etc'.
Ludovic Courtès [Thu, 27 Aug 2020 13:02:04 +0000 (15:02 +0200)]
gnu: sssd: Pass '--localstatedir=/var' and '--sysconfdir=/etc'.

This ensures notably that libnss_sss looks for the mmap cache files in
the right place, /var/lib/sss/mc, rather than in the store.

* gnu/packages/patches/sssd-system-directories.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/sssd.scm (sssd)[source]: Use it.
[arguments]: Pass "--localstatedir" and "--sysconfdir".

3 years agopull: Avoid "Migrating profile" message on the first run.
Ludovic Courtès [Thu, 27 Aug 2020 12:58:45 +0000 (14:58 +0200)]
pull: Avoid "Migrating profile" message on the first run.

* guix/scripts/pull.scm (ensure-default-profile): Do not call
'migrate-generations' when
%USER-PROFILE-DIRECTORY (~/.config/guix/current) does not exist.  This
avoids a confusing "Migrating profile" message when the user runs 'guix
pull' for the first time.

3 years agognu: Add python-safety.
Tanguy Le Carrour [Thu, 27 Aug 2020 14:41:15 +0000 (16:41 +0200)]
gnu: Add python-safety.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: Add python-dparse.
Tanguy Le Carrour [Thu, 27 Aug 2020 14:41:14 +0000 (16:41 +0200)]
gnu: Add python-dparse.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
3 years agognu: bitcoin-unlimited: Update to 1.9.0.0.
Guillaume Le Vaillant [Thu, 27 Aug 2020 15:29:16 +0000 (17:29 +0200)]
gnu: bitcoin-unlimited: Update to 1.9.0.0.

* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.0.

3 years agognu: Add libflame.
Efraim Flashner [Tue, 25 Aug 2020 15:52:18 +0000 (18:52 +0300)]
gnu: Add libflame.

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

3 years agognu: vcflib: Install pkgconfig file.
Efraim Flashner [Thu, 27 Aug 2020 15:16:01 +0000 (18:16 +0300)]
gnu: vcflib: Install pkgconfig file.

* gnu/packages/bioinformatics.scm (vcflib)[arguments]: Adjust custom
'install phase to add vcflib.pc.

3 years agognu: vcflib: Use shared libraries.
Efraim Flashner [Thu, 27 Aug 2020 15:15:05 +0000 (18:15 +0300)]
gnu: vcflib: Use shared libraries.

* gnu/packages/bioinformatics.scm (vcflib)[source]: Add patch. Add
snippet to adjust files for new locations.
[inputs]: Add fastahack, smithwaterman, tabixpp, xz.
[native-inputs]: Add pkg-config. Remove the package-source of fastahack,
fsom, smithwaterman, tabixpp.
[arguments]: Remove make-flags. Add custom phase to add the output lib
directory to the rpath. Adjust custom 'unpack-submodule-sources for the
change in native-inputs. Adjust custom 'install phase to also install
libraries and headers.
* gnu/packages/patches/vcflib-use-shared-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

3 years agognu: fastahack: Install pkgconfig file.
Efraim Flashner [Thu, 27 Aug 2020 15:08:59 +0000 (18:08 +0300)]
gnu: fastahack: Install pkgconfig file.

* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Adjust custom
'install phase to add fastahack.pc.

3 years agognu: fastahack: Build and install shared library and headers.
Efraim Flashner [Thu, 27 Aug 2020 15:08:13 +0000 (18:08 +0300)]
gnu: fastahack: Build and install shared library and headers.

* gnu/packages/bioinformatics.scm (fastahack)[arguments]: Add phase to
build PIE objects. Add custom phase to build dynamic library. Adjust
custom 'install phase to install shared library and headers.

3 years agognu: smithwaterman: Install pkgconfig file.
Efraim Flashner [Thu, 27 Aug 2020 15:06:25 +0000 (18:06 +0300)]
gnu: smithwaterman: Install pkgconfig file.

* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Adjust
custom 'install phase to add smithwaterman.pc file.

3 years agognu: smithwaterman: Build and install shared library and headers.
Efraim Flashner [Thu, 27 Aug 2020 15:05:20 +0000 (18:05 +0300)]
gnu: smithwaterman: Build and install shared library and headers.

* gnu/packages/bioinformatics.scm (smithwaterman)[arguments]: Add custom
phase to build PIE objects. Add custom 'build-dynamic phase to build
dynamic library. Adjust custom 'install phase to install shared library
and headers.

3 years agognu: tabixpp: Install pkgconfig file.
Efraim Flashner [Thu, 27 Aug 2020 15:03:13 +0000 (18:03 +0300)]
gnu: tabixpp: Install pkgconfig file.

* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom
'install phase to add tabixpp.pc file.

3 years agognu: tabixpp: Build and install shared library and headers.
Efraim Flashner [Thu, 27 Aug 2020 15:02:16 +0000 (18:02 +0300)]
gnu: tabixpp: Build and install shared library and headers.

* gnu/packages/bioinformatics.scm (tabixpp)[arguments]: Adjust custom
'build phase to build shared library. Adjust custom 'install phase to
install libraries and header.

3 years agoRevert "gnu: inetutils: Do not refer to canonical coreutils."
Mathieu Othacehe [Thu, 27 Aug 2020 14:33:13 +0000 (16:33 +0200)]
Revert "gnu: inetutils: Do not refer to canonical coreutils."

This reverts commit 61560d4bef05711db86320794437e1b261f4b5aa because it
triggers too many rebuilds.

3 years agognu: inetutils: Do not refer to canonical coreutils.
Mathieu Othacehe [Thu, 27 Aug 2020 14:18:31 +0000 (16:18 +0200)]
gnu: inetutils: Do not refer to canonical coreutils.

Make sure not to retain a reference to the canonical coreutils package.  The
Guix System closure size would otherwise be increased by including references
to both canonical and non-canonical version of those packages.

* gnu/packages/admin.scm (inetutils)[inputs]: Add "coreutils",
[arguments]: and point to it with PATHDEF_CP variable.

3 years agognu: isc-dhcp: Do not refer to canonical coreutils.
Mathieu Othacehe [Thu, 27 Aug 2020 13:38:45 +0000 (15:38 +0200)]
gnu: isc-dhcp: Do not refer to canonical coreutils.

Make sure not to retain a reference to the canonical coreutils and sed
packages.  The Guix System closure size would otherwise be increased by
including references to both canonical and non-canonical version of those
packages.

* gnu/packages/admin.scm (isc-dhcp)[inputs]: Add "coreutils" and "sed",
[arguments]: and use them, instead of their canonical counterpart.

3 years agognu: emacs-modus-vivendi-theme: Update to 0.12.0.
Nicolas Goaziou [Thu, 27 Aug 2020 13:34:35 +0000 (15:34 +0200)]
gnu: emacs-modus-vivendi-theme: Update to 0.12.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-vivendi-theme): Update to 0.12.0.

3 years agognu: emacs-modus-operandi-theme: Update to 0.12.0.
Nicolas Goaziou [Thu, 27 Aug 2020 13:34:28 +0000 (15:34 +0200)]
gnu: emacs-modus-operandi-theme: Update to 0.12.0.

* gnu/packages/emacs-xyz.scm (emacs-modus-operandi-theme): Update to 0.12.0.

3 years agognu: Add emacs-auth-source-xoauth2.
Morgan Smith [Tue, 25 Aug 2020 17:29:52 +0000 (13:29 -0400)]
gnu: Add emacs-auth-source-xoauth2.

* gnu/packages/emacs-xyz.scm (emacs-auth-source-xoauth2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: lrslib: Update to 7.1.
Andreas Enge [Thu, 27 Aug 2020 12:53:54 +0000 (14:53 +0200)]
gnu: lrslib: Update to 7.1.

* gnu/packages/maths.scm (lrslib): Update to 7.1.

3 years agognu: Add komikku.
Leo Prikler [Tue, 25 Aug 2020 17:37:36 +0000 (19:37 +0200)]
gnu: Add komikku.

* gnu/packages/gnome.scm (komikku): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: libhandy: Update to 0.90.0.
Leo Prikler [Tue, 25 Aug 2020 17:37:35 +0000 (19:37 +0200)]
gnu: libhandy: Update to 0.90.0.

* gnu/packages/gnome.scm (libhandy): Update to 0.90.0.
[source]<url>: Use GNOME gitlab.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-cloudscraper.
Leo Prikler [Tue, 25 Aug 2020 17:37:34 +0000 (19:37 +0200)]
gnu: Add python-cloudscraper.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-requests-toolbelt-0.9.1.
Leo Prikler [Tue, 25 Aug 2020 17:37:33 +0000 (19:37 +0200)]
gnu: Add python-requests-toolbelt-0.9.1.

* gnu/packages/python-web.scm (python-requests-toolbelt-0.9.1): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-dateparser.
Leo Prikler [Tue, 25 Aug 2020 17:37:32 +0000 (19:37 +0200)]
gnu: Add python-dateparser.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-pyparsing-2.4.7.
Leo Prikler [Tue, 25 Aug 2020 17:37:31 +0000 (19:37 +0200)]
gnu: Add python-pyparsing-2.4.7.

* gnu/packages/python-xyz.scm (python-pyparsing-2.4.7): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-pure-protobuf.
Leo Prikler [Tue, 25 Aug 2020 17:37:30 +0000 (19:37 +0200)]
gnu: Add python-pure-protobuf.

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

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agolinux-libre: Enable module compression for all versions.
Mathieu Othacehe [Thu, 27 Aug 2020 08:41:51 +0000 (10:41 +0200)]
linux-libre: Enable module compression for all versions.

This is a follow-up of 5fe12be0dd03d1a316343549f8c131d931f21a9a. It enables
module compression for all supported Linux versions.

*  gnu/packages/aux-files/linux-libre/4.14-arm.conf: Enable GZIP module compression.
*  gnu/packages/aux-files/linux-libre/4.14-i686.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.19-arm.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.19-arm64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.19-i686.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.19-x86_64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.4-i686.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.9-i686.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/4.9-x86_64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.4-arm.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.4-arm64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.4-i686.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.7-arm.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.7-arm64.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.7-i686.conf: Ditto.
*  gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: Ditto.

3 years agognu: kodi: Update to 18.8.
Timotej Lazar [Thu, 27 Aug 2020 08:20:20 +0000 (10:20 +0200)]
gnu: kodi: Update to 18.8.

* gnu/packages/kodi.scm (kodi): Update to 18.8.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: gnome-mines: Update to 3.36.0.
Michael Rohleder [Wed, 26 Aug 2020 00:05:19 +0000 (02:05 +0200)]
gnu: gnome-mines: Update to 3.36.0.

* gnu/packages/gnome.scm (gnome-mines): Update to 3.36.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: libdazzle: Update to 3.37.1.
Michael Rohleder [Wed, 26 Aug 2020 02:33:46 +0000 (04:33 +0200)]
gnu: libdazzle: Update to 3.37.1.

* gnu/packages/gnome.scm (libdazzle): Update to 3.37.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-stock-supply.
Vinicius Monego [Wed, 26 Aug 2020 13:51:54 +0000 (10:51 -0300)]
gnu: Add python-trytond-stock-supply.

* gnu/packages/tryton.scm (python-trytond-stock-supply): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-purchase-request.
Vinicius Monego [Wed, 26 Aug 2020 13:51:53 +0000 (10:51 -0300)]
gnu: Add python-trytond-purchase-request.

* gnu/packages/tryton.scm (python-trytond-purchase-request): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-purchase.
Vinicius Monego [Wed, 26 Aug 2020 13:51:52 +0000 (10:51 -0300)]
gnu: Add python-trytond-purchase.

* gnu/packages/tryton.scm (python-trytond-purchase): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-account-invoice-stock.
Vinicius Monego [Wed, 26 Aug 2020 13:51:51 +0000 (10:51 -0300)]
gnu: Add python-trytond-account-invoice-stock.

* gnu/packages/tryton.scm (python-trytond-account-invoice-stock): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-account-invoice.
Vinicius Monego [Wed, 26 Aug 2020 13:51:50 +0000 (10:51 -0300)]
gnu: Add python-trytond-account-invoice.

* gnu/packages/tryton.scm (python-trytond-account-invoice): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-account-product.
Vinicius Monego [Wed, 26 Aug 2020 13:51:49 +0000 (10:51 -0300)]
gnu: Add python-trytond-account-product.

* gnu/packages/tryton.scm (python-trytond-account-product): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: Add python-trytond-analytic-account.
Vinicius Monego [Wed, 26 Aug 2020 13:49:53 +0000 (10:49 -0300)]
gnu: Add python-trytond-analytic-account.

* gnu/packages/tryton.scm (python-trytond-analytic-account): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: xorg-server: Update replacement to 1.20.9 [security-fixes].
Mark H Weaver [Wed, 26 Aug 2020 21:05:56 +0000 (17:05 -0400)]
gnu: xorg-server: Update replacement to 1.20.9 [security-fixes].

Includes fixes for CVE-2020-1436, CVE-2020-14345, CVE-2020-14346,
and CVE-2020-14361.

* gnu/packages/xorg.scm (xorg-server/fixed): Update to 1.20.9.
* gnu/packages/patches/xorg-server-CVE-2020-14347.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

3 years agognu: linux-libre@5.7: Update to 5.7.18.
Mark H Weaver [Thu, 27 Aug 2020 00:57:32 +0000 (20:57 -0400)]
gnu: linux-libre@5.7: Update to 5.7.18.

* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.18.
(linux-libre-5.7-pristine-source): Update hash.
(deblob-scripts-5.7): Update to 5.7.18.

3 years agognu: linux-libre@5.4: Update to 5.4.61.
Mark H Weaver [Thu, 27 Aug 2020 00:56:27 +0000 (20:56 -0400)]
gnu: linux-libre@5.4: Update to 5.4.61.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.61.
(linux-libre-5.4-pristine-source): Update hash.
(deblob-scripts-5.4): Update to 5.4.61.

3 years agognu: linux-libre@4.19: Update to 4.19.142.
Mark H Weaver [Thu, 27 Aug 2020 00:55:34 +0000 (20:55 -0400)]
gnu: linux-libre@4.19: Update to 4.19.142.

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

3 years agognu: linux-libre@4.14: Update to 4.14.195.
Mark H Weaver [Thu, 27 Aug 2020 00:54:33 +0000 (20:54 -0400)]
gnu: linux-libre@4.14: Update to 4.14.195.

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

3 years agognu: linux-libre@4.9: Update to 4.9.234.
Mark H Weaver [Thu, 27 Aug 2020 00:53:38 +0000 (20:53 -0400)]
gnu: linux-libre@4.9: Update to 4.9.234.

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

3 years agognu: linux-libre@4.4: Update to 4.4.234.
Mark H Weaver [Thu, 27 Aug 2020 00:52:06 +0000 (20:52 -0400)]
gnu: linux-libre@4.4: Update to 4.4.234.

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.234.
(linux-libre-4.4-pristine-source): Update hash.
(deblob-scripts-4.4): Update to 4.4.234.

3 years agognu: guix: Update to guix-1.1.0-23.2f458a.
Jakub Kądziołka [Wed, 26 Aug 2020 21:24:16 +0000 (23:24 +0200)]
gnu: guix: Update to guix-1.1.0-23.2f458a.

* gnu/packages/package-management.scm (guix): Update to guix-1.1.0-23.2f458a.

3 years agognu: guix: Rollback to 1.1.0-22.4b5a6f.
Jakub Kądziołka [Wed, 26 Aug 2020 21:15:59 +0000 (23:15 +0200)]
gnu: guix: Rollback to 1.1.0-22.4b5a6f.

* gnu/packages/package-management.scm (guix): Rollback to 1.1.0-22.4b5a6f.

3 years agognu: linux-libre: Update to 5.8.4.
Mark H Weaver [Wed, 26 Aug 2020 20:01:11 +0000 (16:01 -0400)]
gnu: linux-libre: Update to 5.8.4.

* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.4.
(linux-libre-5.8-pristine-source): Update hash.
(deblob-scripts-5.8): Update to 5.8.4.

3 years agognu: perl-text-csv-xs: Update to 1.44.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:59:52 +0000 (20:59 +0200)]
gnu: perl-text-csv-xs: Update to 1.44.

* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44.

3 years agognu: perl-time-hires: Tweak synopsis.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:47:23 +0000 (20:47 +0200)]
gnu: perl-time-hires: Tweak synopsis.

* gnu/packages/perl.scm (perl-time-hires)[synopsis]: Tweak.

3 years agognu: perl-time-hires: Update to 1.9764.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:46:22 +0000 (20:46 +0200)]
gnu: perl-time-hires: Update to 1.9764.

* gnu/packages/perl.scm (perl-time-hires): Update to 1.9764.

3 years agognu: flatpak: Update to 1.8.2.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:36:29 +0000 (20:36 +0200)]
gnu: flatpak: Update to 1.8.2.

* gnu/packages/package-management.scm (flatpak): Update to 1.8.2.

3 years agognu: mate-system-monitor: Update to 1.24.1.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:23:39 +0000 (20:23 +0200)]
gnu: mate-system-monitor: Update to 1.24.1.

* gnu/packages/mate.scm (mate-system-monitor): Update to 1.24.1.
[source]: Hard-code NAME.

3 years agognu: mate-screensaver: Update to 1.24.1.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:23:32 +0000 (20:23 +0200)]
gnu: mate-screensaver: Update to 1.24.1.

* gnu/packages/mate.scm (mate-screensaver): Update to 1.24.1.
[source]: Hard-code NAME.

3 years agognu: totem-pl-parser: Update to 3.26.5.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:22:55 +0000 (20:22 +0200)]
gnu: totem-pl-parser: Update to 3.26.5.

* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.26.5.

3 years agognu: grilo: Update to 0.3.12.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 18:21:51 +0000 (20:21 +0200)]
gnu: grilo: Update to 0.3.12.

* gnu/packages/gnome.scm (grilo): Update to 0.3.12.
[source]: Hard-code NAME.

3 years agognu: pipewire: Update to 0.3.10.
Tobias Geerinckx-Rice [Wed, 26 Aug 2020 14:28:26 +0000 (16:28 +0200)]
gnu: pipewire: Update to 0.3.10.

* gnu/packages/linux.scm (pipewire): Update to 0.3.10.
[arguments]: Set the ‘udevrulesdir’ configure flag.

3 years agoservices: fcgiwrap: Create parent directory for unix socket.
Arun Isaac [Tue, 18 Aug 2020 17:38:26 +0000 (23:08 +0530)]
services: fcgiwrap: Create parent directory for unix socket.

* gnu/services/web.scm (fcgiwrap-activation): New function.
(fcgiwrap-service-type): Extend activation-service-type with
fcgiwrap-activation.

3 years agosystem: image: Do not offload image files.
Maxim Cournoyer [Wed, 26 Aug 2020 12:11:34 +0000 (08:11 -0400)]
system: image: Do not offload image files.

Image files can be very large (multiple gigabytes), and the process of
generating them is primarily I/O bound. As disk access is typically faster
than network access, it makes sense build them locally.

* gnu/system/image.scm (system-disk-image): Pass the #:local-build? #t
parameter to computed-file calls dealing with generating image files.
(system-iso9660-image): Likewise.

3 years agoservices: mcron: Validate jobs even in the presence of #:user.
Ludovic Courtès [Wed, 26 Aug 2020 13:30:04 +0000 (15:30 +0200)]
services: mcron: Validate jobs even in the presence of #:user.

Fixes a bug in 949672c923b6a3953471c446e0b19f30be335572 whereby jobs
specifying a #:user not available in the build environment would fail
validation.

Reported by Maxim Cournoyer.

* gnu/services/mcron.scm (job-files)[validated-file]: Add "prologue"
file and pass it to 'mcron --schedule'.

3 years agognu: Add ssss.
Hendursaga [Wed, 19 Aug 2020 16:58:31 +0000 (16:58 +0000)]
gnu: Add ssss.

* gnu/packages/crypto.scm (ssss): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: guix-data-service: Update to ab68b0f.
Ludovic Courtès [Wed, 26 Aug 2020 09:59:23 +0000 (11:59 +0200)]
gnu: guix-data-service: Update to ab68b0f.

* gnu/packages/web.scm (guix-data-service): Update to ab68b0f.

3 years agognu: guix-data-service: Build against the same Guile as 'guix'.
Ludovic Courtès [Wed, 26 Aug 2020 09:55:11 +0000 (11:55 +0200)]
gnu: guix-data-service: Build against the same Guile as 'guix'.

This is a followup to a2991de0f44a5f4db71ddad67e914fe3344a4505.

* gnu/packages/web.scm (guix-data-service)[native-inputs]: Change
"guile" to match that of GUIX.