jackhill/guix/guix.git
4 years agognu: python-pycrypto: Fix build with Python 3.8.
Marius Bakke [Sat, 11 Apr 2020 14:04:26 +0000 (16:04 +0200)]
gnu: python-pycrypto: Fix build with Python 3.8.

* gnu/packages/patches/python-pycrypto-time-clock.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-crypto.scm (python-pycrypto)[source](patches): Add it.

4 years agognu: gRPC@1.16: Fix build with glibc 2.30 and later.
Marius Bakke [Sat, 11 Apr 2020 13:41:45 +0000 (15:41 +0200)]
gnu: gRPC@1.16: Fix build with glibc 2.30 and later.

* gnu/packages/rpc.scm (grpc-1.16.1)[arguments]: Add phase to rename custom
gettid() function.

4 years agognu: python-gevent: Update to 1.5.0.
Marius Bakke [Sat, 11 Apr 2020 13:34:52 +0000 (15:34 +0200)]
gnu: python-gevent: Update to 1.5.0.

* gnu/packages/python-xyz.scm (python-gevent): Update to 1.5.0.
[arguments]: Split the unbundling and include path adjustments intwo two
phases.  Enable previously failing test; disable two others.  Use a format
string instead of DISPLAY when writing skipped_tests.txt.

4 years agognu: spandsp: Add comment.
Marius Bakke [Sat, 11 Apr 2020 13:33:32 +0000 (15:33 +0200)]
gnu: spandsp: Add comment.

* gnu/packages/telephony.scm (spandsp)[native-inputs]: Note that the
LIBJPEG-TURBO dependency comes via LIBTIFF.

4 years agognu: Add linphoneqt.
Raghav Gururajan [Fri, 10 Apr 2020 23:21:03 +0000 (01:21 +0200)]
gnu: Add linphoneqt.

* gnu/packages/linphone.scm (linphoneqt): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: spandsp: Fix build failure.
Danny Milosavljevic [Fri, 10 Apr 2020 23:18:03 +0000 (01:18 +0200)]
gnu: spandsp: Fix build failure.

* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.

4 years agognu: liblinphone: Fix build failure.
Raghav Gururajan [Mon, 6 Apr 2020 04:02:20 +0000 (00:02 -0400)]
gnu: liblinphone: Fix build failure.

* gnu/packages/linphone.scm (liblinphone)[arguments]<#:configure-flags]: Add
-DENABLE_STRICT=NO.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: commencement: Memoize packages as a function of the system.
Ludovic Courtès [Fri, 10 Apr 2020 22:12:09 +0000 (00:12 +0200)]
gnu: commencement: Memoize packages as a function of the system.

Previous, things like 'ld-wrapper-boot0' would be memoized with
(mlambda () …).  However, the definition of 'ld-wrapper-boot0' depends
on the result of (%boot0-inputs), which is itself a function
of (%current-system).  Thus, if one first calls:

  (parameterize ((%current-system "x86_64-linux"))
    (ld-wrapper-boot0))

then, in all subsequent calls to 'ld-wrapper-boot0', the value
of (%current-system) would be ignored because the result is already
memoized.  Concretely, 'ld-wrapper-boot0' would always have the
dependencies it has on x86_64-linux, even though they are different than
those on armhf-linux, say ("bash-mesboot" vs. "bootstrap-binaries").

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

* gnu/packages/commencement.scm (define/system-dependent): New macro.
(linux-libre-headers-boot0, hurd-core-headers-boot0, ld-wrapper-boot0)
(gcc-boot0-intermediate-wrapped, gcc-boot0-wrapped, ld-wrapper-boot3):
Define using 'define/system-dependent' instead of 'define' + 'mlambda'.
Adjust users so they no longer look like procedure calls.
* tests/guix-build.sh: Add test.

4 years agoMerge branch 'master' into core-updates
Marius Bakke [Fri, 10 Apr 2020 22:10:23 +0000 (00:10 +0200)]
Merge branch 'master' into core-updates

4 years agognu: boinc-client: Update to 7.16.6.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 21:21:56 +0000 (23:21 +0200)]
gnu: boinc-client: Update to 7.16.6.

* gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.

4 years agognu: ephemeralpg: Update to 2.9.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 21:11:44 +0000 (23:11 +0200)]
gnu: ephemeralpg: Update to 2.9.

* gnu/packages/databases.scm (ephemeralpg): Update to 2.9.
[arguments]: Remove obsolete work-arounds.
[native-inputs]: Add which.

