jackhill/guix/guix.git
3 years agodoc: Fix minor typo in Programming Interface.
Arun Isaac [Sun, 5 Jul 2020 10:13:03 +0000 (15:43 +0530)]
doc: Fix minor typo in Programming Interface.

* doc/guix.texi (Programming Interface): Replace "under a specific build
users" with "under specific build users".

3 years agognu: python-pynvim: Update to 0.4.1.
Tanguy Le Carrour [Fri, 3 Jul 2020 10:21:56 +0000 (12:21 +0200)]
gnu: python-pynvim: Update to 0.4.1.

* gnu/packages/vim.scm (python-pynvim): Update to 0.4.1.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: chessx: Update to 1.5.4.
Michael Rohleder [Sun, 5 Jul 2020 08:39:16 +0000 (10:39 +0200)]
gnu: chessx: Update to 1.5.4.

* gnu/packages/games.scm (chessx): Update to 1.5.4,
[inputs]: add "qtspeech",
[arguments]: fix missing translations.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: icedove: Update to 68.10.0.
Jonathan Brielmaier [Thu, 2 Jul 2020 14:30:50 +0000 (16:30 +0200)]
gnu: icedove: Update to 68.10.0.

* gnu/packages/gnuzilla.scm (%icedove-build-id): Update.
(icedove): Update version and corresponding hg changeset.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agognu: flatpak: Update to 1.8.0.
Allan Adair [Thu, 2 Jul 2020 09:25:07 +0000 (11:25 +0200)]
gnu: flatpak: Update to 1.8.0.

* gnu/packages/package-management.scm (flatpak): Update to 1.8.0,
[native-inputs]: add "python-pyparsing".

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
3 years agosystem: Do not use "hurd-target?".
Mathieu Othacehe [Sun, 5 Jul 2020 07:40:34 +0000 (09:40 +0200)]
system: Do not use "hurd-target?".

Fix the following issue, that happens during CI evaluation:

In guix/gexp.scm:
    782:4 19 (_ _)
