jackhill/guix/guix.git
4 years agoui: 'display-search-results' automatically invokes the pager.
Ludovic Courtès [Sat, 6 Jun 2020 21:17:02 +0000 (23:17 +0200)]
ui: 'display-search-results' automatically invokes the pager.

* guix/ui.scm (call-with-paginated-output-port): New procedure.
(with-paginated-output-port): New macro.
(display-search-results): Use it instead of displaying a hint.

4 years agoutils: Add 'with-environment-variables'.
Ludovic Courtès [Sat, 6 Jun 2020 21:00:05 +0000 (23:00 +0200)]
utils: Add 'with-environment-variables'.

* guix/tests/gnupg.scm (call-with-environment-variables)
(with-environment-variables): Move to...
* guix/utils.scm: ... here.
* guix/tests/git.scm: Adjust accordingly.

4 years agognu: guile-static: Disable JIT on ARMv7.
Ludovic Courtès [Wed, 27 May 2020 21:57:41 +0000 (23:57 +0200)]
gnu: guile-static: Disable JIT on ARMv7.

* gnu/packages/make-bootstrap.scm (make-guile-static): Pass
"--disable-jit" when 'target-arm32?' is true.

4 years agovm: Shared-store script runs the native QEMU and Bash.
Ludovic Courtès [Wed, 27 May 2020 21:11:14 +0000 (23:11 +0200)]
vm: Shared-store script runs the native QEMU and Bash.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): Use #+ for
QEMU and BASH.

4 years agovm: <virtual-machine> compiler honors system and target.
Ludovic Courtès [Wed, 27 May 2020 21:09:49 +0000 (23:09 +0200)]
vm: <virtual-machine> compiler honors system and target.

* gnu/system/vm.scm (system-qemu-image/shared-store): Add #:system
and #:target.  Pass it down.
(system-qemu-image/shared-store-script): Likewise.
(virtual-machine-compiler): Likewise.

4 years agovm: 'qemu-image' preserves the cross-compilation target of the OS.
Ludovic Courtès [Wed, 27 May 2020 22:37:33 +0000 (00:37 +0200)]
vm: 'qemu-image' preserves the cross-compilation target of the OS.

* gnu/system/vm.scm (qemu-image)[preserve-target, inputs*]: New variables.
In gexp, use INPUTS* instead of INPUTS.  Wrap OS and BOOTCFG-DRV in
'preserve-target'.  Pass INPUTS* instead of INPUTS as the #:references-graphs.

4 years agovm: 'qemu-image' uses the native partitioning tools and bootloader.
Ludovic Courtès [Wed, 27 May 2020 21:08:15 +0000 (23:08 +0200)]
vm: 'qemu-image' uses the native partitioning tools and bootloader.

* gnu/system/vm.scm (qemu-image): Use #+ for Parted, the bootloader, etc.

4 years agovm: 'expression->derivation-in-linux-vm' always returns a native build.
Ludovic Courtès [Wed, 27 May 2020 21:04:48 +0000 (23:04 +0200)]
vm: 'expression->derivation-in-linux-vm' always returns a native build.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Remove #:target.
[builder]: Use #+.  Don't pass #:target-arm32? and #:target-aarch64? to
'load-in-linux-vm'.
Pass #:target #f to 'gexp->derivation'.
(qemu-image): Adjust accordingly.
* gnu/build/vm.scm (load-in-linux-vm): Remove #:target-aarch64?
and #:target-arm32?.  Define them as local variables.

4 years agosystem: 'system-linux-image-file-name' takes an optional parameter.
Ludovic Courtès [Wed, 27 May 2020 15:40:14 +0000 (17:40 +0200)]
system: 'system-linux-image-file-name' takes an optional parameter.

* gnu/system.scm (system-linux-image-file-name): Make 'target' an
optional parameter.

4 years agopackages: Make 'bag-grafts' insensitive to '%current-target-system'.
Ludovic Courtès [Sat, 6 Jun 2020 19:37:47 +0000 (21:37 +0200)]
packages: Make 'bag-grafts' insensitive to '%current-target-system'.

Fixes <https://bugs.gnu.org/41713>.
Reported by Mathieu Othacehe.