4 years agognu: ephemeralpg: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 21:09:57 +0000 (23:09 +0200)]
gnu: ephemeralpg: Use HTTPS home page.

* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.

4 years agognu: crispy-doom: Update to 5.7.2.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 20:57:56 +0000 (22:57 +0200)]
gnu: crispy-doom: Update to 5.7.2.

* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.

4 years agognu: r-powerlaw: Update to 0.70.4.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 20:52:25 +0000 (22:52 +0200)]
gnu: r-powerlaw: Update to 0.70.4.

* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.

4 years agognu: burp: Update to 2.3.24.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 20:47:54 +0000 (22:47 +0200)]
gnu: burp: Update to 2.3.24.

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

4 years agognu: burp: Extend test time-outs.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 20:47:31 +0000 (22:47 +0200)]
gnu: burp: Extend test time-outs.

* gnu/packages/backup.scm (burp)[arguments]: Add a new
‘extend-test-time-outs’ phase.

4 years agognu: libzen: Update to 0.4.38.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 20:17:09 +0000 (22:17 +0200)]
gnu: libzen: Update to 0.4.38.

* gnu/packages/cpp.scm (libzen): Update to 0.4.38.
[source]: Hard-code NAME.

4 years agognu: celluloid: Update to 0.19.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 19:44:32 +0000 (21:44 +0200)]
gnu: celluloid: Update to 0.19.

* gnu/packages/video.scm (celluloid): Update to 0.19.

4 years agognu: ghc-regex-tdfa: Update home page.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 19:29:56 +0000 (21:29 +0200)]
gnu: ghc-regex-tdfa: Update home page.

* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[home-page]: Update.

4 years agognu: btrfs-progs: Update to 5.6.
Tobias Geerinckx-Rice [Fri, 10 Apr 2020 19:27:21 +0000 (21:27 +0200)]
gnu: btrfs-progs: Update to 5.6.

* gnu/packages/linux.scm (btrfs-progs): Update to 5.6.

4 years agotests: openvswitch: Use the absolute file name of ovs-vsctl.
Marius Bakke [Fri, 10 Apr 2020 18:05:02 +0000 (20:05 +0200)]
tests: openvswitch: Use the absolute file name of ovs-vsctl.

This fixes a regression introduced in 8b9cad01e9619f53dc5a65892ca6a09ca5de3447
where ovs-vsctl would no longer be available in PATH.

* gnu/tests/networking.scm (run-openvswitch-test): Qualify "ovs-vsctl"
invocation by ungexping the OPENVSWITCH variable instead of assuming it's
available on PATH.

4 years agovm: Use virtio network driver.
Marius Bakke [Fri, 10 Apr 2020 18:01:37 +0000 (20:01 +0200)]
vm: Use virtio network driver.

This fixes a regression introduced in 8e53fe2b91d2776bc1529e7b34967c8f1d9edc32
where 'guix system vm' would no longer be using virtio.

* gnu/system/vm.scm (common-qemu-options): Add "-nic user,model=virtio-net-pci".

4 years agognu: Add fulcrum.
TomZ [Tue, 7 Apr 2020 18:48:45 +0000 (20:48 +0200)]
gnu: Add fulcrum.

* gnu/packages/finance.scm (fulcrum): New variable.

4 years agognu: emacs-ace-window: Update to 0.10.0
Michael Rohleder [Sun, 5 Apr 2020 20:27:27 +0000 (22:27 +0200)]
gnu: emacs-ace-window: Update to 0.10.0

[[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-05T22:27:27+0200 using RSA]]
* gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.

From c3dc065f9247c98ba90fbf3ec9c51abb06417269 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 5 Apr 2020 22:15:50 +0200
Subject: [PATCH] gnu: emacs-ace-window: Update to 0.10.0

* gnu/packages/emacs-xyz.scm (emacs-ace-window) Update to 0.10.0.

4 years agognu: Add emacs-dired-git-info.
John Soo [Tue, 7 Apr 2020 08:05:47 +0000 (01:05 -0700)]
gnu: Add emacs-dired-git-info.

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

4 years agognu: Add emacs-diredfl.
John Soo [Tue, 7 Apr 2020 08:06:18 +0000 (01:06 -0700)]
gnu: Add emacs-diredfl.

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

4 years agognu: pianobar: Update to 2020.04.05.
Lars-Dominik Braun [Fri, 10 Apr 2020 16:20:13 +0000 (18:20 +0200)]
gnu: pianobar: Update to 2020.04.05.

* gnu/packages/music.scm (pianobar): Update to 2020.04.05.

