jackhill/guix/guix.git
4 years agoMerge branch 'master' into staging
Marius Bakke [Fri, 29 May 2020 21:36:38 +0000 (23:36 +0200)]
Merge branch 'master' into staging

4 years agognu: glade3: Update to 3.36.0.
Arun Isaac [Fri, 29 May 2020 19:26:42 +0000 (00:56 +0530)]
gnu: glade3: Update to 3.36.0.

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

4 years agognu: mpg123: Update to 1.26.0.
Nicolas Goaziou [Fri, 29 May 2020 21:23:38 +0000 (23:23 +0200)]
gnu: mpg123: Update to 1.26.0.

* gnu/packages/mp3.scm (mpg123): Update to 1.26.0.
[inputs]: Re-order alphabetically.

4 years agognu: popt: Remove defunct mirror.
Marius Bakke [Fri, 29 May 2020 21:02:59 +0000 (23:02 +0200)]
gnu: popt: Remove defunct mirror.

* gnu/packages/popt.scm (popt)[source](uri): Remove the canonical rpm5.org URI.

4 years agognu: cdogs-sdl: Update to 0.8.0.
Nicolas Goaziou [Fri, 29 May 2020 20:46:58 +0000 (22:46 +0200)]
gnu: cdogs-sdl: Update to 0.8.0.

* gnu/packages/games.scm (cdogs-sdl): Update to 0.8.0.
[native-inputs]: Add `pkg-config'.
[inputs]: Add `gtk+'.

4 years agognu: fortune-mod: Update to 2.22.0.
Arun Isaac [Fri, 29 May 2020 19:15:55 +0000 (00:45 +0530)]
gnu: fortune-mod: Update to 2.22.0.

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

4 years agognu: emacs-evil: Update to 1.14.0.
Arun Isaac [Fri, 29 May 2020 19:05:06 +0000 (00:35 +0530)]
gnu: emacs-evil: Update to 1.14.0.

* gnu/packages/emacs-xyz.scm (emacs-evil): Update to 1.14.0.

4 years agognu: aptdec: Do not hard-code CC=gcc.
Arun Isaac [Fri, 29 May 2020 18:31:57 +0000 (00:01 +0530)]
gnu: aptdec: Do not hard-code CC=gcc.

* gnu/packages/radio.scm (aptdec)[arguments]: Do not hard-code CC=gcc in the
make-flags. Use the compiler appropriate for the target.

4 years agognu: aptdec: Update source and home page URIs.
Arun Isaac [Fri, 29 May 2020 18:12:48 +0000 (23:42 +0530)]
gnu: aptdec: Update source and home page URIs.

* gnu/packages/radio.scm (aptdec)[source, home-page]: Update URI.

4 years agodoc: Add example to calculate the size a system.
Pierre Neidhardt [Tue, 26 May 2020 13:36:58 +0000 (15:36 +0200)]
doc: Add example to calculate the size a system.