* guix/packages.scm (bag-grafts): Wrap 'fold-bag-dependencies' calls in
'parameterize'.
* tests/packages.scm ("package->bag, sensitivity to
%current-target-system"): New test.

4 years agografts: Improve performance for derivations with many inputs.
Ludovic Courtès [Sat, 6 Jun 2020 16:46:49 +0000 (18:46 +0200)]
grafts: Improve performance for derivations with many inputs.

Partly fixes <https://bugs.gnu.org/41702>.
Reported by Lars-Dominik Braun <ldb@leibniz-psychology.org>.

Previously we'd potentially traverse the same sub-graph of DEPS several
times.

With this patch, command:

  guix environment --ad-hoc r-learnr --search-paths

goes from 11.3s to 4.6s.

* guix/grafts.scm (reference-origin): Rename to...
(reference-origins): ... this.  Change 'item' parameter to 'items'.
[lookup-derivers]: New procedure.
(cumulative-grafts)[dependency-grafts]: Change 'item' to 'items' and use
'reference-origins'.
Remove 'mapm' around 'dependency-grafts' call.

4 years agognu: libqmi: Update to 1.24.14.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 19:53:36 +0000 (21:53 +0200)]
gnu: libqmi: Update to 1.24.14.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.14.

4 years agognu: klavaro: Update to 3.10.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 18:37:18 +0000 (20:37 +0200)]
gnu: klavaro: Update to 3.10.

* gnu/packages/education.scm (klavaro): Update to 3.10.

4 years agognu: burp: Update to 2.3.28.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 18:26:33 +0000 (20:26 +0200)]
gnu: burp: Update to 2.3.28.

* gnu/packages/backup.scm (burp): Update to 2.3.28.

4 years agognu: di: Cross-compile.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 15:23:32 +0000 (17:23 +0200)]
gnu: di: Cross-compile.

* gnu/packages/admin.scm (di)[arguments]: Use CC-FOR-TARGET.

4 years agognu: di: Update to 4.48.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 15:17:07 +0000 (17:17 +0200)]
gnu: di: Update to 4.48.

* gnu/packages/admin.scm (di): Update to 4.48.

4 years agognu: Add kpeoplevcard.
Marius Bakke [Sat, 6 Jun 2020 18:57:50 +0000 (20:57 +0200)]
gnu: Add kpeoplevcard.

* gnu/packages/kde-pim.scm (kpeoplevcard): New public variable.

4 years agognu: KContacts: Propagate required inputs.
Marius Bakke [Sat, 6 Jun 2020 18:56:54 +0000 (20:56 +0200)]
gnu: KContacts: Propagate required inputs.

* gnu/packages/kde-frameworks.scm (kcontacts)[inputs]: Move KCODECS,
KCOREADDONS, KCONFIG, and KI18N ...
[propagated-inputs]: ... here.  New field.

4 years agognu: kdevelop: Update to 5.5.2.
Marius Bakke [Sat, 6 Jun 2020 14:12:16 +0000 (16:12 +0200)]
gnu: kdevelop: Update to 5.5.2.

* gnu/packages/kde.scm (kdevelop): Update to 5.5.2.

4 years agognu: akonadi-search: Enable tests.
Marius Bakke [Sat, 6 Jun 2020 13:47:39 +0000 (15:47 +0200)]
gnu: akonadi-search: Enable tests.

* gnu/packages/kde-pim.scm (akonadi-search)[native-inputs]: Add DBUS.
[arguments]: Add #:phases.

4 years agognu: grantlee: Correct license.
Marius Bakke [Wed, 3 Jun 2020 21:35:27 +0000 (23:35 +0200)]
gnu: grantlee: Correct license.

* gnu/packages/qt.scm (grantlee)[license]: Set to LGPL2.1+.

4 years agognu: rust-rpassword-4: Update to 4.0.5.
Efraim Flashner [Fri, 5 Jun 2020 16:35:40 +0000 (19:35 +0300)]
gnu: rust-rpassword-4: Update to 4.0.5.

* gnu/packages/crates-io.scm (rust-rpassword-4): Update to 4.0.5.

4 years agognu: emacs-with-editor: Update to 2.9.2.
Nicolas Goaziou [Sat, 6 Jun 2020 18:03:10 +0000 (20:03 +0200)]
gnu: emacs-with-editor: Update to 2.9.2.

* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 2.9.2.

4 years agognu: emacs-nhexl-mode: Update to 1.5.
Nicolas Goaziou [Sat, 6 Jun 2020 14:21:26 +0000 (16:21 +0200)]
gnu: emacs-nhexl-mode: Update to 1.5.

* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): Update to 1.5.
[description]: Remove trailing newline character.

4 years agognu: emacs-mmm-mode: Update to 0.5.8.
Nicolas Goaziou [Sat, 6 Jun 2020 14:17:04 +0000 (16:17 +0200)]
gnu: emacs-mmm-mode: Update to 0.5.8.

* gnu/packages/emacs-xyz.scm (emacs-mmm-mode): Update to 0.5.8.
[source]: Use GNU ELPA repository instead of GitHub.
[build-system]: Switch to emacs-build-system.
[native-inputs]: Remove.

4 years agognu: emacs-zones: Update to 2019.7.13.
Nicolas Goaziou [Sat, 6 Jun 2020 14:07:14 +0000 (16:07 +0200)]
gnu: emacs-zones: Update to 2019.7.13.

* gnu/packages/emacs-xyz.scm (emacs-zones): Update to 2019.7.13.
[source]: Use GNU ELPA repository instead of GitHub.  Remove unnecessary
patch.
* gnu/packages/patches/emacs-zones-called-interactively.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Apply file deletion.

4 years agognu: emacs-howm: Update to 1.4.6.
Nicolas Goaziou [Sat, 6 Jun 2020 13:59:04 +0000 (15:59 +0200)]
gnu: emacs-howm: Update to 1.4.6.

* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.6.

4 years agognu: emacs-frog-menu: Update to 0.2.11.
Nicolas Goaziou [Sat, 6 Jun 2020 13:54:51 +0000 (15:54 +0200)]
gnu: emacs-frog-menu: Update to 0.2.11.

* gnu/packages/emacs-xyz.scm (emacs-frog-menu): Update to 0.2.11.
[source]: Use GNU ELPA repository instead of GitHub.

4 years agognu: emacs-ebdb: Update to 0.6.18.
Nicolas Goaziou [Sat, 6 Jun 2020 13:47:57 +0000 (15:47 +0200)]
gnu: emacs-ebdb: Update to 0.6.18.

* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.18.
[source]: Use GNU ELPA repository instead of GitHub.

4 years agognu: GnuTLS: Update replacement to 3.6.14 [fixes CVE-2020-13777].
Marius Bakke [Sat, 6 Jun 2020 13:00:42 +0000 (15:00 +0200)]
gnu: GnuTLS: Update replacement to 3.6.14 [fixes CVE-2020-13777].

* gnu/packages/tls.scm (gnutls-3.6.13): Rename to ...
(gnutls-3.6.14): ... this.  Update to 3.6.14.
(gnutls)[replacement]: Adjust accordingly.
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Likewise.
* gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Likewise.

4 years agognu: rcas-web: Use guile2.2 version of Guile-Redis.
Marius Bakke [Thu, 4 Jun 2020 15:54:15 +0000 (17:54 +0200)]
gnu: rcas-web: Use guile2.2 version of Guile-Redis.

* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Change from GUILE-REDIS
to GUILE2.2-REDIS.  While at it, rename the GUILE input to "guile" instead
of "guile-next".

4 years agognu: emacs-exwm: Update to 0.24.
Nicolas Goaziou [Sat, 6 Jun 2020 13:29:02 +0000 (15:29 +0200)]
gnu: emacs-exwm: Update to 0.24.

* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.24.

4 years agognu: openconnect: Add a comment about the gnutls version.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 13:21:54 +0000 (15:21 +0200)]
gnu: openconnect: Add a comment about the gnutls version.

* gnu/packages/vpn.scm (openconnect): Add said comment.
* gnu/packages/tls.scm (gnutls): Add backlink to optimise SEO.

4 years agognu: emacs-web-server: Update to 0.1.2.
Nicolas Goaziou [Sat, 6 Jun 2020 13:23:10 +0000 (15:23 +0200)]
gnu: emacs-web-server: Update to 0.1.2.