4 years agognu: mariadb: Fix build on armhf-linux.
Marius Bakke [Fri, 10 Apr 2020 15:50:25 +0000 (17:50 +0200)]
gnu: mariadb: Fix build on armhf-linux.

* gnu/packages/databases.scm (mariadb)[arguments]: When building for
armhf-linux, add phase 'hide-default-gcc'.
[native-inputs]: Distinguish GCC-5.

4 years agognu: aegisub: Fix build with Make 4.3.
Marius Bakke [Fri, 10 Apr 2020 15:15:32 +0000 (17:15 +0200)]
gnu: aegisub: Fix build with Make 4.3.

* gnu/packages/patches/aegisub-make43.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (aegisub)[source](patches): Add it.

4 years agotests: Run guided installation tests from an ISO image.
Ludovic Courtès [Fri, 10 Apr 2020 13:46:16 +0000 (15:46 +0200)]
tests: Run guided installation tests from an ISO image.

* gnu/tests/install.scm (guided-installation-test): Pass
 #:installation-disk-image-file-system-type to 'run-install'.

4 years agoinstaller: tests: Don't install to a CD/DVD.
Ludovic Courtès [Fri, 10 Apr 2020 13:44:30 +0000 (15:44 +0200)]
installer: tests: Don't install to a CD/DVD.

* gnu/installer/tests.scm (choose-partitioning): Use 'find' to select
the disk.

4 years agovm: 'system-disk-image' honors #:substitutable? for ISO9660 images.
Ludovic Courtès [Fri, 10 Apr 2020 13:43:03 +0000 (15:43 +0200)]
vm: 'system-disk-image' honors #:substitutable? for ISO9660 images.

This is a followup to a328f66a9e16d7bae765d8bc088e4a97037e6e2b.

* gnu/system/vm.scm (iso9660-image): Add #:substitutable? and pass it to
'expression->derivation-in-linux-vm'.
(system-disk-image): Pass #:substitutable? to 'iso9660-image'.

4 years agolint: 'check-patch-file-names' restricts to shorter file names.
Ludovic Courtès [Fri, 10 Apr 2020 13:58:01 +0000 (15:58 +0200)]
lint: 'check-patch-file-names' restricts to shorter file names.

* guix/lint.scm (check-patch-file-names): Increase MARGIN.

4 years agognu: sdl-pango: Shorten file name of patch.
Ludovic Courtès [Fri, 10 Apr 2020 13:54:10 +0000 (15:54 +0200)]
gnu: sdl-pango: Shorten file name of patch.

* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch:
Rename to...
* gnu/packages/patches/sdl-pango-header-guard.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/sdl.scm (sdl-pango):
Likewise.

4 years agognu: akonadi: Shorten file name of patch.
Ludovic Courtès [Fri, 10 Apr 2020 12:55:31 +0000 (14:55 +0200)]
gnu: akonadi: Shorten file name of patch.

This ensures we stay below the POSIX tar file name length limit.

* gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch:
Rename to...
* gnu/packages/patches/akonadi-not-relocatable.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-pim.scm (akonadi): Likewise.

4 years agognu: binutils: Shorten file names of MinGW patches.
Ludovic Courtès [Fri, 10 Apr 2020 12:48:02 +0000 (14:48 +0200)]
gnu: binutils: Shorten file names of MinGW patches.

This ensures we stay below the POSIX tar file name length limit.

* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Likewise.

4 years agognu: spice-gtk: Add an absolute reference for libjpeg in the .la files.
Marius Bakke [Fri, 10 Apr 2020 13:53:19 +0000 (15:53 +0200)]
gnu: spice-gtk: Add an absolute reference for libjpeg in the .la files.

* gnu/packages/spice.scm (spice-gtk)[arguments]: Add phase 'patch-la-files.

4 years agognu: installer: Fix issue with "Esperanto" locale.
Mathieu Othacehe [Fri, 10 Apr 2020 13:44:38 +0000 (15:44 +0200)]
gnu: installer: Fix issue with "Esperanto" locale.

According to glibc manual, locale are under the following form:
          language[_territory[.codeset]][@modifier]

The esperanto locale "epo" does not have a territory. Modify run-command to
take this into account.

Reported by Alex Sassmannshausen here:
https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00192.html.

* gnu/installer/utils.scm (run-command): Handle locale without territory such
as "epo".

4 years agognu: gnuradio: Fix gnuradio-companion GUI not showing.
Guillaume Le Vaillant [Fri, 10 Apr 2020 12:48:46 +0000 (14:48 +0200)]
gnu: gnuradio: Fix gnuradio-companion GUI not showing.

