jackhill/guix/guix.git
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: 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: 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 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: 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.

4 years agorecords: Have ABI check work well for cross-compilation.
Ludovic Courtès [Tue, 7 Apr 2020 21:55:14 +0000 (23:55 +0200)]
records: Have ABI check work well for cross-compilation.

Reported by Jan (janneke) Nieuwenhuizen <janneke@gnu.org>.

* guix/records.scm (define-record-type*): Use
'target-most-positive-fixnum' on Guile 3 instead of 'most-positive-fixnum'.

4 years agocompile: Run the load phase within 'with-target'.
Ludovic Courtès [Tue, 7 Apr 2020 21:48:54 +0000 (23:48 +0200)]
compile: Run the load phase within 'with-target'.

* guix/build/compile.scm (compile-files)[build]: Remove 'with-target'.
Wrap body in 'with-target'.

4 years agoreconfigure: Correctly re-throw SRFI-34 exceptions on Guile 3.
Ludovic Courtès [Tue, 7 Apr 2020 21:31:41 +0000 (23:31 +0200)]
reconfigure: Correctly re-throw SRFI-34 exceptions on Guile 3.

Previously, we'd just print an ugly backtrace when running on Guile 3
because the '%exception throw would not be caught anywhere.

Reported by Arne Babenhauserheide <arne_bab@web.de>
in <https://bugs.gnu.org/40496>.

* guix/scripts/system/reconfigure.scm (install-bootloader-program): In
'catch' handler, match '%exception and use 'raise-exception' instead of
'throw' to rethrow in that case.

4 years agoRevert "Allow double-click select of URL in status"
Marius Bakke [Tue, 7 Apr 2020 20:09:14 +0000 (22:09 +0200)]
Revert "Allow double-click select of URL in status"

As discussed on #guix, this should wait until 1.1.0 is branched off to avoid
having to update translations.

This reverts commit 9f1b787120b1b81abffaf0fa13fdbdf4cca39f2d.

4 years agoAllow double-click select of URL in status
TomZ [Tue, 7 Apr 2020 19:39:04 +0000 (21:39 +0200)]
Allow double-click select of URL in status

Various places while downloading or compiling guix prints
the source URL. This change makes the URL easier to use by
placing a space between the URL and the trailing dots.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4 years agognu: gnurl: Update to 7.69.1.
Marius Bakke [Tue, 7 Apr 2020 19:41:58 +0000 (21:41 +0200)]
gnu: gnurl: Update to 7.69.1.

* gnu/packages/gnunet.scm (gnurl): Update to 7.69.1.
[source](uri): Switch to ".tar.gz" archive.

4 years agognu: Add tap-lv2.
Alexandros Theodotou [Mon, 6 Apr 2020 21:14:47 +0000 (22:14 +0100)]
gnu: Add tap-lv2.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
4 years agognu: icecat: Update to 68.7.0-guix0-preview1 [security fixes].
Mark H Weaver [Mon, 6 Apr 2020 19:40:03 +0000 (15:40 -0400)]
gnu: icecat: Update to 68.7.0-guix0-preview1 [security fixes].

Includes fixes for CVE-2020-6821, CVE-2020-6822, CVE-2020-6825,
CVE-2020-6827, and CVE-2020-6828.

* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version.

4 years agognu: emacs-beancount: Do not inherit inputs from beancount.
Marius Bakke [Tue, 7 Apr 2020 16:44:57 +0000 (18:44 +0200)]
gnu: emacs-beancount: Do not inherit inputs from beancount.

* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.

4 years agognu: beancount: pytest is a native input.
Marius Bakke [Tue, 7 Apr 2020 16:44:36 +0000 (18:44 +0200)]
gnu: beancount: pytest is a native input.

* gnu/packages/finance.scm (beancount)[inputs]: Move PYTHON-PYTEST ...
[native-inputs]: ... here.

4 years agognu: beancount: Do not propagate inputs.
Marius Bakke [Tue, 7 Apr 2020 16:43:54 +0000 (18:43 +0200)]
gnu: beancount: Do not propagate inputs.