* gnu/packages/emacs-xyz.scm (emacs-web-server): Update to 0.1.2.
[source]: Use GNU ELPA repository instead of GitHub.
[native-inputs]: Remove unnecessary native inputs.
[arguments]: Do not run tests, which do not exist in ELPA.

4 years agognu: openscad: Add patch to fix build.
Steve Sprang [Fri, 5 Jun 2020 18:05:06 +0000 (11:05 -0700)]
gnu: openscad: Add patch to fix build.

* gnu/packages/patches/openscad-parser-boost-1.72.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (openscad)[source]: Use it.

4 years agognu: emacs-rainbow-mode: Update to 1.0.4.
Nicolas Goaziou [Sat, 6 Jun 2020 13:17:22 +0000 (15:17 +0200)]
gnu: emacs-rainbow-mode: Update to 1.0.4.

* gnu/packages/emacs-xyz.scm (emacs-rainbow-mode): Update to 1.0.4.

4 years agognu: emacs-stream: Update to 2.2.5.
Nicolas Goaziou [Sat, 6 Jun 2020 13:14:25 +0000 (15:14 +0200)]
gnu: emacs-stream: Update to 2.2.5.

* gnu/packages/emacs-xyz.scm (emacs-stream): Update to 2.2.5.  [source]: Use
GNU ELPA repository instead of GitHub.
[arguments]: Skip tests, which do not exist on ELPA.

4 years agognu: emacs-posframe: Update to 0.7.0.
Nicolas Goaziou [Sat, 6 Jun 2020 13:10:45 +0000 (15:10 +0200)]
gnu: emacs-posframe: Update to 0.7.0.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.7.0.
[source]: Use GNU Elpa repository instead of GitHub.

4 years agognu: emacs-highlight-escape-sequences: Fix version number.
Nicolas Goaziou [Sat, 6 Jun 2020 13:06:19 +0000 (15:06 +0200)]
gnu: emacs-highlight-escape-sequences: Fix version number.

* gnu/packages/emacs-xyz.scm (emacs-highlight-escape-sequences): Extract
appropriate version number from main file.

4 years agognu: emacs-multi-term: Update to 1.5.0.017c77c.
Nicolas Goaziou [Sat, 6 Jun 2020 13:00:15 +0000 (15:00 +0200)]
gnu: emacs-multi-term: Update to 1.5.0.017c77c.

* gnu/packages/emacs-xyz.scm (emacs-multi-term): Update to 1.5.0.017c77c.

4 years agognu: emacs-edit-server: Update to 1.15.
Nicolas Goaziou [Sat, 6 Jun 2020 12:53:38 +0000 (14:53 +0200)]
gnu: emacs-edit-server: Update to 1.15.

* gnu/packages/emacs-xyz.scm (emacs-edit-server): Update to 1.15.

4 years agognu: Add cl-ascii-table.
Guillaume Le Vaillant [Sat, 6 Jun 2020 12:16:30 +0000 (14:16 +0200)]
gnu: Add cl-ascii-table.

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

4 years agognu: emacs-haskell-mode: Update to 17.1.
Nicolas Goaziou [Sat, 6 Jun 2020 11:44:05 +0000 (13:44 +0200)]
gnu: emacs-haskell-mode: Update to 17.1.

* gnu/packages/emacs-xyz.scm (emacs-haskell-mode): Update to 17.1.
[arguments]: Add phase to skip failing tests.
* gnu/packages/patches/haskell-mode-make-check.patch:
* gnu/packages/patches/haskell-mode-unused-variables.patch: Delete files.
* gnu/local.mk: Apply files removal.

4 years agognu: emacs-jsonrpc: Update to 1.0.12.
Nicolas Goaziou [Sat, 6 Jun 2020 11:23:54 +0000 (13:23 +0200)]
gnu: emacs-jsonrpc: Update to 1.0.12.

* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.12.

4 years agognu: emacs-ghub: Update to 3.3.0.
Nicolas Goaziou [Sat, 6 Jun 2020 11:22:51 +0000 (13:22 +0200)]
gnu: emacs-ghub: Update to 3.3.0.

* gnu/packages/emacs-xyz.scm (emacs-ghub): Update to 3.3.0.