* gnu/packages/ham-radio.scm (gnuradio)[arguments]: Add 'wrap-glib-or-gtk' and
  'wrap-with-GI_TYPELIB_PATH' phases.

4 years agognu: xorriso: Build gui frontend.
Efraim Flashner [Tue, 24 Mar 2020 14:49:54 +0000 (16:49 +0200)]
gnu: xorriso: Build gui frontend.

* gnu/packages/cdrom.scm (xorriso)[outputs]: Add gui.
[arguments]: Add custom phase to install gui files to separate output
and wrap the binary.
[inputs]: Add tk.

4 years agoAdd missing services/linux.scm to gnu/local.mk.
Vagrant Cascadian [Fri, 10 Apr 2020 03:48:09 +0000 (20:48 -0700)]
Add missing services/linux.scm to gnu/local.mk.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add linux.scm.

4 years agognu: emacs-orgalist: Update to 1.12.
Nicolas Goaziou [Fri, 10 Apr 2020 00:00:19 +0000 (02:00 +0200)]
gnu: emacs-orgalist: Update to 1.12.

* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.12.
[description]: Fix wording.

4 years agognu: xfce: Fix typo.
Tobias Geerinckx-Rice [Thu, 9 Apr 2020 16:35:19 +0000 (18:35 +0200)]
gnu: xfce: Fix typo.

* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.

4 years agoservices: gnome: Fix ‘gnome’ field name.
Tobias Geerinckx-Rice [Thu, 9 Apr 2020 16:39:19 +0000 (18:39 +0200)]
services: gnome: Fix ‘gnome’ field name.

To match its own documentation & other similar services.

* gnu/services/desktop.scm (gnome-desktop-configuration)[gnome-package]:
Rename to…
[gnome]: …this.

4 years agovm: Transparently compress iso9660 images.
Tobias Geerinckx-Rice [Mon, 6 Apr 2020 15:48:21 +0000 (17:48 +0200)]
vm: Transparently compress iso9660 images.

* gnu/build/vm.scm (make-iso9660-image): Use the ‘--zisofs’ xorriso
filter at the highest compression settings for supported directories.

4 years agolint: Check for inappropriate inputs in propagated-inputs too.
Efraim Flashner [Thu, 9 Apr 2020 21:29:56 +0000 (00:29 +0300)]
lint: Check for inappropriate inputs in propagated-inputs too.

* guix/lint.scm (check-inputs-should-be-native): Also check the
propagated inputs of the package.

4 years agognu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].
Leo Famulari [Thu, 9 Apr 2020 18:55:43 +0000 (14:55 -0400)]
gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].

* gnu/packages/ssh.scm (libssh): Update to 0.9.4.

4 years agognu: python-titlecase: Nose is a native input.
Marius Bakke [Thu, 9 Apr 2020 21:25:09 +0000 (23:25 +0200)]
gnu: python-titlecase: Nose is a native input.

* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ...
[native-inputs]: ... this.

4 years agognu: Add gqrx.
Guillaume Le Vaillant [Thu, 9 Apr 2020 20:56:27 +0000 (22:56 +0200)]
gnu: Add gqrx.

* gnu/packages/ham-radio.scm (gqrx): New variable.

Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: Add gnuradio-iqbalance.
Guillaume Le Vaillant [Thu, 9 Apr 2020 20:49:33 +0000 (22:49 +0200)]
gnu: Add gnuradio-iqbalance.

* gnu/packages/ham-radio.scm (gnuradio-iqbalance): New variable.

4 years agognu: Add libosmo-dsp.
Guillaume Le Vaillant [Thu, 9 Apr 2020 20:39:28 +0000 (22:39 +0200)]
gnu: Add libosmo-dsp.

* gnu/packages/ham-radio.scm (libosmo-dsp): New variable.

4 years agognu: Add gnuradio-osmosdr.
Guillaume Le Vaillant [Thu, 9 Apr 2020 18:06:55 +0000 (20:06 +0200)]
gnu: Add gnuradio-osmosdr.

* gnu/packages/ham-radio.scm (gnuradio-osmosdr): New variable.

4 years agognu: Add gnuradio.
Guillaume Le Vaillant [Thu, 9 Apr 2020 17:18:40 +0000 (19:18 +0200)]
gnu: Add gnuradio.

