Commit graph

52040 commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
a5ab71c73f
gnu: openconnect: Update to 8.08.
* gnu/packages/vpn.scm (openconnect): Update to 8.08.
[propagated-inputs]: Use gnutls-3.6.13.
* gnu/packages/tls.scm (gnutls-3.6.13): Export it.
2020-04-11 04:14:29 +02:00
Tobias Geerinckx-Rice
827813b581
gnu: supertux: Update to 0.6.1.1.
* gnu/packages/games.scm (supertux): Update to 0.6.1.1.
2020-04-11 04:14:28 +02:00
Tobias Geerinckx-Rice
5935779044
gnu: syncthing: Update to 1.4.2.
* gnu/packages/syncthing.scm (syncthing): Update to 1.4.2.
2020-04-11 04:14:28 +02:00
Tobias Geerinckx-Rice
b10bf8e31f
gnu: tig: Update to 2.5.1.
* gnu/packages/version-control.scm (tig): Update to 2.5.1.
[arguments]: #:test-target is correct even if all #:tests? can't run.
2020-04-11 04:14:28 +02:00
Tobias Geerinckx-Rice
9a71213e33
gnu: dbacl: Update to 1.14.1.
* gnu/packages/textutils.scm (dbacl): Update to 1.14.1.
[source]: Add patch to fix build with current glibc.
[arguments]: (Try to) bootstrap only once.
* gnu/packages/patches/dbacl-include-locale.h.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-04-11 04:14:28 +02:00
Tobias Geerinckx-Rice
fd13a65cda
gnu: libdca: Update to 0.0.7.
* gnu/packages/video.scm (libdca): Update to 0.0.7.
[native-inputs]: Add autoconf, automake, and libtool.
2020-04-11 04:14:27 +02:00
Tobias Geerinckx-Rice
515ca4794b
gnu: thunar: Update to 1.8.14.
* gnu/packages/xfce.scm (thunar): Update to 1.8.14.
2020-04-11 04:14:26 +02:00
Raghav Gururajan
c0cce20557
gnu: Add linphoneqt.
* gnu/packages/linphone.scm (linphoneqt): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-11 01:49:22 +02:00
Danny Milosavljevic
3daf981942
gnu: spandsp: Fix build failure.
* gnu/packages/telephony.scm (spandsp)[native-inputs]: Add libjpeg-turbo.
2020-04-11 01:18:32 +02:00
Raghav Gururajan
a13b63453d
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>
2020-04-11 01:06:51 +02:00
Ludovic Courtès
e85d4cecbe
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.
2020-04-11 00:32:41 +02:00
Marius Bakke
bdb90df764
Merge branch 'master' into core-updates 2020-04-11 00:10:23 +02:00
Tobias Geerinckx-Rice
8ec9c5fd88
gnu: boinc-client: Update to 7.16.6.
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.
2020-04-10 23:27:18 +02:00
Tobias Geerinckx-Rice
fa8343de32
gnu: ephemeralpg: Update to 2.9.
* gnu/packages/databases.scm (ephemeralpg): Update to 2.9.
[arguments]: Remove obsolete work-arounds.
[native-inputs]: Add which.
2020-04-10 23:27:17 +02:00
Tobias Geerinckx-Rice
8e71625667
gnu: ephemeralpg: Use HTTPS home page.
* gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
2020-04-10 23:27:17 +02:00
Tobias Geerinckx-Rice
12f99f9f1b
gnu: crispy-doom: Update to 5.7.2.
* gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
2020-04-10 23:27:16 +02:00
Tobias Geerinckx-Rice
7738201645
gnu: r-powerlaw: Update to 0.70.4.
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.
2020-04-10 23:27:16 +02:00
Tobias Geerinckx-Rice
9c118d3a5c
gnu: burp: Update to 2.3.24.
* gnu/packages/backup.scm (burp): Update to 2.3.24.
2020-04-10 23:27:15 +02:00
Tobias Geerinckx-Rice
22ade2684a
gnu: burp: Extend test time-outs.
* gnu/packages/backup.scm (burp)[arguments]: Add a new
‘extend-test-time-outs’ phase.
2020-04-10 23:27:11 +02:00
Tobias Geerinckx-Rice
d8cf1b32d2
gnu: libzen: Update to 0.4.38.
* gnu/packages/cpp.scm (libzen): Update to 0.4.38.
[source]: Hard-code NAME.
2020-04-10 23:25:35 +02:00
Tobias Geerinckx-Rice
ca708858b1
gnu: celluloid: Update to 0.19.
* gnu/packages/video.scm (celluloid): Update to 0.19.
2020-04-10 23:25:35 +02:00
Tobias Geerinckx-Rice
90b74c6fba
gnu: ghc-regex-tdfa: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-regex-tdfa)[home-page]: Update.
2020-04-10 23:25:35 +02:00
Tobias Geerinckx-Rice
5714920a96
gnu: btrfs-progs: Update to 5.6.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.6.
2020-04-10 23:25:35 +02:00
Marius Bakke
6720616daa
tests: openvswitch: Use the absolute file name of ovs-vsctl.
This fixes a regression introduced in 8b9cad01e9
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.
2020-04-10 20:20:11 +02:00
Marius Bakke
5379392731
vm: Use virtio network driver.
This fixes a regression introduced in 8e53fe2b91
where 'guix system vm' would no longer be using virtio.