* gnu/packages/finance.scm (beancount)[propagated-inputs]: Move everything
from here ...
[inputs]: ... to here.

4 years agognu: emacs-beancount: Move to (gnu packages finance).
Marius Bakke [Tue, 7 Apr 2020 16:41:47 +0000 (18:41 +0200)]
gnu: emacs-beancount: Move to (gnu packages finance).

This is a fixup for commit abcac7a52932bdf66c333659679b0a5e6169e34c, as
inheritance across modules is not safe.  Fixes <https://bugs.gnu.org/40488>.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/packages/emacs-xyz.scm (emacs-beancount): Move from here ...
* gnu/packages/finance.scm: ... to here.

4 years agognu: Add python-ipython-cluster-helper.
Efraim Flashner [Thu, 12 Mar 2020 08:10:02 +0000 (10:10 +0200)]
gnu: Add python-ipython-cluster-helper.

* gnu/packages/python-xyz.scm (python-ipython-cluster-helper): New variable.

4 years agognu: Add python-ipyparallel.
Efraim Flashner [Thu, 12 Mar 2020 08:09:13 +0000 (10:09 +0200)]
gnu: Add python-ipyparallel.

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

4 years agolint: 'm4' is a native input.
Marius Bakke [Tue, 7 Apr 2020 15:58:05 +0000 (17:58 +0200)]
lint: 'm4' is a native input.

* guix/lint.scm (check-inputs-should-be-native): Add "m4".

4 years agognu: python-coveralls: Update to 1.11.1.
Marius Bakke [Mon, 6 Apr 2020 11:34:28 +0000 (13:34 +0200)]
gnu: python-coveralls: Update to 1.11.1.

* gnu/packages/python-check.scm (python-coveralls): Update to 1.11.1.
[source]: Change to GIT-FETCH.
[arguments]: New field.
[propagated-inputs]: Remove PYTHON-SH and PYTHON-URLLIB3.

4 years agognu: julia: Upgrade to 1.3.1.
Nicolò Balzarotti [Thu, 2 Apr 2020 09:55:20 +0000 (11:55 +0200)]
gnu: julia: Upgrade to 1.3.1.

* gnu/packages/julia.scm (libuv-julia): Upgrade to 2.0.0-1.35b1504.
(libunwind-julia): New variable.
(llvm-patch): Rename to ...
(julia-patch): ... this. Update to 1.3.1.
(llvm-julia): Adjust patch-set based on above change. Adjust indent.
(julia): Update to 1.3.1.
[source]: Add patch.
[arguments]: Adjust custom 'prepare-deps (llvm-patch): Rename to ...
(julia-patch): ... this. Update to 1.3.1.
(llvm-julia): Adjust patch-set based on above change.
(julia): Upgrade to 1.3.1.
[arguments]: Adjust custom 'prepare-deps phase based on changed inputs.
Remove most of 'hardcode-soname-map. Adjust 'fix-include-and-link-paths.
Add new 'fix-precompile phase. Adjust custom 'disable-broken-tests
phase. Add new 'make-wrapper phase. Adjust make-flags.
[inputs]: Add p7zip, mbedtls-apache, curl libssh2.
Remove openspecfun, fftw, fftwf, python2-virtualenv, rmath.
Replace libunwind with libunwind-julia, custom suitesparse with system
suitesparse, custom dsfmt with system dsfmt.
[native-search-paths]: Add JULIA_DEPOT_PATH.
* gnu/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: julia.scm: Fix indentaion.
Efraim Flashner [Tue, 7 Apr 2020 12:05:29 +0000 (15:05 +0300)]
gnu: julia.scm: Fix indentaion.

* gnu/packages/julia.scm: Re-indent file.

4 years agognu: libgit2: Upgrade to 1.0.0.
Efraim Flashner [Tue, 7 Apr 2020 08:08:40 +0000 (11:08 +0300)]
gnu: libgit2: Upgrade to 1.0.0.