* gnu/packages/ham-radio.scm (gnuradio): New variable.

Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
Co-authored-by: Charlie Ritter <chewzerita@posteo.net>
4 years agognu: Add codec2.
Guillaume Le Vaillant [Thu, 9 Apr 2020 14:03:03 +0000 (16:03 +0200)]
gnu: Add codec2.

* gnu/packages/audio.scm (codec2): New variable.

4 years agognu: Add python-click-plugins.
Guillaume Le Vaillant [Thu, 9 Apr 2020 13:22:16 +0000 (15:22 +0200)]
gnu: Add python-click-plugins.

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

4 years agognu: Add python-titlecase.
Christopher Lemmer Webber [Fri, 3 Apr 2020 19:28:46 +0000 (15:28 -0400)]
gnu: Add python-titlecase.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: Add xfe.
Raghav Gururajan [Thu, 9 Apr 2020 15:20:12 +0000 (11:20 -0400)]
gnu: Add xfe.

* gnu/packages/disk.scm (xfe): New variable.

4 years agognu: Add fox.
Raghav Gururajan [Thu, 9 Apr 2020 15:18:45 +0000 (11:18 -0400)]
gnu: Add fox.

* gnu/packages/graphics.scm (fox): New variable.

4 years agognu: nano: Update to 4.9.2.
Efraim Flashner [Thu, 9 Apr 2020 19:37:12 +0000 (22:37 +0300)]
gnu: nano: Update to 4.9.2.

* gnu/packages/nano.scm (nano): Update to 4.9.2.

4 years agognu: Remove python2-scikit-image.
Marius Bakke [Thu, 9 Apr 2020 12:15:12 +0000 (14:15 +0200)]
gnu: Remove python2-scikit-image.

Some of the packages that this depends upon no longer supports Python 2.

* gnu/packages/python-science.scm (python2-scikit-image): Remove variable.

4 years agognu: python-serpent: Declare python2 variant.
Marius Bakke [Thu, 9 Apr 2020 12:05:14 +0000 (14:05 +0200)]
gnu: python-serpent: Declare python2 variant.

* gnu/packages/python-xyz.scm (python-serpent)[properties]: New field.
(python2-serpent): New public variable.

4 years agognu: python-dask: Update to 2.14.0.
Marius Bakke [Thu, 9 Apr 2020 11:57:18 +0000 (13:57 +0200)]
gnu: python-dask: Update to 2.14.0.

* gnu/packages/python-xyz.scm (python-dask): Update to 2.14.0.

4 years agognu: python-cloudpickle: Update to 1.3.0.
Marius Bakke [Thu, 9 Apr 2020 11:46:40 +0000 (13:46 +0200)]
gnu: python-cloudpickle: Update to 1.3.0.

* gnu/packages/python-xyz.scm (python-cloudpickle): Update to 1.3.0.
[arguments]: Remove #:tests?.  Add #:phases.
[native-inputs]: Add PYTHON-PSUTIL.  Remove PYTHON-MOCK.
[properties]: New field.
(python2-cloudpickle)[native-inputs]: New field.  Preserve PYTHON2-MOCK.
[propagated-inputs]: Add PYTHON2-FUTURES.

4 years agognu: python-datrie: Update to 0.8.2
Marius Bakke [Thu, 9 Apr 2020 11:00:44 +0000 (13:00 +0200)]
gnu: python-datrie: Update to 0.8.2

* gnu/packages/python-xyz.scm (python-datrie): Update to 0.8.2.

4 years agognu: minimap2: Fix cond expression for Guile 3 compatibility.
Marius Bakke [Wed, 8 Apr 2020 22:40:48 +0000 (00:40 +0200)]
gnu: minimap2: Fix cond expression for Guile 3 compatibility.

* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Make the last COND
test the symbol else instead of _.

4 years agognu: shellcheck: Update homepage.
Jack Hill [Thu, 9 Apr 2020 16:35:40 +0000 (12:35 -0400)]
gnu: shellcheck: Update homepage.

* gnu/packages/haskell-apps.scm (shellcheck)[homepage]: Update URL.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: mcomix: Update to 20200402.
Pierre Neidhardt [Tue, 7 Apr 2020 15:59:20 +0000 (17:59 +0200)]
gnu: mcomix: Update to 20200402.

* gnu/packages/image-viewers.scm (mcomix): Update to 20200402.

4 years agoinstaller: Include empty variant in keyboard layout selection.
Florian Pelz [Thu, 9 Apr 2020 00:38:27 +0000 (02:38 +0200)]
installer: Include empty variant in keyboard layout selection.