4 years agognu: emacs-oauth2: Update to 0.13.
Nicolas Goaziou [Sat, 6 Jun 2020 11:19:01 +0000 (13:19 +0200)]
gnu: emacs-oauth2: Update to 0.13.

* gnu/packages/emacs-xyz.scm (emacs-oauth2): Update to 0.13.

4 years agognu: emacs-darkroom: Update to 0.3.
Nicolas Goaziou [Sat, 6 Jun 2020 11:17:43 +0000 (13:17 +0200)]
gnu: emacs-darkroom: Update to 0.3.

* gnu/packages/emacs-xyz.scm (emacs-darkroom): Update to 0.3.

4 years agognu: emacs-cider: Update to 0.25.0.
Nicolas Goaziou [Sat, 6 Jun 2020 11:15:52 +0000 (13:15 +0200)]
gnu: emacs-cider: Update to 0.25.0.

* gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.25.0.
[propagated-inputs]: Reorder entries.  Remove emacs-seq, built-in.

4 years agognu: emacs-beginend: Update to 2.1.0.
Nicolas Goaziou [Sat, 6 Jun 2020 11:14:05 +0000 (13:14 +0200)]
gnu: emacs-beginend: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.1.0.

4 years agognu: emacs-magit-popup: Update to 2.13.2.
Nicolas Goaziou [Sat, 6 Jun 2020 11:11:33 +0000 (13:11 +0200)]
gnu: emacs-magit-popup: Update to 2.13.2.

* gnu/packages/emacs-xyz.scm (emacs-magit-popup): Update to 2.13.2.

4 years agognu: emacs-clojure-mode: Update to 5.11.0.
Nicolas Goaziou [Sat, 6 Jun 2020 11:08:11 +0000 (13:08 +0200)]
gnu: emacs-clojure-mode: Update to 5.11.0.

* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.11.0.
[native-inputs]: Add emacs-buttercup, remove emacs-ert-runner.  [arguments]:
Update test command.  [description]: Small typographic fixes.

4 years agognu: emacs-php-mode: Update to 1.23.0.
Nicolas Goaziou [Sat, 6 Jun 2020 11:03:21 +0000 (13:03 +0200)]
gnu: emacs-php-mode: Update to 1.23.0.

* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.23.0.

4 years agognu: emacs-undo-tree: Update to 0.7.4.
Nicolas Goaziou [Sat, 6 Jun 2020 10:23:00 +0000 (12:23 +0200)]
gnu: emacs-undo-tree: Update to 0.7.4.

* gnu/packages/emacs-xyz.scm (emacs-undo-tree): Update to 0.7.4.
[source]: Use GNU ELPA repository.

4 years agognu: emacs-websocket: Update to 1.12.
Nicolas Goaziou [Sat, 6 Jun 2020 10:19:55 +0000 (12:19 +0200)]
gnu: emacs-websocket: Update to 1.12.

* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.12.
[source]: Use ELPA repository instead of GitHub.

4 years agognu: libavif: Mark up description.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:37:37 +0000 (06:37 +0200)]
gnu: libavif: Mark up description.

* gnu/packages/image.scm (libavif)[description]: Use @acronym{}.

4 years agognu: libqmi: Update to 1.24.12.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 22:07:13 +0000 (00:07 +0200)]
gnu: libqmi: Update to 1.24.12.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.12.

4 years agognu: mcelog: Update description.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:29:42 +0000 (06:29 +0200)]
gnu: mcelog: Update description.

I believe that nowadays rasdaemon is a/the recommended alternative.

* gnu/packages/linux.scm (mcelog)[description]: Remove ‘required’.

4 years agognu: mcelog: Update to 170.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:26:04 +0000 (06:26 +0200)]
gnu: mcelog: Update to 170.

* gnu/packages/linux.scm (mcelog): Update to 170.

4 years agognu: mcelog: Fix unversioned DOCDIR.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:24:00 +0000 (06:24 +0200)]
gnu: mcelog: Fix unversioned DOCDIR.

* gnu/packages/linux.scm (mcelog)[arguments]: VERSION DOCDIR.

4 years agognu: geoclue: Update to 2.5.6.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:17:40 +0000 (06:17 +0200)]
gnu: geoclue: Update to 2.5.6.