* gnu/packages/version-control.scm (libgit2): Upgrade to 1.0.0.
[source]: Download using url-fetch.
[arguments]: Remove 'fix-pcre2-reference, 'make-git-checkout-writable
custom phases.
[home-page]: Update home-page.

4 years agognu: sssd: Upgrade to 1.16.5.
Efraim Flashner [Tue, 7 Apr 2020 07:33:25 +0000 (10:33 +0300)]
gnu: sssd: Upgrade to 1.16.5.

* gnu/packages/sssd.scm (sssd): Upgrade to 1.16.5.
[source]: Use https.

4 years agognu: libgit2: Use system http-parser.
Nicolò Balzarotti [Thu, 2 Apr 2020 09:54:15 +0000 (11:54 +0200)]
gnu: libgit2: Use system http-parser.

* gnu/packages/version-control.scm (libgit2)[source]: Update snippet.
[arguments]: Add configure-flag to use system http-parser.
[inputs]: Add http-parser.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: http-parser: Add support for RFC 3986.
Nicolò Balzarotti [Thu, 2 Apr 2020 09:50:27 +0000 (11:50 +0200)]
gnu: http-parser: Add support for RFC 3986.

Fixes parsing of colon followed by empty port, allowed by RFC 3986
specifications.  Fedora is applying it to system http-parser too.

* gnu/packages/web.scm (http-parser)[source]: Add patch from Fedora.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: Add dsfmt.
Nicolò Balzarotti [Thu, 2 Apr 2020 06:49:46 +0000 (08:49 +0200)]
gnu: Add dsfmt.

* gnu/packages/maths.scm (dsfmt): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
4 years agognu: mumi: Update to 0.0.0-15.c85015d.
Ricardo Wurmus [Tue, 7 Apr 2020 14:28:13 +0000 (16:28 +0200)]
gnu: mumi: Update to 0.0.0-15.c85015d.

* gnu/packages/mail.scm (mumi): Update to 0.0.0-15.c85015d.

4 years agognu: Add perl-authen-dechpwd.
Paul Garlick [Tue, 7 Apr 2020 13:41:09 +0000 (14:41 +0100)]
gnu: Add perl-authen-dechpwd.

* gnu/packages/perl.scm (perl-authen-dechpwd): New variable.

4 years agognu: Add perl-data-integer.
Paul Garlick [Tue, 7 Apr 2020 12:24:28 +0000 (13:24 +0100)]
gnu: Add perl-data-integer.

* gnu/packages/perl.scm (perl-data-integer): New variable.

4 years agognu: Add perl-digest-crc.
Paul Garlick [Mon, 6 Apr 2020 15:02:16 +0000 (16:02 +0100)]
gnu: Add perl-digest-crc.

* gnu/packages/perl.scm (perl-digest-crc): New variable.

4 years agognu: Add perl-scalar-string.
Paul Garlick [Mon, 6 Apr 2020 13:45:12 +0000 (14:45 +0100)]
gnu: Add perl-scalar-string.

* gnu/packages/perl.scm (perl-scalar-string): New variable.

4 years agognu: mumi: Update to 0.0.0-14.ab53797.
Ricardo Wurmus [Tue, 7 Apr 2020 13:29:44 +0000 (15:29 +0200)]
gnu: mumi: Update to 0.0.0-14.ab53797.

* gnu/packages/mail.scm (mumi): Update to 0.0.0-14.ab53797.

4 years agognu: libxfce4util: Update to 4.15.0.
Naga Malleswari [Sun, 5 Apr 2020 19:34:39 +0000 (01:04 +0530)]
gnu: libxfce4util: Update to 4.15.0.

* gnu/packages/xfce.scm (libxfce4util): Update to 4.15.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
4 years agognu: gp2c: Update to 0.0.11pl3.
Andreas Enge [Tue, 7 Apr 2020 12:01:05 +0000 (14:01 +0200)]
gnu: gp2c: Update to 0.0.11pl3.

* gnu/packages/algebra.scm (gp2c): Update to 0.0.11pl3.