* doc/guix.texi (Invoking `guix size'): Add guix size example for store item.

4 years agosize: Document that positional arguments can be store items.
Pierre Neidhardt [Tue, 26 May 2020 13:30:25 +0000 (15:30 +0200)]
size: Document that positional arguments can be store items.

* guix/scripts/size.scm (show-help): Mention STORE-ITEM positional argument
  alternative.

4 years agomaint: Git pre-push hook runs "make authenticate check-channel-news".
Ludovic Courtès [Fri, 29 May 2020 16:19:07 +0000 (18:19 +0200)]
maint: Git pre-push hook runs "make authenticate check-channel-news".

* etc/git/pre-push: Change to run "make authenticate check-channel-news".

4 years agosyscalls: 'terminal-dimension' ignores EPERM.
Ludovic Courtès [Fri, 29 May 2020 14:44:27 +0000 (16:44 +0200)]
syscalls: 'terminal-dimension' ignores EPERM.

Fixes <https://bugs.gnu.org/41581>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* guix/build/syscalls.scm (terminal-dimension): Add EPERM to the list of
errno code for FALL-BACK.

4 years agosyscalls: Properly match %HOST-TYPE.
Jesse Dowell [Fri, 29 May 2020 14:39:39 +0000 (16:39 +0200)]
syscalls: Properly match %HOST-TYPE.

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

Regression introduced in 0d371c633f7308cfde2432d6119d386a5c63198c.

* guix/build/syscalls.scm (write-socket-address!)
(read-socket-address): Use 'string-contains' instead of
'string-suffix?'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4 years agoquirks: Build 'compute-guix-derivation' modules with 2.2 when needed.
Ludovic Courtès [Fri, 29 May 2020 14:33:09 +0000 (16:33 +0200)]
quirks: Build 'compute-guix-derivation' modules with 2.2 when needed.

Fixes <https://bugs.gnu.org/41595>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

* guix/quirks.scm (requires-guile-2.2?): New procedure.
(%quirks): Add it.
(%bug-41214-patch): Comment.

4 years agognu: emacs-2048-game: Update home page.
Nicolas Goaziou [Fri, 29 May 2020 16:28:23 +0000 (18:28 +0200)]
gnu: emacs-2048-game: Update home page.

* gnu/packages/emacs-xyz.scm (emacs-2048-game)[home-page]: Update URL.

4 years agognu: Add dhall.
John Soo [Sat, 11 Apr 2020 04:01:46 +0000 (21:01 -0700)]
gnu: Add dhall.

* gnu/packages/dhall.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
(dist_patch_DATA): Add new patch.
* gnu/packages/patches/dhall-remove-network-tests.patch: Add patch to remove
dhall network tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-atomic-write-0.2.0.7.
John Soo [Sat, 11 Apr 2020 04:22:42 +0000 (21:22 -0700)]
gnu: Add ghc-atomic-write-0.2.0.7.

* gnu/packages/haskell-xyz.scm (ghc-atomic-write-0.2.0.7): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-generic-random-1.3.0.1.
John Soo [Sat, 11 Apr 2020 04:22:09 +0000 (21:22 -0700)]
gnu: Add ghc-generic-random-1.3.0.1.

* gnu/packages/haskell-xyz.scm (ghc-generic-random-1.3.0.1): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-prettyprinter-ansi-terminal.
John Soo [Sat, 11 Apr 2020 04:21:32 +0000 (21:21 -0700)]
gnu: Add ghc-prettyprinter-ansi-terminal.

* gnu/packages/haskell-xyz.scm (ghc-prettyprinter-ansi-terminal): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-prettyprinter-1.6.
John Soo [Sat, 11 Apr 2020 04:21:06 +0000 (21:21 -0700)]
gnu: Add ghc-prettyprinter-1.6.

* gnu/packages/haskell-xyz.scm (ghc-prettyprinter-1.6): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-repline-0.3.
John Soo [Sat, 11 Apr 2020 04:20:34 +0000 (21:20 -0700)]
gnu: Add ghc-repline-0.3.

* gnu/packages/haskell-xyz.scm (ghc-repline-0.3): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-haskeline-0.8.
John Soo [Sat, 11 Apr 2020 04:19:59 +0000 (21:19 -0700)]
gnu: Add ghc-haskeline-0.8.

* gnu/packages/haskell-xyz.scm (ghc-haskeline-0.8): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-repline.
John Soo [Sat, 11 Apr 2020 04:19:29 +0000 (21:19 -0700)]
gnu: Add ghc-repline.

* gnu/packages/haskell-xyz.scm (ghc-repline): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-prettyprinter.
John Soo [Sat, 11 Apr 2020 04:18:37 +0000 (21:18 -0700)]
gnu: Add ghc-prettyprinter.

* gnu/packages/haskell-xyz.scm (ghc-prettyprinter): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-lens-family-core.
John Soo [Sat, 11 Apr 2020 04:17:48 +0000 (21:17 -0700)]
gnu: Add ghc-lens-family-core.

* gnu/packages/haskell-xyz.scm (ghc-lens-family-core): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-managed.
John Soo [Sat, 11 Apr 2020 04:15:54 +0000 (21:15 -0700)]
gnu: Add ghc-managed.

* gnu/packages/haskell-xyz.scm (ghc-managed): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-turtle.
John Soo [Sat, 11 Apr 2020 04:14:59 +0000 (21:14 -0700)]
gnu: Add ghc-turtle.

* gnu/packages/haskell-xyz.scm (ghc-turtle): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-optional-args.
John Soo [Sat, 11 Apr 2020 04:13:54 +0000 (21:13 -0700)]
gnu: Add ghc-optional-args.

* gnu/packages/haskell-xyz.scm (ghc-optional-args): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-pgp-wordlist.
John Soo [Sat, 11 Apr 2020 04:13:20 +0000 (21:13 -0700)]
gnu: Add ghc-pgp-wordlist.

* gnu/packages/haskell-xyz.scm (ghc-pgp-wordlist): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-pretty-simple.
John Soo [Sat, 11 Apr 2020 04:12:25 +0000 (21:12 -0700)]
gnu: Add ghc-pretty-simple.

* gnu/packages/haskell-xyz.scm (ghc-pretty-simple): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-serialise.
John Soo [Sat, 11 Apr 2020 04:11:37 +0000 (21:11 -0700)]
gnu: Add ghc-serialise.

* gnu/packages/haskell-xyz.scm (ghc-serialise): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-special-values.
John Soo [Sat, 11 Apr 2020 04:11:00 +0000 (21:11 -0700)]
gnu: Add ghc-special-values.

* gnu/packages/haskell-xyz.scm (ghc-special-values): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-spoon.
John Soo [Sat, 11 Apr 2020 04:10:29 +0000 (21:10 -0700)]
gnu: Add ghc-spoon.

* gnu/packages/haskell-xyz.scm (ghc-spoon): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-text-manipulate.
John Soo [Sat, 11 Apr 2020 04:09:59 +0000 (21:09 -0700)]
gnu: Add ghc-text-manipulate.

* gnu/packages/haskell-xyz.scm (ghc-text-manipulate): New variable.

fix text-manipulate.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-generic-random.
John Soo [Sat, 11 Apr 2020 04:09:02 +0000 (21:09 -0700)]
gnu: Add ghc-generic-random.

* gnu/packages/haskell-xyz.scm (ghc-generic-random): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-dotgen.
John Soo [Sat, 11 Apr 2020 04:08:27 +0000 (21:08 -0700)]
gnu: Add ghc-dotgen.

* gnu/packages/haskell-xyz.scm (ghc-dotgen): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-cborg-json.
John Soo [Sat, 11 Apr 2020 04:07:44 +0000 (21:07 -0700)]
gnu: Add ghc-cborg-json.

* gnu/packages/haskell-xyz.scm (ghc-cborg-json): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-cborg.
John Soo [Sat, 11 Apr 2020 04:06:15 +0000 (21:06 -0700)]
gnu: Add ghc-cborg.

* gnu/packages/haskell-xyz.scm (ghc-cborg): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-data-fix.
John Soo [Sat, 11 Apr 2020 04:05:16 +0000 (21:05 -0700)]
gnu: Add ghc-data-fix.

* gnu/packages/haskell-xyz.scm (ghc-data-fix): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add ghc-inspection-testing.
John Soo [Sat, 11 Apr 2020 04:04:11 +0000 (21:04 -0700)]
gnu: Add ghc-inspection-testing.

* gnu/packages/haskell-check.scm (ghc-inspection-testing): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Use 'cc-for-target' instead of custom implementations.
Marius Bakke [Thu, 28 May 2020 16:57:46 +0000 (18:57 +0200)]
gnu: Use 'cc-for-target' instead of custom implementations.

* gnu/packages/compression.scm (ecm)[arguments]: In #:make-flags, remove
TARGET binding and use CC-FOR-TARGET instead.
* gnu/packages/linux.scm (powerstat, crda, cachefilesd)[arguments]: Likewise.
* gnu/packages/mail.scm (alpine)[arguments]: Likewise.
* gnu/packages/music.scm (lsp-plugins)[arguments]: Likewise.
* gnu/packages/radio.scm (dump1090)[arguments]: Likewise.
* gnu/packages/suckless.scm (blind, dmenu, spoon, slock, st, surf, sent,
wificurse, sbm, prout, noice, human, fortify-headers, colors, libutf,
scron)[arguments]: Likewise.

4 years agoutils: Add 'cc-for-target'.
Marius Bakke [Thu, 28 May 2020 16:53:13 +0000 (18:53 +0200)]
utils: Add 'cc-for-target'.

* guix/utils.scm (cc-for-target): New procedure.

4 years agognu: ruby-sanitize: Update to 5.1.0.
Marius Bakke [Fri, 29 May 2020 12:31:29 +0000 (14:31 +0200)]
gnu: ruby-sanitize: Update to 5.1.0.

* gnu/packages/patches/ruby-sanitize-system-libxml.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ruby.scm (ruby-sanitize): Update to 5.1.0.
[source]: Change to GIT-FETCH.  Add patch.
[native-inputs]: Remove BUNDLER, RUBY-REDCARPET, and RUBY-YARD.

4 years agognu: ruby-nokogumbo: Update to 2.0.2.
Marius Bakke [Fri, 29 May 2020 12:19:23 +0000 (14:19 +0200)]
gnu: ruby-nokogumbo: Update to 2.0.2.

* gnu/packages/ruby.scm (ruby-nokogumbo): Update to 2.0.2.
[arguments]: Remove.
[native-inputs]: Add RUBY-RAKE-COMPILER.

4 years agognu: ruby-nokogiri: Update to 1.10.9.
Marius Bakke [Fri, 29 May 2020 12:09:57 +0000 (14:09 +0200)]
gnu: ruby-nokogiri: Update to 1.10.9.

* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.10.9.

4 years agognu: ruby-crass: Update to 1.0.6.
Marius Bakke [Fri, 29 May 2020 12:08:55 +0000 (14:08 +0200)]
gnu: ruby-crass: Update to 1.0.6.

* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.6.
[source]: Switch to GIT-FETCH.
[native-inputs]: Remove.

4 years agognu: ruby-libffi: Enable tests and unbundle LibFFI.
Marius Bakke [Thu, 28 May 2020 16:51:32 +0000 (18:51 +0200)]
gnu: ruby-libffi: Enable tests and unbundle LibFFI.

* gnu/packages/libffi.scm (ruby-ffi)[source]: Change to GIT-FETCH.
[arguments]: Remove #:tests?.  Add #:phases.

4 years agognu: ruby-rubygems-tasks: Update to 0.2.5.
Marius Bakke [Thu, 28 May 2020 15:53:44 +0000 (17:53 +0200)]
gnu: ruby-rubygems-tasks: Update to 0.2.5.

* gnu/packages/ruby.scm (ruby-rubygems-tasks): Update to 0.2.5.

4 years agognu: ruby-rake-compiler: Update to 1.1.0.
Marius Bakke [Thu, 28 May 2020 15:52:39 +0000 (17:52 +0200)]
gnu: ruby-rake-compiler: Update to 1.1.0.

* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.1.0.

4 years agognu: ruby-ffi: Update to 1.12.2.
Marius Bakke [Thu, 28 May 2020 12:03:07 +0000 (14:03 +0200)]
gnu: ruby-ffi: Update to 1.12.2.

* gnu/packages/libffi.scm (ruby-ffi): Update to 1.12.2.

4 years agognu: ruby-spec-its: Accept any version of ruby-ffi.
Marius Bakke [Fri, 29 May 2020 11:11:12 +0000 (13:11 +0200)]
gnu: ruby-spec-its: Accept any version of ruby-ffi.

* gnu/packages/ruby.scm (ruby-rspec-its)[arguments]: Change Gemfile
substitution so that any ffi gem is accepted.  While at it, tighten the regex
and rename the phase to be more accurate.

4 years agognu: physfs: Do not build the static library.
Marius Bakke [Wed, 27 May 2020 12:18:52 +0000 (14:18 +0200)]
gnu: physfs: Do not build the static library.

* gnu/packages/game-development.scm (physfs)[arguments]: Add #:configure-flags.

4 years agognu: love: Remove unused input.
Marius Bakke [Wed, 27 May 2020 12:18:14 +0000 (14:18 +0200)]
gnu: love: Remove unused input.

* gnu/packages/game-development.scm (love)[inputs]: Remove PHYSFS.

4 years agognu: autorandr: Update to 1.10.1.
Pierre Neidhardt [Wed, 27 May 2020 10:01:34 +0000 (12:01 +0200)]
gnu: autorandr: Update to 1.10.1.

* gnu/packages/xdisorg.scm (autorandr): Update to 1.10.1.

4 years agobuild: image: Fix initialize-efi-partition docstring.
Mathieu Othacehe [Fri, 29 May 2020 10:20:15 +0000 (12:20 +0200)]
build: image: Fix initialize-efi-partition docstring.

* gnu/build/image.scm (initialize-efi-partition): Turn BOOTLOADER-PACKAGE into
GRUB-EFI.

4 years agoimage: Do not use VM to create disk-images.
Mathieu Othacehe [Sat, 23 May 2020 17:10:28 +0000 (19:10 +0200)]
image: Do not use VM to create disk-images.

Now that installing Grub on raw disk-images is supported, we do not need to
rely on (gnu system vm) module.

* gnu/system/image.scm (make-system-image): Rename to ...
(system-image): ... this, and remove the compatibility wrapper.
(find-image): Turn to a monadic procedure. This will become useful when
introducing Hurd support, to be able to detect the target system.
* gnu/ci.scm (qemu-jobs): Use lower-object now that system-image returns a
file-like object.
* gnu/tests/install.scm (run-install): Ditto.
* guix/scripts/system.scm (system-derivation-for-action): Add a 'base-image'
argument,
(perform-action): adapt accordingly.

4 years agoimage: Add a post-MBR gap to the default image.
Mathieu Othacehe [Fri, 29 May 2020 07:05:53 +0000 (09:05 +0200)]
image: Add a post-MBR gap to the default image.

The generic 'efi-disk-image' needs to be bootable on systems without EFI. To
do that, GRUB is installed in the post-MBR gap. Make sure that the first
partition starts with an offset, to make this gap large enough for GRUB.

* gnu/system/image.scm (root-offset, root-label): New variables,
(esp-partition): use 'root-offset' as the partition offset,
(root-partition): use 'root-label' as the partition label.

4 years agosystem: image: Fix image-with-os.
Mathieu Othacehe [Sat, 23 May 2020 17:10:07 +0000 (19:10 +0200)]
system: image: Fix image-with-os.

* gnu/system/image.scm (image-with-os): Do not reorder partitions, as we want
them to be created according to definition order.

4 years agoimage: Use grub-efi to install the EFI bootloader.
Mathieu Othacehe [Sat, 23 May 2020 17:10:04 +0000 (19:10 +0200)]
image: Use grub-efi to install the EFI bootloader.

* gnu/build/image.scm (initialize-efi-partition): Rename bootloader-package
argument to grub-efi.
* gnu/system/image.scm (system-disk-image): Adapt accordingly to pass
grub-efi package.

4 years agosystem: image: Correct genimage configuration file indentation.
Mathieu Othacehe [Sat, 23 May 2020 17:09:58 +0000 (19:09 +0200)]
system: image: Correct genimage configuration file indentation.

* gnu/system/image.scm (system-disk-image): Fix genimage configuration file
indentation.

4 years agoimage: Add bootloader installation support.
Mathieu Othacehe [Sat, 23 May 2020 17:09:53 +0000 (19:09 +0200)]
image: Add bootloader installation support.

* gnu/build/image.scm (initialize-root-partition): Add bootloader-package and
bootloader-installer arguments. Run the bootloader-installer if defined.
* gnu/system/image.scm (system-disk-image): Adapt the partition initializer
call accordingly.

4 years agobootloader: grub: Use inheritance to define grub-minimal-bootloader.
Mathieu Othacehe [Sat, 23 May 2020 17:09:46 +0000 (19:09 +0200)]
bootloader: grub: Use inheritance to define grub-minimal-bootloader.

* gnu/bootloader/grub.scm (grub-minimal-bootloader): Inherit from
grub-bootloader to avoid field redefinition.

4 years agobootloader: grub: Do not run grub-install when creating a disk-image.
Mathieu Othacehe [Sat, 23 May 2020 17:09:38 +0000 (19:09 +0200)]
bootloader: grub: Do not run grub-install when creating a disk-image.

* gnu/bootloader/grub.scm (install-grub): When creating a disk-image,
grub-install will fail because it lacks root permissions. In that case, do not
run grub-install and only copy Grub modules to the /boot directory.

4 years agobootloader: Add 'disk-image-installer'.
Mathieu Othacehe [Sat, 23 May 2020 17:09:14 +0000 (19:09 +0200)]
bootloader: Add 'disk-image-installer'.

* gnu/bootloader.scm (<bootloader>)[disk-image-installer]: New field,
(bootloader-disk-image-installer): export it.
* gnu/bootloader/grub.scm (install-grub-disk-image): New procedure ...
(grub-bootloader): ... used as "disk-image-installer" here.
(grub-efi-bootloader): set "disk-image-installer" to #f.
* gnu/system/image.scm (root-partition?, find-root-partition): Move to
"Helpers" section.
(root-partition-index): New procedure.
(system-disk-image): Honor disk-image-installer, and
use it to install the bootloader directly on the disk-image, if supported.

4 years agognu: openssh: Update to 8.3p1.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:31:36 +0000 (08:31 +0200)]
gnu: openssh: Update to 8.3p1.

* gnu/packages/ssh.scm (openssh): Update to 8.3p1.

4 years agognu: ruby-hocon: Update to 1.3.1.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:23:29 +0000 (08:23 +0200)]
gnu: ruby-hocon: Update to 1.3.1.

* gnu/packages/ruby.scm (ruby-hocon): Update to 1.3.1.

4 years agognu: ruby-fast-gettext: Update to 2.0.3.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:20:34 +0000 (08:20 +0200)]
gnu: ruby-fast-gettext: Update to 2.0.3.

* gnu/packages/ruby.scm (ruby-fast-gettext): Update to 2.0.3.

4 years agognu: fldigi: Update to 4.1.13.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:07:58 +0000 (08:07 +0200)]
gnu: fldigi: Update to 4.1.13.

* gnu/packages/radio.scm (fldigi): Update to 4.1.13.

4 years agognu: clp: Update to 1.17.6.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:02:45 +0000 (08:02 +0200)]
gnu: clp: Update to 1.17.6.

* gnu/packages/maths.scm (clp): Update to 1.17.6.

4 years agognu: piper: Include package name in source file name.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:02:21 +0000 (08:02 +0200)]
gnu: piper: Include package name in source file name.

* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.

4 years agognu: piper: Update to 0.5.
Tobias Geerinckx-Rice [Fri, 29 May 2020 06:01:15 +0000 (08:01 +0200)]
gnu: piper: Update to 0.5.

* gnu/packages/gnome.scm (piper): Update to 0.5.

4 years agognu: usbguard: Update to 0.7.8.
Tobias Geerinckx-Rice [Fri, 29 May 2020 05:58:58 +0000 (07:58 +0200)]
gnu: usbguard: Update to 0.7.8.

* gnu/packages/hardware.scm (usbguard): Update to 0.7.8.

4 years agognu: oil: Update to 0.8.pre5.
Ryan Prior via Guix-patches via [Thu, 28 May 2020 23:38:50 +0000 (23:38 +0000)]
gnu: oil: Update to 0.8.pre5.

* gnu/packages/shells.scm (oil): Update to 0.8.pre5.
[arguments]: Perform ‘patch-compiler-invocation’ phase as part of
'configure.  Remove ‘make-destination’ phase.  Run a basic smoke test.
[synopsis, description]: Update.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: fluidsynth: Update to 2.1.3.
Tobias Geerinckx-Rice [Fri, 29 May 2020 04:19:38 +0000 (06:19 +0200)]
gnu: fluidsynth: Update to 2.1.3.

* gnu/packages/audio.scm (fluidsynth): Update to 2.1.3.

4 years agognu: babl: Update to 0.1.76.
Tobias Geerinckx-Rice [Fri, 29 May 2020 04:19:25 +0000 (06:19 +0200)]
gnu: babl: Update to 0.1.76.

* gnu/packages/gimp.scm (babl): Update to 0.1.76.

4 years agognu: font-comic-neue: Update to 2.5.
Tobias Geerinckx-Rice [Fri, 29 May 2020 03:48:44 +0000 (05:48 +0200)]
gnu: font-comic-neue: Update to 2.5.

* gnu/packages/fonts.scm (font-comic-neue): Update to 2.5.

4 years agognu: rust-version-check: Update to 0.9.2.
Tobias Geerinckx-Rice [Fri, 29 May 2020 03:35:48 +0000 (05:35 +0200)]
gnu: rust-version-check: Update to 0.9.2.

* gnu/packages/crates-io.scm (rust-version-check-0.9): Update to 0.9.2.

4 years agognu: python-flask-sqlalchemy: Update to 2.4.3.
Tobias Geerinckx-Rice [Fri, 29 May 2020 02:41:10 +0000 (04:41 +0200)]
gnu: python-flask-sqlalchemy: Update to 2.4.3.

* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.3.

4 years agognu: Add r-mstate.
Eric Brown [Fri, 29 May 2020 03:13:31 +0000 (23:13 -0400)]
gnu: Add r-mstate.

* gnu/packages/cran.scm (r-mstate): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add r-brms.
Eric Brown [Fri, 29 May 2020 03:12:08 +0000 (23:12 -0400)]
gnu: Add r-brms.

* gnu/packages/cran.scm (r-brms): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add exfatprogs.
Tobias Geerinckx-Rice [Thu, 16 Apr 2020 21:58:37 +0000 (23:58 +0200)]
gnu: Add exfatprogs.

* gnu/packages/file-systems.scm (exfatprogs): New public variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add shiru-lv2.
Alexandros Theodotou [Fri, 29 May 2020 01:39:33 +0000 (21:39 -0400)]
gnu: Add shiru-lv2.

* gnu/packages/music.scm (shiru-lv2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add compiledb.
Yuval Kogman [Fri, 29 May 2020 00:28:49 +0000 (20:28 -0400)]
gnu: Add compiledb.

* gnu/packages/build-tools.scm (compiledb): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add python-bashlex.
Yuval Kogman [Fri, 29 May 2020 00:27:30 +0000 (20:27 -0400)]
gnu: Add python-bashlex.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: Add guile-jsonld.
Julien Lepiller [Thu, 28 May 2020 15:21:52 +0000 (17:21 +0200)]
gnu: Add guile-jsonld.

* gnu/packages/guile-xyz.scm (guile-jsonld): New variable.

4 years agognu: Transmission: Fix CVE-2018-10756.
Leo Famulari [Thu, 28 May 2020 14:40:34 +0000 (10:40 -0400)]
gnu: Transmission: Fix CVE-2018-10756.

* gnu/packages/patches/transmission-CVE-2018-10756.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bittorrent.scm (transmission)[source]: Use it.

4 years agognu: python-netcdf4: Update to 1.5.3
Josh Holland [Thu, 28 May 2020 12:41:37 +0000 (13:41 +0100)]
gnu: python-netcdf4: Update to 1.5.3

* gnu/packages/python-xyz.scm (python-netcdf4): Update to 1.5.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: clang: Build 'clang-tools-extra'.
Ludovic Courtès [Thu, 28 May 2020 09:46:59 +0000 (11:46 +0200)]
gnu: clang: Build 'clang-tools-extra'.

* gnu/packages/llvm.scm (clang-from-llvm): Add #:tools-extra.
Add 'output' field.  In 'inputs', add TOOLS-EXTRA when it's given.
In 'arguments', add 'add-tools-extra' and 'move-extra-tools' phases when
TOOLS-EXTRA is given.

4 years agoupdate-guix-package: Use 'origin-hash'.
Vincent Legoll [Wed, 27 May 2020 21:13:48 +0000 (23:13 +0200)]
update-guix-package: Use 'origin-hash'.

* gnu/packages/package-management.scm (main): Use 'origin-hash' instead
of 'origin-sha256'.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: python-flask-sqlalchemy: Update to 2.4.2.
Tobias Geerinckx-Rice [Thu, 28 May 2020 00:59:27 +0000 (02:59 +0200)]
gnu: python-flask-sqlalchemy: Update to 2.4.2.

* gnu/packages/python-web.scm (python-flask-sqlalchemy): Update to 2.4.2.

4 years agodoc: Remove explicit support for mips64el-linux.
Efraim Flashner [Mon, 25 May 2020 09:29:55 +0000 (12:29 +0300)]
doc: Remove explicit support for mips64el-linux.

It's been a good run, but no one is maintaining the architecture.
So long, and thanks for all the fish.

* doc/guix.texi (GNU Distribution): Change text for mips64el-linux
to denote it is deprecated.
(Daemon Offload Setup): Change occurrences of mips64el-linux to
aarch64-linux and adjust local code snippets.
(Guix Environment)[cross-compilation]: Change mips64el-linux-gnu to
aarch64-linux-gnu.
(GNU Build System)(package-cross-derivation]: Same.
(G-Expressions)[cross compilation]: Same.
(Additional Build Options)[cross-compilation, build logs]: Same.
(qemu-binfmt-service-type): Remove mips64el.
* doc/contributing.texi (Submitting Patches): Same.
* m4/guix.m4: (GUIX_ASSERT_SUPPORTED_SYSTEM): Remove mips64el-linux.

4 years agognu: apfs-fuse: Update to 0.0.0-1.7b89418.
Leo Famulari [Thu, 28 May 2020 02:21:35 +0000 (22:21 -0400)]
gnu: apfs-fuse: Update to 0.0.0-1.7b89418.

* gnu/packages/file-systems.scm (apfs-fuse): Update to 0.0.0-1.7b89418.
[arguments]: Install the README. Select FUSE 2 in #:configure-flags.

4 years agognu: r-rversions: Update to 2.0.2.
Tobias Geerinckx-Rice [Thu, 28 May 2020 00:52:51 +0000 (02:52 +0200)]
gnu: r-rversions: Update to 2.0.2.

* gnu/packages/statistics.scm (r-rversions): Update to 2.0.2.

4 years agognu: cvs-fast-export: Update to 1.55.
Tobias Geerinckx-Rice [Thu, 28 May 2020 00:40:23 +0000 (02:40 +0200)]
gnu: cvs-fast-export: Update to 1.55.

* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.55.

4 years agognu: eid-mw: Update to 4.4.27.
Tobias Geerinckx-Rice [Thu, 28 May 2020 00:24:14 +0000 (02:24 +0200)]
gnu: eid-mw: Update to 4.4.27.

* gnu/packages/security-token.scm (eid-mw): Update to 4.4.27.

4 years agognu: mu: Update to 1.4.7.
Tobias Geerinckx-Rice [Thu, 7 May 2020 13:37:34 +0000 (15:37 +0200)]
gnu: mu: Update to 1.4.7.

* gnu/packages/mail.scm (mu): Update to 1.4.7.

4 years agognu: gnome: Add gnome-boxes.
Tobias Geerinckx-Rice [Thu, 28 May 2020 00:10:31 +0000 (02:10 +0200)]
gnu: gnome: Add gnome-boxes.

* gnu/packages/gnome.scm (gnome)[propagated-inputs]: Add gnome-boxes.

4 years agognu: gnome-boxes: Update to 3.36.4.
Tobias Geerinckx-Rice [Thu, 28 May 2020 00:09:14 +0000 (02:09 +0200)]
gnu: gnome-boxes: Update to 3.36.4.

* gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.4.

4 years agognu: gdb: Add version 9.2.
Ludovic Courtès [Wed, 27 May 2020 23:02:35 +0000 (01:02 +0200)]
gnu: gdb: Add version 9.2.

* gnu/packages/gdb.scm (gdb-9.2): New variable.