* gnu/system/vm.scm (common-qemu-options): Add "-nic user,model=virtio-net-pci".
2020-04-10 20:20:11 +02:00
TomZ
3e6aa0ce96
gnu: Add fulcrum.
* gnu/packages/finance.scm (fulcrum): New variable.
2020-04-10 18:43:38 +02:00
Michael Rohleder
cf637690aa
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.
2020-04-10 18:33:12 +02:00
John Soo
757f2c1eff
gnu: Add emacs-dired-git-info.
* gnu/packages/emacs-xyz.scm (emacs-dired-git-info): New variable.
2020-04-10 18:30:25 +02:00
John Soo
d09337cbf4
gnu: Add emacs-diredfl.
* gnu/packages/emacs-xyz.scm (emacs-diredfl): New variable.
2020-04-10 18:26:28 +02:00
Lars-Dominik Braun
6ddb823865
gnu: pianobar: Update to 2020.04.05.
* gnu/packages/music.scm (pianobar): Update to 2020.04.05.
2020-04-10 18:20:13 +02:00
Marius Bakke
b859a1bf79
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.
2020-04-10 17:50:25 +02:00
Marius Bakke
e43e980f84
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.
2020-04-10 17:15:32 +02:00
Ludovic Courtès
a860eddbbd
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'.
2020-04-10 16:02:52 +02:00
Ludovic Courtès
475d48145d
installer: tests: Don't install to a CD/DVD.
* gnu/installer/tests.scm (choose-partitioning): Use 'find' to select
the disk.
2020-04-10 16:02:52 +02:00
Ludovic Courtès
76026b5f51
vm: 'system-disk-image' honors #:substitutable? for ISO9660 images.
This is a followup to a328f66a9e.

* 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'.
2020-04-10 16:02:51 +02:00
Ludovic Courtès
929510a45d
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.
2020-04-10 16:02:51 +02:00
Ludovic Courtès
79b0816e17
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.
2020-04-10 16:02:51 +02:00
Ludovic Courtès
523280e099
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.
2020-04-10 16:02:51 +02:00
Marius Bakke
29c6fb0d33
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.
2020-04-10 15:53:19 +02:00
Mathieu Othacehe
1a24df4434
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".
2020-04-10 15:50:44 +02:00
Guillaume Le Vaillant
93299e6127
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.
2020-04-10 14:48:46 +02:00
Efraim Flashner
d90286ed54
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.
2020-04-10 13:49:25 +03:00
Vagrant Cascadian
c7256eb4f5
Add missing services/linux.scm to gnu/local.mk.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add linux.scm.
2020-04-09 20:53:12 -07:00
Nicolas Goaziou
74001286b7
gnu: emacs-orgalist: Update to 1.12.
* gnu/packages/emacs-xyz.scm (emacs-orgalist): Update to 1.12.
[description]: Fix wording.
2020-04-10 02:00:19 +02:00
Tobias Geerinckx-Rice
bc58c59760
gnu: xfce: Fix typo.
* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
2020-04-10 01:52:36 +02:00
Tobias Geerinckx-Rice
8764064c05
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.
2020-04-10 01:52:36 +02:00
Tobias Geerinckx-Rice
26c1bd9dfa
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.
2020-04-10 01:52:36 +02:00
Leo Famulari
960abd5859
gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].
* gnu/packages/ssh.scm (libssh): Update to 0.9.4.
2020-04-09 17:34:24 -04:00
Marius Bakke
3813ad2f34
gnu: python-titlecase: Nose is a native input.
* gnu/packages/python-xyz.scm (python-titlecase)[propagated-inputs]: Rename to ...
[native-inputs]: ... this.
2020-04-09 23:26:07 +02:00
Guillaume Le Vaillant
f76ac21c16
gnu: Add gqrx.
* gnu/packages/ham-radio.scm (gqrx): New variable.