4 years agognu: pari-gp: Update to 2.11.3.
Andreas Enge [Tue, 7 Apr 2020 11:59:28 +0000 (13:59 +0200)]
gnu: pari-gp: Update to 2.11.3.

* gnu/packages/algebra.scm (pari-gp): Update to 2.11.3.

4 years agognu: mame: Update to 0.220.
Nicolas Goaziou [Tue, 7 Apr 2020 11:47:39 +0000 (13:47 +0200)]
gnu: mame: Update to 0.220.

* gnu/packages/emulators.scm (mame): Update to 0.220.

4 years agoservices: guix: Add 'set-http-proxy' action.
Ludovic Courtès [Tue, 7 Apr 2020 10:13:04 +0000 (12:13 +0200)]
services: guix: Add 'set-http-proxy' action.

Fixes <https://bugs.gnu.org/25569>.
Reported by Divan Santana <divan@santanas.co.za>.

* gnu/services/base.scm (shepherd-set-http-proxy-action): New procedure.
(guix-shepherd-service): Add 'actions' field.  Change 'start' to a
lambda; check the value of the "http_proxy" environment variable and
add "http_proxy" and "https_proxy" to #:environment-variables as a
function of that.
* gnu/tests/base.scm (run-basic-test)["guix-daemon set-http-proxy
action", "guix-daemon set-http-proxy action, clear"]: New tests.
* doc/guix.texi (Base Services): Document it.

4 years agomaint: Remove GCC from the packages to cross-build.
Ludovic Courtès [Tue, 7 Apr 2020 09:04:32 +0000 (11:04 +0200)]
maint: Remove GCC from the packages to cross-build.

* etc/release-manifest.scm (%packages-to-cross-build): Remove GCC.

4 years agoinstaller: Reduce height of the help window.
Ludovic Courtès [Tue, 7 Apr 2020 08:57:13 +0000 (10:57 +0200)]
installer: Reduce height of the help window.

* gnu/installer/newt/help.scm (run-help-page): Pass #:listbox-height.

4 years agoci: Remove "mips64el-linux-gnuabi64" from '%cross-targets'.
Ludovic Courtès [Tue, 7 Apr 2020 08:43:25 +0000 (10:43 +0200)]
ci: Remove "mips64el-linux-gnuabi64" from '%cross-targets'.

The N64 ABI has always been a niche, it seems.

* gnu/ci.scm (%cross-targets): Remove "mips64el-linux-gnuabi64".

4 years agognu: thinkfan: Update to 1.1.
Nicolas Goaziou [Tue, 7 Apr 2020 09:24:01 +0000 (11:24 +0200)]
gnu: thinkfan: Update to 1.1.

* gnu/packages/linux.scm (thinkfan): Update to 1.1.

4 years agognu: emacs-org-superstar: Update to 1.1.0.
Nicolas Goaziou [Tue, 7 Apr 2020 09:07:31 +0000 (11:07 +0200)]
gnu: emacs-org-superstar: Update to 1.1.0.

* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.1.0.

4 years agognu: Add emacs-ctrlf.
Nicolas Goaziou [Tue, 7 Apr 2020 08:59:30 +0000 (10:59 +0200)]
gnu: Add emacs-ctrlf.

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

4 years agognu: emacs-prescient: Update to 4.1.
Nicolas Goaziou [Tue, 7 Apr 2020 08:39:30 +0000 (10:39 +0200)]
gnu: emacs-prescient: Update to 4.1.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 4.1.
[propagated-inputs]: Add emacs-selectrum.
[license]: Fix field.

4 years agognu: Add emacs-selectrum.
Nicolas Goaziou [Tue, 7 Apr 2020 08:30:23 +0000 (10:30 +0200)]
gnu: Add emacs-selectrum.

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

4 years agognu: sbcl: Update to 2.0.3.
Pierre Neidhardt [Tue, 7 Apr 2020 08:29:43 +0000 (10:29 +0200)]
gnu: sbcl: Update to 2.0.3.

* gnu/packages/lisp.scm (sbcl): Update to 2.0.3.