In guix/store.scm:
  1907:12 18 (_ #<store-connection 256.99 7f3727b6de10>)
   1340:2 17 (map/accumulate-builds #<store-connection 256.99 7f372…> …)
In srfi/srfi-1.scm:
   586:29 16 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …))
   586:29 15 (map1 ((#<file-append #<<parameterized> bindings:…> …) …))
   586:29 14 (map1 ((#<file-append #<package hurd@0.9-1.91a516…> …) …))
   586:17 13 (map1 ((#<<operating-system> kernel: #<<parameter…> …) …))
In guix/store.scm:
   1299:8 12 (call-with-build-handler #<procedure build-accumulator…> …)
  2025:24 11 (run-with-store #<store-connection 256.99 7f3727b6de10> …)
In guix/gexp.scm:
   785:13 10 (_ _)
In guix/store.scm:
   1859:8  9 (_ _)
In guix/gexp.scm:
   243:18  8 (_ _)
In guix/store.scm:
  1894:38  7 (_ #<store-connection 256.99 7f3727b6de10>)
In gnu/system.scm:
  1012:19  6 (_ #<store-connection 256.99 7f3727b6de10>)
   634:11  5 (operating-system-services #<<operating-system> kernel:…>)
   611:17  4 (hurd-default-essential-services #<<operating-system> k…>)
   555:18  3 (operating-system-directory-base-entries #<<operating-s…>)
  1270:18  2 (operating-system-boot-parameters-file #<<operating-sy…> …)
  1225:35  1 (operating-system-boot-parameters #<<operating-system>…> …)
  1225:35  0 (operating-system-boot-parameters (#<<file-system> de…>) …)

gnu/system.scm:1225:35: In procedure operating-system-boot-parameters:
Wrong type to apply: #f

"hurd-target?" is returning false when it should return true in that context.

* gnu/system.scm (operating-system-boot-parameters): Check for "hurd" target
field of "os" instead of using the "hurd-target?" procedure.

3 years agodownload: Replace misconfigured Apache mirror.
Tobias Geerinckx-Rice [Sun, 5 Jul 2020 06:22:11 +0000 (08:22 +0200)]
download: Replace misconfigured Apache mirror.

E.g. <http://apache.belnet.be/jakarta/oro/jakarta-oro-2.0.8.tar.gz>
redirects to a bogus 200 HTML page.

* guix/download.scm (%mirrors): Replace apache.belnet.be with
ftp.nluug.nl.

3 years agognu: links: Enable framebuffer (fb) graphics driver.
Tobias Geerinckx-Rice [Sun, 5 Jul 2020 04:58:51 +0000 (06:58 +0200)]
gnu: links: Enable framebuffer (fb) graphics driver.

* gnu/packages/web-browsers.scm (links)[native-inputs]:
Add linux-libre-headers.
[inputs]: Add gpm.

3 years agognu: links: Sort inputs.
Tobias Geerinckx-Rice [Sun, 5 Jul 2020 04:52:18 +0000 (06:52 +0200)]
gnu: links: Sort inputs.

* gnu/packages/web-browsers.scm (links)[inputs]: Order alphabetically.

3 years agognu: Sort (gnu packages web-browsers) module imports.
Tobias Geerinckx-Rice [Sun, 5 Jul 2020 04:47:27 +0000 (06:47 +0200)]
gnu: Sort (gnu packages web-browsers) module imports.

* gnu/packages/web-browsers.scm: Order module imports alphabetically.

3 years agognu: mosh: Remove ‘/bin/sh’ dependency.
Tobias Geerinckx-Rice [Fri, 3 Jul 2020 18:33:44 +0000 (20:33 +0200)]
gnu: mosh: Remove ‘/bin/sh’ dependency.

* gnu/packages/ssh.scm (mosh)[arguments]: Add ‘patch-FHS-file-names’ phase.

3 years agognu: bcachefs-tools: Display the correct version.
Tobias Geerinckx-Rice [Fri, 3 Jul 2020 00:12:02 +0000 (02:12 +0200)]
gnu: bcachefs-tools: Display the correct version.

* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add VERSION
to make-flags.

3 years agognu: cryptsetup: Update to 2.3.1.
Vincent Legoll [Sat, 11 Apr 2020 17:11:26 +0000 (19:11 +0200)]
gnu: cryptsetup: Update to 2.3.1.

* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.1.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
3 years agocombinators: Fix typo.
Arun Isaac [Sat, 4 Jul 2020 21:45:08 +0000 (03:15 +0530)]
combinators: Fix typo.

* guix/combinators.scm (fold2): Replace "a two lists" with "two lists".

3 years agognu: hplip: Update source hash.
Tobias Geerinckx-Rice [Sat, 4 Jul 2020 17:38:39 +0000 (19:38 +0200)]
gnu: hplip: Update source hash.

The tarball was modified in place: <http://issues.guix.gnu.org/42191>.

* gnu/packages/cups.scm (hplip)[source]: Update hash.

3 years agognu: Add phockup.
Arun Isaac [Mon, 15 Jun 2020 21:20:24 +0000 (02:50 +0530)]
gnu: Add phockup.

* gnu/packages/image.scm (phockup): New variable.

3 years agognu: emacs-exwm-x: Fix build.
Nicolas Goaziou [Sat, 4 Jul 2020 12:29:49 +0000 (14:29 +0200)]
gnu: emacs-exwm-x: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-exwm-x)[propagated-inputs]: Replace
emacs-ivy with emacs-counsel.

3 years agognu: emacs-lispy: Fix build.
Nicolas Goaziou [Sat, 4 Jul 2020 12:26:54 +0000 (14:26 +0200)]
gnu: emacs-lispy: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-lispy)[propagated-inputs]: Replace
emacs-ivy with emacs-swiper.

3 years agognu: emacs-counsel-projectile: Fix build.
Nicolas Goaziou [Sat, 4 Jul 2020 12:00:55 +0000 (14:00 +0200)]
gnu: emacs-counsel-projectile: Fix build.

* gnu/packages/emacs-xyz.scm (emacs-counsel-projectile)[propagated-inputs]:
Replace emacs-ivy with emacs-counsel.

3 years agognu: emacs-counsel-tramp: Update to 0.7.5.
Nicolas Goaziou [Sat, 4 Jul 2020 12:00:31 +0000 (14:00 +0200)]
gnu: emacs-counsel-tramp: Update to 0.7.5.

* gnu/packages/emacs-xyz.scm (emacs-counsel-tramp): Update to 0.7.5.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.

3 years agognu: emacs-counsel-dash: Update to 0.1.3-4-370d5f6.
Nicolas Goaziou [Sat, 4 Jul 2020 11:59:35 +0000 (13:59 +0200)]
gnu: emacs-counsel-dash: Update to 0.1.3-4-370d5f6.

* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-4-370d5f6.
[arguments]: Remove unnecessary phase.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.

3 years agognu: emacs-counsel-etags: Update to 1.9.11.
Nicolas Goaziou [Sat, 4 Jul 2020 11:59:03 +0000 (13:59 +0200)]
gnu: emacs-counsel-etags: Update to 1.9.11.

* gnu/packages/emacs-xyz.scm (emacs-counsel-etags): Update to 1.9.11.
[propagated-inputs]: Replace emacs-ivy with emacs-counsel.

3 years agognu: Add emacs-counsel.
Nicolas Goaziou [Sat, 4 Jul 2020 11:47:57 +0000 (13:47 +0200)]
gnu: Add emacs-counsel.

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

3 years agognu: Add emacs-swiper.
Nicolas Goaziou [Sat, 4 Jul 2020 10:27:32 +0000 (12:27 +0200)]
gnu: Add emacs-swiper.

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

3 years agognu: r-nloptr: Update to 1.2.2.2.
Ricardo Wurmus [Sat, 4 Jul 2020 09:50:11 +0000 (11:50 +0200)]
gnu: r-nloptr: Update to 1.2.2.2.

* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.2.2.

3 years agognu: r-dalex: Update to 1.3.0.
Ricardo Wurmus [Sat, 4 Jul 2020 09:50:08 +0000 (11:50 +0200)]
gnu: r-dalex: Update to 1.3.0.

* gnu/packages/cran.scm (r-dalex): Update to 1.3.0.

3 years agognu: r-spdata: Update to 0.3.8.
Ricardo Wurmus [Sat, 4 Jul 2020 09:50:05 +0000 (11:50 +0200)]
gnu: r-spdata: Update to 0.3.8.

* gnu/packages/cran.scm (r-spdata): Update to 0.3.8.

3 years agognu: r-glmmtmb: Update to 1.0.2.1.
Ricardo Wurmus [Sat, 4 Jul 2020 09:50:02 +0000 (11:50 +0200)]
gnu: r-glmmtmb: Update to 1.0.2.1.

* gnu/packages/cran.scm (r-glmmtmb): Update to 1.0.2.1.

3 years agognu: r-abn: Update to 2.2.2.
Ricardo Wurmus [Sat, 4 Jul 2020 09:49:58 +0000 (11:49 +0200)]
gnu: r-abn: Update to 2.2.2.

* gnu/packages/cran.scm (r-abn): Update to 2.2.2.

3 years agognu: r-depecher: Update to 1.4.1.
Ricardo Wurmus [Sat, 4 Jul 2020 09:49:55 +0000 (11:49 +0200)]
gnu: r-depecher: Update to 1.4.1.

* gnu/packages/bioconductor.scm (r-depecher): Update to 1.4.1.

3 years agognu: r-rsubread: Update to 2.2.3.
Ricardo Wurmus [Sat, 4 Jul 2020 09:49:49 +0000 (11:49 +0200)]
gnu: r-rsubread: Update to 2.2.3.

* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.3.

3 years agognu: Add emacs-bluetooth.
Nicolas Goaziou [Fri, 3 Jul 2020 22:48:28 +0000 (00:48 +0200)]
gnu: Add emacs-bluetooth.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: diffoscope: Update to 150.
Vagrant Cascadian [Fri, 3 Jul 2020 21:47:35 +0000 (21:47 +0000)]
gnu: diffoscope: Update to 150.

* gnu/packages/diffoscope (diffoscope): Update to 150.

3 years agognu: Add emacs-calibredb.
Michael Rohleder [Fri, 3 Jul 2020 05:36:23 +0000 (07:36 +0200)]
gnu: Add emacs-calibredb.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: Add emacs-org-beautify-theme.
Morgan Smith [Fri, 3 Jul 2020 03:24:51 +0000 (23:24 -0400)]
gnu: Add emacs-org-beautify-theme.

* gnu/packages/emacs-xyz.scm (emacs-org-beautify-theme): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
3 years agognu: emacs-auctex: Update to 12.2.4.
Nicolas Goaziou [Fri, 3 Jul 2020 22:19:23 +0000 (00:19 +0200)]
gnu: emacs-auctex: Update to 12.2.4.

* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.4.

3 years agognu: emacs-markdown-mode: Update hash too.
Nicolas Goaziou [Fri, 3 Jul 2020 22:18:21 +0000 (00:18 +0200)]
gnu: emacs-markdown-mode: Update hash too.

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update hash. This is
a followup to 3f452712438a5133c692c73b32bf91b5954d2b7b.

3 years agognu: emacs-markdown-mode: Update to 2.4.
Nicolas Goaziou [Fri, 3 Jul 2020 22:15:32 +0000 (00:15 +0200)]
gnu: emacs-markdown-mode: Update to 2.4.

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.4.

3 years agognu: emacs-ivy: Update to 0.13.1.
Nicolas Goaziou [Fri, 3 Jul 2020 22:13:03 +0000 (00:13 +0200)]
gnu: emacs-ivy: Update to 0.13.1.

* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.1.
[source]: Use GNU ELPA repository.
[homepage]: Point to GitHub instead of manual.

3 years agognu: Add curlpp library.
Dale Mellor [Sun, 21 Jun 2020 22:53:07 +0000 (23:53 +0100)]
gnu: Add curlpp library.

* gnu/packages/curl.scm (curlpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: Add guix-simplyblack-sddm-theme.
Fredrik Salomonsson [Sat, 27 Jun 2020 23:37:57 +0000 (16:37 -0700)]
gnu: Add guix-simplyblack-sddm-theme.

* gnu/packages/display-managers.scm (guix-simplyblack-sddm-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoimport: Do not assume that 'package-source' returns an origin.
Ludovic Courtès [Fri, 3 Jul 2020 20:48:04 +0000 (22:48 +0200)]
import: Do not assume that 'package-source' returns an origin.

* guix/gnu-maintenance.scm (gnu-package?): Check whether
'package-source' returns an origin.
* guix/import/github.scm (updated-github-url): Likewise.
* guix/import/launchpad.scm (updated-launchpad-url): Likewise.

3 years agoupstream: Define 'url-predicate' and use it.
Ludovic Courtès [Fri, 3 Jul 2020 20:45:21 +0000 (22:45 +0200)]
upstream: Define 'url-predicate' and use it.

* guix/upstream.scm (url-predicate): New procedure.
(url-prefix-predicate): Define in terms of 'url-predicate'.
* guix/import/cpan.scm (cpan-package?): Use 'url-predicate'.
* guix/import/cran.scm (cran-package?)
(bioconductor-package?)
(bioconductor-data-package?)
(bioconductor-experiment-package?): Likewise.
* guix/import/crate.scm (crate-package?): Likewise.
* guix/import/elpa.scm (package-from-gnu.org?): Likewise.
* guix/import/hackage.scm (hackage-package?): Likewise.
* guix/import/pypi.scm (pypi-package?): Likewise.
* guix/import/gem.scm (gem-package?): Use 'url-prefix-predicate'.

3 years agolint: Do not assume that a package's source is an origin.
Ludovic Courtès [Fri, 3 Jul 2020 19:18:07 +0000 (21:18 +0200)]
lint: Do not assume that a package's source is an origin.

* guix/lint.scm (check-source-file-name): Ensure ORIGIN is an origin.
(check-patch-file-names)[patches]: Likewise.
(check-source): Likewise.

3 years agognu: hpcguix-web: Add guix to inputs.
Ricardo Wurmus [Fri, 3 Jul 2020 20:43:17 +0000 (22:43 +0200)]
gnu: hpcguix-web: Add guix to inputs.

* gnu/packages/web.scm (hpcguix-web)[inputs]: Add guix.

3 years agognu: Update synergy to 1.11.1.
Eric Bavier [Fri, 3 Jul 2020 19:05:18 +0000 (14:05 -0500)]
gnu: Update synergy to 1.11.1.

* gnu/packages/synergy.scm (synergy): Update to 1.11.1.
[arguments]: Add "patch-desktop" phase.
[native-inputs]: New field.
[inputs]: Remove unused "xinput" input.

3 years agognu: nyxt (formerly 'next'): Update to 20200702.
Pierre Neidhardt [Fri, 3 Jul 2020 13:35:16 +0000 (15:35 +0200)]
gnu: nyxt (formerly 'next'): Update to 20200702.

* gnu/packages/web-browsers.scm (next): Deprecate in favour of nyxt.
(nyxt): New variable.

3 years agognu: sbcl: Add comment explaining out-of-date version.
Jakub Kądziołka [Fri, 3 Jul 2020 13:19:33 +0000 (15:19 +0200)]
gnu: sbcl: Add comment explaining out-of-date version.

Make sure no one repeats this mistake.

This is a follow-up to commit 809aa3c51c5a0f3d8e3d8133b22684702cb90287.

* gnu/packages/lisp.scm (sbcl): Add a comment advising against updating
  to 2.0.6.

3 years agognu: js8call: Update to 2.2.0.
Guillaume Le Vaillant [Mon, 29 Jun 2020 13:03:02 +0000 (15:03 +0200)]
gnu: js8call: Update to 2.2.0.

* gnu/packages/radio.scm (js8call): Update to 2.2.0.
  [inputs]: Use wsjtx-hamlib instead of regular hamlib.

3 years agoRevert "gnu: sbcl: Update to 2.0.6."
Pierre Neidhardt [Fri, 3 Jul 2020 08:20:24 +0000 (10:20 +0200)]
Revert "gnu: sbcl: Update to 2.0.6."

This reverts commit 1ac4959c6a94a89fc8d3a73239d107cfb1d96240.

SBCL 2.0.6 breaks named-readtables and consequently many Common Lisp packages.
See https://github.com/melisgl/named-readtables/issues/19.

3 years agognu: Add cl-napa-fft3.
Guillaume Le Vaillant [Fri, 3 Jul 2020 07:51:24 +0000 (09:51 +0200)]
gnu: Add cl-napa-fft3.

* gnu/packages/lisp-xyz.scm (sbcl-napa-fft3, cl-napa-fft3): New variables.

3 years agognu: Add cl-bordeaux-fft.
Guillaume Le Vaillant [Fri, 3 Jul 2020 07:38:11 +0000 (09:38 +0200)]
gnu: Add cl-bordeaux-fft.

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

3 years agoguix system: "describe" displays multiboot info.
Jan (janneke) Nieuwenhuizen [Mon, 29 Jun 2020 13:24:56 +0000 (15:24 +0200)]
guix system: "describe" displays multiboot info.

* guix/scripts/system.scm (display-system-generation): Display
multiboot-modules commands if set.

3 years agoservices: system-service-type: Add entries support for the Hurd.
Jan (janneke) Nieuwenhuizen [Sun, 28 Jun 2020 16:51:25 +0000 (18:51 +0200)]
services: system-service-type: Add entries support for the Hurd.

When creating a disk-image using --save-provenance, "guix system describe"
now works.

* gnu/system.scm (operating-system-directory-base-entries): Add conditional
"hurd" parameter, make "initrd" parameter conditional.
(hurd-default-essential-services): Use them.
(operating-system-boot-parameters-file): Only add 'initrd' when set.

3 years agosystem: 'read-boot-parameters' allow initrd to be missing.
Jan (janneke) Nieuwenhuizen [Mon, 29 Jun 2020 13:24:45 +0000 (15:24 +0200)]
system: 'read-boot-parameters' allow initrd to be missing.

* gnu/system.scm (read-boot-parameters): Allow initrd to be missing.

3 years agosystem: 'read-boot-parameters' bugfix for multiboot.
Jan (janneke) Nieuwenhuizen [Mon, 29 Jun 2020 13:24:45 +0000 (15:24 +0200)]
system: 'read-boot-parameters' bugfix for multiboot.

* gnu/system.scm (read-boot-parameters): Oops, only return value for
multiboot-modules instead of (key value).

3 years agognu: Add pfetch.
Eric Bavier [Fri, 3 Jul 2020 03:45:02 +0000 (22:45 -0500)]
gnu: Add pfetch.

* gnu/packages/admin.scm (pfetch): New variable.

3 years agognu: Add ufetch.
Eric Bavier [Fri, 3 Jul 2020 02:46:37 +0000 (21:46 -0500)]
gnu: Add ufetch.

* gnu/packages/admin.scm (ufetch): New variable.

3 years agognu: Add lld.
Jakub Kądziołka [Mon, 29 Jun 2020 16:09:15 +0000 (18:09 +0200)]
gnu: Add lld.

* gnu/packages/llvm.scm (lld): New variable.

3 years agognu: llvm-9: Backport patch to fix miscompilation for big-endian targets.
Jakub Kądziołka [Thu, 2 Jul 2020 23:04:49 +0000 (01:04 +0200)]
gnu: llvm-9: Backport patch to fix miscompilation for big-endian targets.

* gnu/packages/llvm.scm (llvm-9)[source]: Add new patch.
* gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.

3 years agognu: rust: Bootstrap up to rustc 1.44.
Jakub Kądziołka [Mon, 9 Mar 2020 08:16:13 +0000 (09:16 +0100)]
gnu: rust: Bootstrap up to rustc 1.44.

* gnu/packages/rust.scm (rust-1.40, rust-1.41, rust-1.42, rust-1.43,
  rust-1.44): New variables.

3 years agognu: llvm-9: Backport patches to fix miscompilations.
Jakub Kądziołka [Sun, 7 Jun 2020 21:25:40 +0000 (23:25 +0200)]
gnu: llvm-9: Backport patches to fix miscompilations.

* gnu/packages/llvm.scm (llvm-9)[source]: Add new patches.
* gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch,
  gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register new patches.

3 years agognu: python-gevent: Propagate dependencies.
Matthew Kraai [Mon, 29 Jun 2020 14:27:07 +0000 (07:27 -0700)]
gnu: python-gevent: Propagate dependencies.

* gnu/packages/python-xyz.scm (python-gevent)[native-inputs]: Move
python-zope-event and python-zone-interface to ...
[propagated-inputs]: ... here.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: gash, gash-utils: Build with Guile 3.0.
Ludovic Courtès [Thu, 2 Jul 2020 21:27:04 +0000 (23:27 +0200)]
gnu: gash, gash-utils: Build with Guile 3.0.

* gnu/packages/shells.scm (gash)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
(gash-utils)[source]: Add 'modules' and 'snippet'.
[inputs]: Change GUILE-2.2 to GUILE-3.0.
* gnu/packages/commencement.scm (gash-utils-boot)[source]: Remove
unneeded 'modules' field, and add 'snippet'.
(gash-utils-boot)[source]: New field.
* gnu/packages/patches/gash-utils-ls-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

3 years agognu: network-manager-openconnect: Patch all the 'openconnect' file names.
Ludovic Courtès [Thu, 2 Jul 2020 15:02:45 +0000 (17:02 +0200)]
gnu: network-manager-openconnect: Patch all the 'openconnect' file names.

* gnu/packages/gnome.scm (network-manager-openconnect)[arguments]: Make
sure all the references to the 'openconnect' executable are patched.

3 years agognu: Add tor-client.
André Batista [Tue, 16 Jun 2020 22:20:57 +0000 (19:20 -0300)]
gnu: Add tor-client.

* gnu/packages/tor.scm (tor-client): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agoRevert "ui: Use package-description-string."
Ludovic Courtès [Thu, 2 Jul 2020 09:07:08 +0000 (11:07 +0200)]
Revert "ui: Use package-description-string."

This reverts commit bd03e99f66be1a038e3a8aeb502f5153fd05cc67.

Reported by Ekaitz Zarraga <ekaitz@elenq.tech> at
<https://lists.gnu.org/archive/html/guix-devel/2020-06/msg00338.html>.

That commit broke would prevent "description: " from being taken into
account by the 'texi->plain-text' paragraph filling code.

3 years agognu: Add drbd-utils.
Marius Bakke [Thu, 2 Jul 2020 18:22:17 +0000 (20:22 +0200)]
gnu: Add drbd-utils.

* gnu/packages/cluster.scm (drbd-utils): New variable.

3 years agognu: audacity: Update to 2.4.1.
Marius Bakke [Wed, 1 Jul 2020 17:12:32 +0000 (19:12 +0200)]
gnu: audacity: Update to 2.4.1.

* gnu/packages/audio.scm (audacity): Update to 2.4.1.

3 years agognu: Add parprouted.
Marius Bakke [Fri, 26 Jun 2020 14:32:57 +0000 (16:32 +0200)]
gnu: Add parprouted.

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

3 years agoservices: wpa-supplicant: Support specifying additional service dependencies.
Marius Bakke [Wed, 24 Jun 2020 22:33:38 +0000 (00:33 +0200)]
services: wpa-supplicant: Support specifying additional service dependencies.

* gnu/services/networking.scm (<wpa-supplicant-configuration>)[requirement]:
New parameter.
(wpa-supplicant-shepherd-service): Use it instead of hard-coded list.
* doc/guix.texi (Networking Services): Document accordingly.

3 years agoservices: wpa-supplicant: Do not export the <wpa-supplicant-configuration> record.
Marius Bakke [Thu, 2 Jul 2020 21:20:03 +0000 (23:20 +0200)]
services: wpa-supplicant: Do not export the <wpa-supplicant-configuration> record.

* gnu/services/networking.scm: Remove <wpa-supplicant-configuration> from exports.

3 years agognu: Add debianutils.
Marius Bakke [Fri, 19 Jun 2020 00:07:00 +0000 (02:07 +0200)]
gnu: Add debianutils.

* gnu/packages/debian.scm (debianutils): New public variable.

3 years agognu: Add UFO: Alien Invasion.
Marius Bakke [Mon, 6 Jan 2020 16:43:38 +0000 (17:43 +0100)]
gnu: Add UFO: Alien Invasion.

* gnu/packages/games.scm (%ufoai-commit, %ufoai-revision, %ufoai-version,
ufoai-source, ufo2map, ufoai-data, ufoai): New variables.

3 years agognu: cuirass: Update to 0.0.1-38.136a829.
Mathieu Othacehe [Thu, 2 Jul 2020 19:13:52 +0000 (21:13 +0200)]
gnu: cuirass: Update to 0.0.1-38.136a829.

* gnu/packages/ci.scm (cuirass): Update to 0.0.1-38.136a829.

3 years agognu: python-grequests: Fix tests by adding zope dependencies.
Christopher Lemmer Webber [Wed, 1 Jul 2020 20:36:29 +0000 (16:36 -0400)]
gnu: python-grequests: Fix tests by adding zope dependencies.

* gnu/packages/python-web.scm (python-grequests)[native-inputs]:
  Add python-zope.interface, python-zope.event.

3 years agognu: guix: Update to 1.1.0-16.d3eee3c.
Mathieu Othacehe [Thu, 2 Jul 2020 11:50:51 +0000 (13:50 +0200)]
gnu: guix: Update to 1.1.0-16.d3eee3c.

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

3 years agognu: guix: Update to 1.1.0-15.03deb1e.
Mathieu Othacehe [Thu, 2 Jul 2020 11:01:36 +0000 (13:01 +0200)]
gnu: guix: Update to 1.1.0-15.03deb1e.

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

3 years agoRevert "gnu: guix-minimal: Remove as failing and unused."
Mathieu Othacehe [Thu, 2 Jul 2020 10:01:45 +0000 (12:01 +0200)]
Revert "gnu: guix-minimal: Remove as failing and unused."

This reverts commit 044cffdf34c506d2f9f1fbbc07462f29d3edaf54.

3 years agoFix build without SSH support.
Mathieu Othacehe [Thu, 2 Jul 2020 10:01:53 +0000 (12:01 +0200)]
Fix build without SSH support.

* gnu/local.mk (GNU_SYSTEM_MODULES): Only include
gnu/machine/digital-ocean.scm and gnu/machine/ssh.scm if HAVE_GUILE_SSH is
set.

3 years agognu: r-mnormt: Update to 2.0.1.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:25 +0000 (12:33 +0200)]
gnu: r-mnormt: Update to 2.0.1.

* gnu/packages/statistics.scm (r-mnormt): Update to 2.0.1.

3 years agognu: r-mda: Update to 0.5-2.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:22 +0000 (12:33 +0200)]
gnu: r-mda: Update to 0.5-2.

* gnu/packages/cran.scm (r-mda): Update to 0.5-2.

3 years agognu: r-ingredients: Update to 1.3.0.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:18 +0000 (12:33 +0200)]
gnu: r-ingredients: Update to 1.3.0.

* gnu/packages/cran.scm (r-ingredients): Update to 1.3.0.

3 years agognu: r-spdep: Update to 1.1-5.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:15 +0000 (12:33 +0200)]
gnu: r-spdep: Update to 1.1-5.

* gnu/packages/cran.scm (r-spdep): Update to 1.1-5.
[native-inputs]: Add r-knitr.

3 years agognu: r-blockmodeling: Update to 1.0.0.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:11 +0000 (12:33 +0200)]
gnu: r-blockmodeling: Update to 1.0.0.

* gnu/packages/cran.scm (r-blockmodeling): Update to 1.0.0.

3 years agognu: r-future-apply: Update to 1.6.0.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:08 +0000 (12:33 +0200)]
gnu: r-future-apply: Update to 1.6.0.

* gnu/packages/cran.scm (r-future-apply): Update to 1.6.0.

3 years agognu: r-fs: Update to 1.4.2.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:05 +0000 (12:33 +0200)]
gnu: r-fs: Update to 1.4.2.

* gnu/packages/cran.scm (r-fs): Update to 1.4.2.

3 years agognu: r-rdpack: Update to 1.0.0.
Ricardo Wurmus [Thu, 2 Jul 2020 10:33:02 +0000 (12:33 +0200)]
gnu: r-rdpack: Update to 1.0.0.

* gnu/packages/cran.scm (r-rdpack): Update to 1.0.0.

3 years agognu: r-annotationdbi: Update to 1.50.1.
Ricardo Wurmus [Thu, 2 Jul 2020 10:32:48 +0000 (12:32 +0200)]
gnu: r-annotationdbi: Update to 1.50.1.

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

3 years agognu: python-folium: Update to 0.11.0.
Nicolas Goaziou [Thu, 2 Jul 2020 10:12:54 +0000 (12:12 +0200)]
gnu: python-folium: Update to 0.11.0.

* gnu/packages/python-xyz.scm (python-folium): Update to 0.11.0.

3 years agognu: wireshark: Update to 3.2.5.
Nicolas Goaziou [Thu, 2 Jul 2020 10:10:09 +0000 (12:10 +0200)]
gnu: wireshark: Update to 3.2.5.

* gnu/packages/networking.scm (wireshark): Update to 3.2.5.

3 years agognu: emacs-tramp: Update to 2.4.4.
Nicolas Goaziou [Thu, 2 Jul 2020 10:09:48 +0000 (12:09 +0200)]
gnu: emacs-tramp: Update to 2.4.4.

* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.4.4.

3 years agognu: rust-bumpalo-2: Update to 2.6.0.
Efraim Flashner [Thu, 2 Jul 2020 09:24:37 +0000 (12:24 +0300)]
gnu: rust-bumpalo-2: Update to 2.6.0.

* gnu/packages/crates-io.scm (rust-bumpalo-2): Update to 2.6.0.
[arguments]: Don't skip build. Skip tests.

3 years agognu: rust-bumpalo-2.5: Rename to rust-bumpalo-2.
Efraim Flashner [Thu, 2 Jul 2020 09:08:43 +0000 (12:08 +0300)]
gnu: rust-bumpalo-2.5: Rename to rust-bumpalo-2.

* gnu/packages/crates-io.scm (rust-bumpalo-2.5): Rename to ...
(rust-bumpalo-2): ... this.

3 years agognu: rust-crossbeam-utils-0.6: Update to 0.6.6.
Efraim Flashner [Thu, 2 Jul 2020 08:56:44 +0000 (11:56 +0300)]
gnu: rust-crossbeam-utils-0.6: Update to 0.6.6.

* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.6): Update to0.6.6.
[arguments]: Don't skip build. Replace rust-rand-0.4 with 0.6 in
cargo-development-inputs.

3 years agognu: rust-crossbeam-queue-0.1: Don't skip build.
Efraim Flashner [Thu, 2 Jul 2020 08:55:47 +0000 (11:55 +0300)]
gnu: rust-crossbeam-queue-0.1: Don't skip build.

* gnu/packages/crates-io.scm (rust-crossbeam-queue-0.1[arguments]: Don't
skip build. Replace rust-rand-0.4 with 0.6 in cargo-development-inputs.

3 years agognu: rust-crossbeam-epoch-0.7: Update to 0.7.2.
Efraim Flashner [Thu, 2 Jul 2020 08:55:03 +0000 (11:55 +0300)]
gnu: rust-crossbeam-epoch-0.7: Update to 0.7.2.

* gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.7): Update to 0.7.2.
[arguments]: Don't skip build. In cargo-inputs replace
rust-memoffset-0.2 with 0.5, rust-scopeguard-0.3 with 1.0. Replace
rust-rand-0.4 with 0.6 in cargo-development-inputs.

3 years agognu: rust-crossbeam-epoch-0.8: Update to 0.8.2.
Efraim Flashner [Thu, 2 Jul 2020 08:53:33 +0000 (11:53 +0300)]
gnu: rust-crossbeam-epoch-0.8: Update to 0.8.2.

* gnu/packages/crates-io.scm (rust-crossbeam-epoch-0.8): Update to 0.8.2.
[arguments]: Don't skip build. In cargo-inputs replace rust-autocfg-0.1
with 1.0. Add rust-maybe-uninit-2.0.

3 years agognu: rust-crossbeam-deque-0.7: Update to 0.7.3.
Efraim Flashner [Thu, 2 Jul 2020 08:30:42 +0000 (11:30 +0300)]
gnu: rust-crossbeam-deque-0.7: Update to 0.7.3.

* gnu/packages/crates-io.scm (rust-crossbeam-deque-0.7): Update to 0.7.3.
[arguments]: Don't skip build. Add rust-maybe-unint-2.0 to cargo-inputs.

3 years agognu: rust-crossbeam-channel-0.3: Don't skip build.
Efraim Flashner [Thu, 2 Jul 2020 08:27:37 +0000 (11:27 +0300)]
gnu: rust-crossbeam-channel-0.3: Don't skip build.

* gnu/packages/crates-io.scm (rust-crossbeam-channel-0.3)[arguments]:
Don't skip build.