* gnu/packages/gnome.scm (geoclue): Update to 2.5.6.

4 years agognu: evince: Update to 3.36.1.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:16:36 +0000 (06:16 +0200)]
gnu: evince: Update to 3.36.1.

* gnu/packages/gnome.scm (evince): Update to 3.36.1.

4 years agognu: mtpaint: Update to 3.49.27.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:14:47 +0000 (06:14 +0200)]
gnu: mtpaint: Update to 3.49.27.

* gnu/packages/image.scm (mtpaint): Update to 3.49.27.

4 years agognu: mtpaint: Fix version numbering.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 04:04:21 +0000 (06:04 +0200)]
gnu: mtpaint: Fix version numbering.

* gnu/packages/image.scm (mtpaint): Remove let binding.
[version]: Don't use GIT-VERSION.
[source]: Specify the matching COMMIT directly.

4 years agognu: gpxsee: Update to 7.30.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 03:15:15 +0000 (05:15 +0200)]
gnu: gpxsee: Update to 7.30.

* gnu/packages/gps.scm (gpxsee): Update to 7.30.

4 years agognu: fortune-mod: Update to 2.28.0.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 00:51:39 +0000 (02:51 +0200)]
gnu: fortune-mod: Update to 2.28.0.

* gnu/packages/games.scm (fortune-mod): Update to 2.28.0.

4 years agognu: python-backports-csv: Update to 1.0.7.
Tobias Geerinckx-Rice [Sat, 6 Jun 2020 06:17:55 +0000 (08:17 +0200)]
gnu: python-backports-csv: Update to 1.0.7.

* gnu/packages/python-xyz.scm (python-backports-csv): Update to 1.0.7.

4 years agognu: emacs-general: Update to a0b17d2.
Nicolas Goaziou [Fri, 5 Jun 2020 22:11:22 +0000 (00:11 +0200)]
gnu: emacs-general: Update to a0b17d2.

Fixes <https://bugs.gnu.org/41655>.
Reported by bdju <bdju@tilde.team>.

* gnu/packages/emacs-xyz.scm (emacs-general): Update to a0b17d2.
[arguments]: Remove unnecessary phase.  Update #:test-command.

4 years agogit-authenticate: Add tests.
Ludovic Courtès [Mon, 1 Jun 2020 21:20:06 +0000 (23:20 +0200)]
git-authenticate: Add tests.

* guix/tests/git.scm (call-with-environment-variables)
(with-environment-variables): Remove.
* guix/tests/git.scm (populate-git-repository): Add clauses for signed
commits and signed merges.
* guix/tests/gnupg.scm: New file.
* tests/git-authenticate.scm: New file.
* tests/ed25519bis.key, tests/ed25519bis.sec: New files.
* Makefile.am (dist_noinst_DATA): Add 'guix/tests/gnupg.scm'.
(SCM_TESTS): Add 'tests/git-authenticate.scm'.
(EXTRA_DIST): Add tests/ed25519bis.{key,sec}.

4 years agogit-authenticate: Raise proper SRFI-35 conditions.
Ludovic Courtès [Mon, 1 Jun 2020 20:53:06 +0000 (22:53 +0200)]
git-authenticate: Raise proper SRFI-35 conditions.

* guix/git-authenticate.scm (&git-authentication-error)
(&unsigned-commit-error, &unauthorized-commit-error)
(&signature-verification-error, &missing-key-error): New condition
types.
(commit-signing-key, authenticate-commit): Raise them.

4 years agogit-authenticate: Don't hard-code "origin/" for keyring reference.
Ludovic Courtès [Mon, 1 Jun 2020 20:52:03 +0000 (22:52 +0200)]
git-authenticate: Don't hard-code "origin/" for keyring reference.

* guix/git-authenticate.scm (load-keyring-from-reference): Remove
hard-coded "origin/".  Use BRANCH-ALL instead of BRANCH-REMOTE.

4 years agoAdd (guix git-authenticate).
Ludovic Courtès [Mon, 1 Jun 2020 15:48:11 +0000 (17:48 +0200)]
Add (guix git-authenticate).