Co-authored-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-04-09 23:12:33 +02:00
Guillaume Le Vaillant
77dc12a898
gnu: Add gnuradio-iqbalance.
* gnu/packages/ham-radio.scm (gnuradio-iqbalance): New variable.
2020-04-09 23:12:33 +02:00
Guillaume Le Vaillant
bc94b75d75
gnu: Add libosmo-dsp.
* gnu/packages/ham-radio.scm (libosmo-dsp): New variable.
2020-04-09 23:12:33 +02:00
Guillaume Le Vaillant
aa862c2c87
gnu: Add gnuradio-osmosdr.
* gnu/packages/ham-radio.scm (gnuradio-osmosdr): New variable.
2020-04-09 23:12:33 +02:00
Guillaume Le Vaillant
d042caf6b7
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>
2020-04-09 23:12:33 +02:00
Guillaume Le Vaillant
7cd2609e3f
gnu: Add codec2.
* gnu/packages/audio.scm (codec2): New variable.
2020-04-09 23:12:33 +02:00
Guillaume Le Vaillant
9ed66ad709
gnu: Add python-click-plugins.
* gnu/packages/python-xyz.scm (python-click-plugins): New variable.
2020-04-09 23:12:32 +02:00
Christopher Lemmer Webber
575a9b03ae
gnu: Add python-titlecase.
* gnu/packages/python-xyz.scm (python-titlecase): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-04-10 00:07:57 +03:00
Raghav Gururajan
83fda6ddf6
gnu: Add xfe.
* gnu/packages/disk.scm (xfe): New variable.
2020-04-09 22:36:21 +02:00
Raghav Gururajan
eef785d668
gnu: Add fox.
* gnu/packages/graphics.scm (fox): New variable.
2020-04-09 22:34:22 +02:00
Efraim Flashner
c7a2334558
gnu: nano: Update to 4.9.2.
* gnu/packages/nano.scm (nano): Update to 4.9.2.
2020-04-09 22:37:12 +03:00
Marius Bakke
68cda767df
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.
2020-04-09 20:04:44 +02:00
Marius Bakke
1ffd618eba
gnu: python-serpent: Declare python2 variant.
* gnu/packages/python-xyz.scm (python-serpent)[properties]: New field.
(python2-serpent): New public variable.
2020-04-09 20:04:44 +02:00
Marius Bakke
ebdec923e3
gnu: python-dask: Update to 2.14.0.
* gnu/packages/python-xyz.scm (python-dask): Update to 2.14.0.
2020-04-09 20:04:44 +02:00
Marius Bakke
0358841b86
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.
2020-04-09 20:04:43 +02:00
Marius Bakke
ed383b2be6
gnu: python-datrie: Update to 0.8.2
* gnu/packages/python-xyz.scm (python-datrie): Update to 0.8.2.
2020-04-09 20:04:43 +02:00
Marius Bakke
bdb56513e7
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 _.
2020-04-09 20:04:43 +02:00
Jack Hill
1ee45e62ec
gnu: shellcheck: Update homepage.
* gnu/packages/haskell-apps.scm (shellcheck)[homepage]: Update URL.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-04-09 18:45:47 +02:00
Pierre Neidhardt
e5afc63bd9
gnu: mcomix: Update to 20200402.
* gnu/packages/image-viewers.scm (mcomix): Update to 20200402.
2020-04-09 15:40:49 +02:00
Florian Pelz
7bc71025cc
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.
2020-04-09 03:45:22 +00:00
Florian Pelz
91c231a222
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.
2020-04-09 02:42:54 +00:00
Florian Pelz
543516ed00
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.
2020-04-08 23:12:32 +00:00
Nicolas Goaziou
b8f5b436ec
gnu: cataclysm-dda: Update to 0.E.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E.
2020-04-09 01:00:27 +02:00
Marius Bakke
d523eb5c9c
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.
2020-04-09 00:53:28 +02:00
Marius Bakke
c7eec67a93
gnu: qtwebengine: Fix build with Ninja >= 1.10.
* gnu/packages/qt.scm (qtwebengine)[arguments]: Add phase
'patch-ninja-version-check'.
2020-04-08 21:45:23 +02:00
Mark H Weaver
448e072555
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.
2020-04-08 15:38:47 -04:00
Mark H Weaver
0d173f957a
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.
2020-04-08 15:37:49 -04:00
Tobias Geerinckx-Rice
198571b264
gnu: openntpd: Don't use NAME in source URI.
* gnu/packages/ntp.scm (openntpd)[source]: Hard-code NAME.
2020-04-08 17:05:51 +02:00
Tobias Geerinckx-Rice
23335e8d86
gnu: et: Update home page.
* gnu/packages/ssh.scm (et)[home-page]: Update.
2020-04-08 17:03:28 +02:00
Tobias Geerinckx-Rice
2ca12aee81
gnu: mosh: Tweak description.
* gnu/packages/ssh.scm (mosh)[description]: Use full sentences and note
that only the client may roam.
2020-04-08 15:20:39 +02:00
Tobias Geerinckx-Rice
9f12e06bb3
gnu: Add chrony.
* gnu/packages/ntp.scm (chrony): New public variable.
2020-04-08 14:42:29 +02:00
Marius Bakke
155aaca7fe
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.
2020-04-08 14:33:43 +02:00
Marius Bakke
76125bc061
gnu: perl-gd: Do not rely on 'libgd-config'.
* gnu/packages/gd.scm (perl-gd)[native-inputs]: Add PERL-EXTUTILS-PKGCONFIG.
2020-04-08 14:21:41 +02:00
Marius Bakke
3a32940bfb
gnu: ecl: Fix build with LibFFI >= 3.3.
* gnu/packages/lisp.scm (ecl)[source](modules, snippet): New fields.
2020-04-08 13:53:35 +02:00
Marius Bakke
bcdd279a5f
gnu: ruby-sqlite3: Remove obsolete workaround.
* gnu/packages/ruby.scm (ruby-sqlite3)[arguments]: Remove phase
'adjust-failing-test'.
2020-04-08 13:21:24 +02:00
Marius Bakke
2778302399
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
2020-04-08 13:00:50 +02:00
Ludovic Courtès
9cfd889f1d
tests: Mark VM images as non-substitutable.
* gnu/tests/install.scm (run-install): Pass #:substitutable? to
'system-disk-image' and to 'gexp->derivation'.
2020-04-08 12:42:41 +02:00
Ludovic Courtès
a328f66a9e
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'.
2020-04-08 12:42:41 +02:00
Ludovic Courtès
be1e842ad7
gnu: cross-base: Remove unneeded 'let'.
This is a followup to 102d307520.

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

