Commit graph

58335 commits

Author SHA1 Message Date
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
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 92587f8ed6
lint: 'check-patch-file-names' restricts to shorter file names.
* guix/lint.scm (check-patch-file-names): Increase MARGIN.
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
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
Efraim Flashner d95252baf9
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.
2020-04-10 00:45:59 +03: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