* build-aux/git-authenticate.scm (commit-signing-key)
(read-authorizations, commit-authorized-keys, authenticate-commit)
(load-keyring-from-blob, load-keyring-from-reference)
(authenticate-commits, authenticated-commit-cache-file)
(previously-authenticated-commits, cache-authenticated-commit): Remove.
* build-aux/git-authenticate.scm (git-authenticate): Pass
 #:default-authorizations to 'authenticate-commits'.
* guix/git-authenticate.scm: New file, with code taken from
'build-aux/git-authenticate.scm'.  Remove references to
'%historical-authorized-signing-keys' and add #:default-authorizations
parameter instead.
* Makefile.am (MODULES): Add it.
(authenticate): Depend on guix/git-authenticate.go.

4 years agognu: boost-signals2: Update hash.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 19:30:56 +0000 (21:30 +0200)]
gnu: boost-signals2: Update hash.

Reported by pkill9 on #guix.

* gnu/packages/boost.scm (boost-signals2)[source]: Fix the hash.

4 years agognu: diffoscope: Update to 146.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 17:06:11 +0000 (19:06 +0200)]
gnu: diffoscope: Update to 146.

* gnu/packages/diffoscope.scm (diffoscope): Update to 146.

4 years agognu: diffoscope: Remove redundant let binding.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 16:58:02 +0000 (18:58 +0200)]
gnu: diffoscope: Remove redundant let binding.

* gnu/packages/diffoscope.scm (diffoscope): Unbind VERSION.

4 years agognu: docker, docker-cli: Update to 19.03.9.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 16:47:00 +0000 (18:47 +0200)]
gnu: docker, docker-cli: Update to 19.03.9.

* gnu/packages/docker.scm (%docker-version): Update to 19.03.9.
(docker, docker-cli): Update hashes.

4 years agognu: websocketpp: Update to 0.8.2.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 16:45:11 +0000 (18:45 +0200)]
gnu: websocketpp: Update to 0.8.2.

* gnu/packages/web.scm (websocketpp): Update to 0.8.2.
[source]: Replace patch.
* gnu/packages/patches/websocketpp-fix-for-boost-1.70.patch: Delete file.
* gnu/packages/patches/websocketpp-fix-for-cmake-3.15.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

4 years agognu: strace: Update to 5.7.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 16:02:03 +0000 (18:02 +0200)]
gnu: strace: Update to 5.7.

* gnu/packages/linux.scm (strace): Update to 5.7.
[arguments]: Disable three failing tests.

4 years agognu: singular: Update to 4.1.3p1.
Tobias Geerinckx-Rice [Fri, 5 Jun 2020 15:02:03 +0000 (17:02 +0200)]
gnu: singular: Update to 4.1.3p1.

* gnu/packages/algebra.scm (singular): Update to 4.1.3p1.

4 years agognu: iproute2: Update to 5.7.0.
Tobias Geerinckx-Rice [Thu, 4 Jun 2020 17:05:51 +0000 (19:05 +0200)]
gnu: iproute2: Update to 5.7.0.

* gnu/packages/linux.scm (iproute): Update to 5.7.0.

4 years agognu: man-db: Update to 2.9.2.
Tobias Geerinckx-Rice [Wed, 3 Jun 2020 23:29:14 +0000 (01:29 +0200)]
gnu: man-db: Update to 2.9.2.

* gnu/packages/man.scm (man-db): Update to 2.9.2.

4 years agognu: fetchmail: Update to 6.4.6.
Tobias Geerinckx-Rice [Wed, 3 Jun 2020 19:51:35 +0000 (21:51 +0200)]
gnu: fetchmail: Update to 6.4.6.

* gnu/packages/mail.scm (fetchmail): Update to 6.4.6.

4 years agognu: synapse: Update to 1.14.0.
Tobias Geerinckx-Rice [Wed, 3 Jun 2020 19:43:49 +0000 (21:43 +0200)]
gnu: synapse: Update to 1.14.0.

* gnu/packages/matrix.scm (synapse): Update to 1.14.0.

4 years agognu: guix: Update to ea924134f8.
Mathieu Othacehe [Fri, 5 Jun 2020 17:23:27 +0000 (19:23 +0200)]
gnu: guix: Update to ea924134f8.

Update Guix to include ea924134f819eef072ba7df9080d39de97fd73e6, that fixes a
test failure that can occur when running from a file-system without user_xattr
support.

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