Previously for Azerbaijani, no Latin layout but only the Cyrillic variant
could be selected.

* gnu/installer/newt/keymap.scm (add-empty-variant): New procedure.
(run-keymap-page): Use it to insert an empty variant.

4 years agoinstaller: Allow Alt+Shift toggle from non-Latin keyboard layouts.
Florian Pelz [Thu, 9 Apr 2020 00:17:22 +0000 (02:17 +0200)]
installer: Allow Alt+Shift toggle from non-Latin keyboard layouts.

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

* gnu/installer/newt/keymap.scm (%non-latin-layouts): New variable.
(%non-latin-variants): New variable.
(%latin-layout+variants): New variable.
(toggleable-latin-layout): New procedure to compute combined layouts.
(run-keymap-page): Use it.
(keyboard-layout->configuration): Apply it in config.scm.
(run-layout-page): Mention Alt+Shift.
* gnu/installer/keymap.scm (kmscon-update-keymap): Pass on XKB options.
* gnu/installer/record.scm (<installer>): Adjust code comments.
* gnu/installer.scm (apply-keymap): Pass on XKB options.
(installer-steps): Adjust code comments.
* gnu/packages/patches/kmscon-runtime-keymap-switch.patch: Apply XKB options.

4 years agoservices/web: Fix ordering of default-nginx-config.
Florian Pelz [Wed, 8 Apr 2020 21:23:45 +0000 (23:23 +0200)]
services/web: Fix ordering of default-nginx-config.

Fixes an error message '"load_module" directive is specified too late'.

* gnu/services/web.scm (default-nginx-config): Emit load_module before
global directives.

4 years agognu: cataclysm-dda: Update to 0.E.
Nicolas Goaziou [Wed, 8 Apr 2020 22:59:51 +0000 (00:59 +0200)]
gnu: cataclysm-dda: Update to 0.E.

* gnu/packages/games.scm (cataclysm-dda): Update to 0.E.

4 years agognu: python-cython: The i686 python2 workaround is needed for 32-bit ARM too.
Marius Bakke [Wed, 8 Apr 2020 22:53:28 +0000 (00:53 +0200)]
gnu: python-cython: The i686 python2 workaround is needed for 32-bit ARM too.

* gnu/packages/python-xyz.scm (python-cython)[arguments]: In the check phase,
disable parallel test execution for all 32-bit systems.
* gnu/packages/python-xyz.scm (python2-cython)[arguments]: Remove similar i686 workaround.

4 years agognu: qtwebengine: Fix build with Ninja >= 1.10.
Marius Bakke [Wed, 8 Apr 2020 19:45:23 +0000 (21:45 +0200)]
gnu: qtwebengine: Fix build with Ninja >= 1.10.

* gnu/packages/qt.scm (qtwebengine)[arguments]: Add phase
'patch-ninja-version-check'.

4 years agognu: linux-libre: Update to 5.4.31.
Mark H Weaver [Wed, 8 Apr 2020 19:38:47 +0000 (15:38 -0400)]
gnu: linux-libre: Update to 5.4.31.

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

4 years agognu: linux-libre@5.6: Update to 5.6.3.
Mark H Weaver [Wed, 8 Apr 2020 19:37:49 +0000 (15:37 -0400)]
gnu: linux-libre@5.6: Update to 5.6.3.

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

4 years agonews: Add ‘de’ translation.
Florian Pelz [Wed, 8 Apr 2020 18:47:35 +0000 (20:47 +0200)]
news: Add ‘de’ translation.

* etc/news.scm: Add a ‘de’ translation.

4 years agodownload: Use correct system and guile in 'url-fetch/tarbomb' and 'url-fetch/zipbomb'.
Diego Nicola Barbato [Mon, 16 Mar 2020 17:43:20 +0000 (18:43 +0100)]
download: Use correct system and guile in 'url-fetch/tarbomb' and 'url-fetch/zipbomb'.

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

Previously the result of `guix build -s $system $package' would depend on the
system Guix was built for if $package or one of its dependencies used
'url-fetch/tarbomb' or 'url-fetch/zipbomb' as the origin method of its
source (e.g. `guix build -s i686-linux ffmpeg' on i686-linux would build a
different derivation than on x86_64-linux).

This patch fixes this by explicitly passing the correct system and guile to
'gexp->derivation'.

* guix/download.scm (url-fetch/tarbomb): Pass #:system system and
  #:guile-for-build guile to 'gexp->derivation', where guile is the derivation
  of guile for system.
  (url-fetch/zipbomb): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agognu: openntpd: Don't use NAME in source URI.
