gnu: ghc: Make memory allocator decommit memory on Linux < 4.5. * gnu/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/haskell.scm (ghc-8): Use it.
gnu: java-jeromq: Update to 0.4.3. * gnu/packages/java.scm (java-jeromq): Update to 0.4.3. [arguments]: Disable DealerSpecTest.
gnu: java-testng: Update to 6.14.2. * gnu/packages/java.scm (java-testng): Update to 6.14.2. [arguments]: Delete failing tests and those requiring groovy. [native-inputs]: Add java-mockito-1.
gnu: Add python-loompy. * gnu/packages/bioinformatics.scm (python-loompy): New variable.
gnu: Add r-dropbead. * gnu/packages/bioinformatics.scm (r-dropbead): New variable.
gnu: Add r-delayedmatrixstats. * gnu/packages/bioinformatics.scm (r-delayedmatrixstats): New variable.
gnu: Add python-typing. * gnu/packages/python.scm (python-typing, python2-typing): New variables.
gnu: Add python-future-fstrings. * gnu/packages/python.scm (python-future-fstrings): New variable.
gnu: Add python-tokenize-rt. * gnu/packages/python.scm (python-tokenize-rt): New variable.
gnu: augeas: Update to 1.10.1. * gnu/packages/augeas.scm (augeas): Update to 1.10.1.
gnu: magit: Do not set 'magit-git-executable' to absolute file name. Fixes <https://bugs.gnu.org/30434>. Reported by Ricardo Wurmus <rekado@elephly.net>. * gnu/packages/emacs.scm (magit)[arguments]: Do not modify the default value of 'magit-git-executable'. Remove "#:modules" and "#:imported-modules".
gnu: shepherd: 'herd status' now sorts the result. Add a patch by Ludovic Courtès <ludo@gnu.org> from the upstream shepherd repository to partially fix <https://bugs.gnu.org/30299>. * gnu/packages/patches/shepherd-herd-status-sorted.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (shepherd)[source]: Add patch.
Merge branch 'master' into core-updates
doc: Mention starting GNOME on Wayland manually. * doc/guix.texi (Desktop Services): Mention starting GNOME on Wayland manually.
gnu: mpv: Enable Vulkan support. * gnu/packages/video.scm (mpv)[inputs]: Add shaderc and vulkan-icd-loader.
gnu: Add shaderc. * gnu/packages/vulkan.scm (shaderc): New variable.
gnu: icecat: Add more fixes from upstream mozilla-esr52. * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
gnu: freeipmi: Update to 1.6.1. * gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.1.
system: make-u-boot-package: Install configuration file. * gnu/packages/bootloaders.scm (make-u-boot-package): Install configuration file.
gnu: efivar: Update to 34. * gnu/packages/linux.scm (efivar): Update to 34. [arguments]: Add CC_FOR_BUILD=gcc to #:make-flags.