(cherry picked from commit 524a4e357c)
2020-04-08 12:22:06 +02:00
Vincent Legoll
ba6f2bda18
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>
2020-04-08 11:30:55 +02:00
Mathieu Othacehe
ee0ad7803c
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.
2020-04-08 10:24:02 +02:00
Mathieu Othacehe
07a53bd512
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.
2020-04-08 10:24:02 +02:00
Nicolas Goaziou
6e2f7dc5e2
gnu: higan: Update description.
* gnu/packages/emulators.scm (higan)[synopsis, description]: Update
description.
2020-04-08 10:03:25 +02:00
Nicolas Goaziou
76cc11a0ed
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.
2020-04-08 09:56:59 +02:00
Leo Famulari
be54cbe690
gnu: Syncthing: Update to 1.4.1.
* gnu/packages/syncthing.scm (syncthing): Update to 1.4.1.
2020-04-07 22:04:34 -04:00
Leo Famulari
ea2dcf1664
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.
2020-04-07 22:04:34 -04:00
Leo Famulari
3868b2a799
gnu: Go: Update to 1.13.9.
* gnu/packages/golang.scm (go-1.13): Update to 1.13.9.
2020-04-07 22:04:30 -04:00
Marius Bakke
55d4526411
gnu: gnurl: Update to 7.69.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.69.1.
[source](uri): Switch to ".tar.gz" archive.
2020-04-07 21:41:58 +02:00
Alexandros Theodotou
2aaf76582d
gnu: Add tap-lv2.
* gnu/packages/music.scm (tap-lv2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-04-07 14:15:13 -04:00
Mark H Weaver
c87bb5a9bd
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.
2020-04-07 13:46:59 -04:00
Marius Bakke
48cb64084a
gnu: emacs-beancount: Do not inherit inputs from beancount.
* gnu/packages/finance.scm (emacs-beancount)[inputs, native-inputs]: New fields.
2020-04-07 18:46:38 +02:00