Tobias Geerinckx-Rice [Wed, 8 Apr 2020 14:59:21 +0000 (16:59 +0200)]
gnu: openntpd: Don't use NAME in source URI.

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

4 years agognu: et: Update home page.
Tobias Geerinckx-Rice [Wed, 8 Apr 2020 13:49:34 +0000 (15:49 +0200)]
gnu: et: Update home page.

* gnu/packages/ssh.scm (et)[home-page]: Update.

4 years agognu: mosh: Tweak description.
Tobias Geerinckx-Rice [Wed, 8 Apr 2020 12:51:50 +0000 (14:51 +0200)]
gnu: mosh: Tweak description.

* gnu/packages/ssh.scm (mosh)[description]: Use full sentences and note
that only the client may roam.

4 years agognu: Add chrony.
Tobias Geerinckx-Rice [Tue, 31 Mar 2020 08:50:46 +0000 (10:50 +0200)]
gnu: Add chrony.

* gnu/packages/ntp.scm (chrony): New public variable.

4 years agognu: python-pyjwt: Remove dependency on old version of 'pytest-runner'.
Marius Bakke [Wed, 8 Apr 2020 12:33:43 +0000 (14:33 +0200)]
gnu: python-pyjwt: Remove dependency on old version of 'pytest-runner'.

* gnu/packages/python-xyz.scm (python-pyjwt)[arguments]: New field.
[native-inputs]: Remove PYTHON-PYTEST-RUNNER.

4 years agognu: perl-gd: Do not rely on 'libgd-config'.
Marius Bakke [Wed, 8 Apr 2020 12:21:41 +0000 (14:21 +0200)]
gnu: perl-gd: Do not rely on 'libgd-config'.

* gnu/packages/gd.scm (perl-gd)[native-inputs]: Add PERL-EXTUTILS-PKGCONFIG.

4 years agognu: ecl: Fix build with LibFFI >= 3.3.
Marius Bakke [Wed, 8 Apr 2020 11:53:35 +0000 (13:53 +0200)]
gnu: ecl: Fix build with LibFFI >= 3.3.

* gnu/packages/lisp.scm (ecl)[source](modules, snippet): New fields.

4 years agognu: ruby-sqlite3: Remove obsolete workaround.
Marius Bakke [Wed, 8 Apr 2020 11:21:24 +0000 (13:21 +0200)]
gnu: ruby-sqlite3: Remove obsolete workaround.

* gnu/packages/ruby.scm (ruby-sqlite3)[arguments]: Remove phase
'adjust-failing-test'.

4 years agomaint: Adjust release manifest for Guile 3.0 switch.
Marius Bakke [Wed, 8 Apr 2020 11:05:34 +0000 (13:05 +0200)]
maint: Adjust release manifest for Guile 3.0 switch.

* etc/release-manifest.scm (%packages-to-cross-build): Refer to
GUILE-3.0/FIXED instead of GUILE-2.2/FIXED.

4 years agoMerge branch 'master' into core-updates
Marius Bakke [Wed, 8 Apr 2020 11:00:50 +0000 (13:00 +0200)]
Merge branch 'master' into core-updates

 Conflicts:
etc/news.scm
gnu/local.mk
gnu/packages/check.scm
gnu/packages/cross-base.scm
gnu/packages/gimp.scm
gnu/packages/java.scm
gnu/packages/mail.scm
gnu/packages/sdl.scm
gnu/packages/texinfo.scm
gnu/packages/tls.scm
gnu/packages/version-control.scm

4 years agodoc: Mention HTTP/HTTPS proxy in the system installation instructions.
Ludovic Courtès [Wed, 8 Apr 2020 10:28:25 +0000 (12:28 +0200)]
doc: Mention HTTP/HTTPS proxy in the system installation instructions.

* doc/guix.texi (Keyboard Layout and Networking and Partitioning):
Mention 'herd set-http-proxy guix-daemon'.

4 years agotests: Mark VM images as non-substitutable.
Ludovic Courtès [Wed, 8 Apr 2020 10:27:28 +0000 (12:27 +0200)]
tests: Mark VM images as non-substitutable.

* gnu/tests/install.scm (run-install): Pass #:substitutable? to
'system-disk-image' and to 'gexp->derivation'.

4 years agovm: Allow images to be marked as non-substitutable.
Ludovic Courtès [Wed, 8 Apr 2020 10:22:18 +0000 (12:22 +0200)]
vm: Allow images to be marked as non-substitutable.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
 #:substitutable? parameter.  Pass it to 'gexp->derivation'.