4 years agotests: syscall: Support file-systems without extended attributes.
Mathieu Othacehe [Fri, 5 Jun 2020 10:28:12 +0000 (12:28 +0200)]
tests: syscall: Support file-systems without extended attributes.

* tests/syscalls.scm (setxattr): Catch ENOTSUP that can be raised if the
file-system does not support extended user attributes.

4 years agognu: Add cl-1am.
Katherine Cox-Buday [Tue, 2 Jun 2020 17:55:36 +0000 (12:55 -0500)]
gnu: Add cl-1am.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-sxql.
Katherine Cox-Buday [Tue, 2 Jun 2020 17:52:20 +0000 (12:52 -0500)]
gnu: Add cl-sxql.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-exponential-backoff.
Katherine Cox-Buday [Tue, 2 Jun 2020 17:47:09 +0000 (12:47 -0500)]
gnu: Add cl-exponential-backoff.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-rove.
Katherine Cox-Buday [Tue, 2 Jun 2020 17:39:18 +0000 (12:39 -0500)]
gnu: Add cl-rove.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-dissect.
Katherine Cox-Buday [Tue, 2 Jun 2020 17:36:35 +0000 (12:36 -0500)]
gnu: Add cl-dissect.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-uuid.
Katherine Cox-Buday [Tue, 2 Jun 2020 17:30:04 +0000 (12:30 -0500)]
gnu: Add cl-uuid.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-prometheus.pushgateway.
Katherine Cox-Buday [Fri, 5 Jun 2020 13:03:59 +0000 (15:03 +0200)]
gnu: Add cl-prometheus.pushgateway.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-prometheus.exposers.hunchentoot.
Katherine Cox-Buday [Fri, 5 Jun 2020 12:59:19 +0000 (14:59 +0200)]
gnu: Add cl-prometheus.exposers.hunchentoot.

* gnu/packages/lisp-xyz.scm (sbcl-prometheus.exposers.hunchentoot,
  cl-prometheus.exposers.hunchentoot): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-prometheus.formats.text.
Katherine Cox-Buday [Fri, 5 Jun 2020 12:55:17 +0000 (14:55 +0200)]
gnu: Add cl-prometheus.formats.text.

* gnu/packages/lisp-xyz.scm (sbcl-prometheus.formats.text,
  cl-prometheus.formats.text, ecl-prometheus.formats.text): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-prometheus.collectors.process.
Katherine Cox-Buday [Fri, 5 Jun 2020 12:49:51 +0000 (14:49 +0200)]
gnu: Add cl-prometheus.collectors.process.

* gnu/packages/lisp-xyz.scm (sbcl-prometheus.collectors.process,
  cl-prometheus.collectors.process, ecl-prometheus.collectors.process): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-prometheus.collectors.sbcl.
Katherine Cox-Buday [Fri, 5 Jun 2020 12:44:18 +0000 (14:44 +0200)]
gnu: Add cl-prometheus.collectors.sbcl.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-prometheus.
Katherine Cox-Buday [Fri, 5 Jun 2020 12:38:19 +0000 (14:38 +0200)]
gnu: Add cl-prometheus.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add quantile-estimator.
Katherine Cox-Buday [Mon, 1 Jun 2020 22:41:40 +0000 (17:41 -0500)]
gnu: Add quantile-estimator.

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

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: txr: Update to 239.
Guillaume Le Vaillant [Fri, 5 Jun 2020 12:08:20 +0000 (14:08 +0200)]
gnu: txr: Update to 239.

* gnu/packages/lisp.scm (txr): Update to 239.
  [arguments]: Use cc-for-target.

4 years agognu: guix: Update to 7730f41afd.
Mathieu Othacehe [Fri, 5 Jun 2020 07:10:34 +0000 (09:10 +0200)]
gnu: guix: Update to 7730f41afd.

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

4 years agoinstaller: final: Add some extra logging.
Mathieu Othacehe [Thu, 4 Jun 2020 12:56:37 +0000 (14:56 +0200)]
installer: final: Add some extra logging.

* gnu/installer/final.scm (kill-cow-users): Log the killed process name,
(umount-cow-store): inform that we are umounting the cow-store.