(qemu-image): Add #:substitutable? and pass it to
'expression->derivation-in-linux-vm'.
(system-disk-image): Add #:substitutable? and pass it to 'qemu-image'.

4 years agognu: cross-base: Remove unneeded 'let'.
Ludovic Courtès [Sat, 4 Apr 2020 20:50:55 +0000 (22:50 +0200)]
gnu: cross-base: Remove unneeded 'let'.

This is a followup to 102d307520dee27a40feb1ca5a699763a2f3aefe.

* gnu/packages/cross-base.scm (cross-libc): Remove (let ((libc libc)) …).

(cherry picked from commit 524a4e357cd71566841aaf405e8548fa3600b11b)

4 years agognu: genimage: Update to 11.
Vincent Legoll [Fri, 27 Mar 2020 21:10:06 +0000 (22:10 +0100)]
gnu: genimage: Update to 11.

* gnu/packages/genimage.scm (genimage): Update to 11,
[arguments]: add a new test dump file to the patched ones
because of missing /etc/passwd in build environment.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
4 years agoinstaller: Add proxy support.
Mathieu Othacehe [Wed, 8 Apr 2020 08:20:33 +0000 (10:20 +0200)]
installer: Add proxy support.

* gnu/installer/proxy.scm: New file.
* gnu/local.mk (INSTALLER_MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* gnu/installer/newt/parameters.scm (run-proxy-page): New procedure,
(run-parameters-page): add the previous procedure to the parameters menu.

4 years agoinstaller: Turn help menu into parameters menu.
Mathieu Othacehe [Wed, 8 Apr 2020 08:16:25 +0000 (10:16 +0200)]
installer: Turn help menu into parameters menu.

* gnu/local.mk (INSTALLER_MODULES): Rename help.scm into parameters.scm.
* po/guix/POTFILES.in: Ditto.
* gnu/installer/record.scm (<installer>): Rename help-menu into parameter-menu
and help-page into parameters-page.
* gnu/installer/newt/parameters.scm: Renamed from help.scm. Update information
messages.
* gnu/installer/newt.scm: Update accordingly.
* gnu/installer/newt/keymap.scm: Ditto.

4 years agognu: higan: Update description.
Nicolas Goaziou [Wed, 8 Apr 2020 08:03:25 +0000 (10:03 +0200)]
gnu: higan: Update description.

* gnu/packages/emulators.scm (higan)[synopsis, description]: Update
description.

4 years agognu: higan: Update to 110.
Nicolas Goaziou [Wed, 8 Apr 2020 07:54:40 +0000 (09:54 +0200)]
gnu: higan: Update to 110.

* gnu/packages/emulators.scm (higan): Update to 110.
[source]: Switch to new repository.
[inputs]: Add libxrandr, replace sdl with sdl2.
[home-page]: Use new URL.
[license]: Switch license.
* gnu/packages/patches/higan-remove-march-native-flag.patch: Delete file.
* gnu/local.mk: Reflect patch removal.

4 years agognu: Syncthing: Update to 1.4.1.
Leo Famulari [Tue, 7 Apr 2020 21:19:45 +0000 (17:19 -0400)]
gnu: Syncthing: Update to 1.4.1.

* gnu/packages/syncthing.scm (syncthing): Update to 1.4.1.

4 years agognu: Add go-github-com-calmh-murmur3.
Leo Famulari [Tue, 7 Apr 2020 21:14:16 +0000 (17:14 -0400)]
gnu: Add go-github-com-calmh-murmur3.

* gnu/packages/golang.scm (go-github-com-calmh-murmur3): New variable.
(go-github-com-willf-bloom)[propagated-inputs]: Replace
go-github-com-spaolacci-murmur3 with it.
[arguments]: Patch the murmur3 import path in a new 'patch-import-path' phase.

4 years agognu: Go: Update to 1.13.9.
Leo Famulari [Tue, 7 Apr 2020 21:11:41 +0000 (17:11 -0400)]
gnu: Go: Update to 1.13.9.

* gnu/packages/golang.scm (go-1.13): Update to 1.13.9.

4 years agomaint: Cross-build GUILE-2.2/FIXED.
Ludovic Courtès [Tue, 7 Apr 2020 22:03:41 +0000 (00:03 +0200)]
maint: Cross-build GUILE-2.2/FIXED.

* etc/release-manifest.scm (%packages-to-cross-build): Replace
"guile@2.2" with GUILE-2.2/FIXED.