me
/
guix
Archived
1
0
Fork 0
Commit Graph

52608 Commits (f589cbc4dc4119e3501a0c20822e72cf841d08f3)

Author SHA1 Message Date
Jan (janneke) Nieuwenhuizen 4e0059beb1
gnu: tar: Disable troublesome tests on the Hurd.
The sparse03.at test apparently freezes the Hurd; messages
on the console:

165: listing sparse files bigger than 2^33

ext2fs: device:hd0s1: warning: bit already cleared for block 245780
ext2fs: device:hd0s1: warning: bit already cleared for block 245781
ext2fs: device:hd0s1: warning: bit already cleared for block 245782
...
ext2fs: BUG: unexpected fault on disk image ... err 0xa
ext2fs: disk-pager.c:98: fault_handler: Assertion 'err' failed.

the other tests just fail.

* gnu/packages/base.scm (tar)[arguments]: When compiling for the Hurd,
skip `sparse' and failing tests.
2020-04-20 08:28:50 +02:00
Jan (janneke) Nieuwenhuizen aa8db0ed0d
gnu: coreutils: Mark three more tests XFAIL on the Hurd.
* gnu/packages/base.scm (coreutils)[arguments]: Add three more failing tests.
2020-04-20 08:00:45 +02:00
Jan (janneke) Nieuwenhuizen a7c3c5dcca
gnu: cmake: Remove "libuv" dependency for the Hurd.
* gnu/packages/cmake.scm (cmake-bootstrap)[inputs]: When compiling for the
Hurd, remove "libuv".
2020-04-20 08:00:25 +02:00
Jan (janneke) Nieuwenhuizen 2d49f17512
gnu: tls: Remove datefudge and disable tests on the Hurd.
* gnu/packages/tls.scm (gnutls)[arguments]: When compiling for the Hurd,
disable tests.
[native-inputs]: When compiling for the Hurd, do not include datefudge.
2020-04-20 08:00:18 +02:00
Efraim Flashner a8f01c45c6
gnu: java-bouncycastle: Don't use unstable tarball.
* gnu/packages/java.scm (java-bouncycastle)[source]: Download using
git-fetch. Use upstream's repo, not a mirror.
2020-04-20 08:42:06 +03:00
Efraim Flashner 6632fc2897
gnu: java-lz4: Don't use unstable tarball.
* gnu/packages/java.scm (java-lz4)[source]: Download using git-fetch.
[arguments]: Add phase to make files writable.
2020-04-20 08:42:06 +03:00
Efraim Flashner e9917c696b
gnu: java-fest-assert: Don't use unstable tarball.
* gnu/packages/java.scm (java-fest-assert)[source]: Download using
git-fetch.
2020-04-20 08:42:06 +03:00
Efraim Flashner 79e7400883
gnu: java-fest-test: Don't use unstable tarball.
* gnu/packages/java.scm (java-fest-test)[source]: Download using
git-fetch.
2020-04-20 08:42:06 +03:00
Efraim Flashner 00f3190d6b
gnu: java-fest-util: Don't use unstable tarball.
* gnu/packages/java.scm (java-fest-util)[source]: Download using
git-fetch.
2020-04-20 08:42:06 +03:00
Efraim Flashner 8c2a6183de
gnu: graphene: Update to 1.10.0.
* gnu/packages/gtk.scm (graphene): Update to 1.10.0.
[build-system]: Switch to meson-build-system.
[arguments]: Update configure-flags to not install tests.
[inputs]: Remove python2. Move gobject-introspection ...
[native-inputs]: ... to here. Remove autoconf, automake, libtool, which.
2020-04-20 08:42:05 +03:00
Efraim Flashner 6914eea01d
gnu: sparql-query: Sort inputs alphabetically.
* gnu/packages/databases.scm (sparql-query)[inputs]: Sort alphabetically.
2020-04-20 08:42:05 +03:00
Efraim Flashner ce64b9d136
gnu: sparql-query: Don't use unstable tarball.
* gnu/packages/databases.scm (sparql-query)[source]: Download using
git-fetch.
2020-04-20 08:42:02 +03:00
Jan (janneke) Nieuwenhuizen eaff60b35f
gnu: perl: Actually produce a host perl when cross-compiling.
* gnu/packages/patches/perl-cross.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/perl.scm (perl)[native-inputs]: When cross-compiling, add
`perl-cross' input and perl-cross.patch.
[arguments]: When cross-compiling, use them to produce binary for host.
2020-04-20 07:37:37 +02:00
Maxim Cournoyer 48acdefe2e
gnu: linphoneqt: Add the missing ring sound files.
* gnu/packages/linphone.scm (linphoneqt)[phases]: Add an
'extend-shared-resources phase.
2020-04-19 22:04:46 -04:00
Pierre Langlois 096a0527a1
gnu: mu: Update to 1.4.
* gnu/packages/mail.scm (mu): Update to 1.4.
[arguments]: Remove 'fix-date-tests phase. Add 'patch-bin-sh-in-tests phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-04-19 18:36:27 -04:00
Ludovic Courtès 5e7076f2a5
services: Add 'simulated-wifi-service-type'.
* gnu/services/networking.scm (simulated-wifi-shepherd-services): New
procedure.
(simulated-wifi-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
2020-04-19 23:50:17 +02:00
Ludovic Courtès a03943ec00
services: Add 'hostapd-service-type'.
* gnu/services/networking.scm (<hostapd-configuration>): New record
type.
(hostapd-configuration-file, hostapd-shepherd-services): New
procedures.
(hostapd-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
2020-04-19 23:50:17 +02:00
Julien Lepiller 4313e6ec55
gnu: php: Update to 7.4.5.
* gnu/packages/php.scm (php): Update to 7.4.5.
2020-04-19 22:57:16 +02:00
Danny Milosavljevic 58d5b8b44b
Revert "gnu: libxfce4util: Update to 4.15.0."
This reverts commit c0bff513a4.
2020-04-19 18:44:24 +02:00
Marius Bakke 7abe35febe
Merge branch 'master' into core-updates 2020-04-19 16:53:01 +02:00
Jan (janneke) Nieuwenhuizen 457ded48c5
gnu: git: Fix for cross-compiling to the Hurd.
* gnu/packages/version-control.scm (git)[arguments]: When cross-compiling, fix
`config.mak.uname' kludge to use the host system configuration.
2020-04-19 16:18:01 +02:00
Jan (janneke) Nieuwenhuizen fc17900583
gnu: git: Resurrect cross-compilation.
* gnu/packages/version-control.scm (git-cross-configure-flags): Add missing
"ac_cv_iconv_omits_bom" flag.
(git)[arguments]: Avoid modify-PATH stage when cross-compiling as it depends
on non-present "bash-for-tests".
2020-04-19 16:18:01 +02:00
Jan (janneke) Nieuwenhuizen 1c5063af86
gnu: commencement: Build fix for python-boot0 on the Hurd.
Unlike during a non-chroot'ed build on Debian/Hurd, there is no /usr/include.

* gnu/packages/commencement.scm (python-boot0)[arguments]: When building on
the Hurd, add `fix-regen' stage to correct a reference to "/usr".
2020-04-19 16:18:01 +02:00
Jan (janneke) Nieuwenhuizen 189bfb555d
gnu: python: Build fix for the Hurd.
* gnu/packages/python.scm (python-2.7)[arguments]: Add `fix-regen'
stage to correct a reference to "/usr".
(python-3.8): Remove build fix for 2.x..3.5.9 that breaks on 3.8.2.
2020-04-19 16:18:00 +02:00
Marius Bakke 0e907e27ed
gnu: boost-static: Adjust for Python 3 migration in Boost.
* gnu/packages/boost.scm (boost-static)[arguments]: Adjust libboost_python27.a
file name to take the Python 3 counterpart in the provide_libboost_python phase.
2020-04-19 15:52:35 +02:00
Marius Bakke 9a749af467
installer: Add GC root for Guile 3.0.
* gnu/system/install.scm (%installation-services)[gc-root-service-type]: Add
GC root for GUILE-3.0 instead of GUILE-2.2.
2020-04-19 15:50:49 +02:00
Nicolas Goaziou 5c10d55206
gnu: emacs-org-superstar: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-org-superstar): Update to 1.2.1.
2020-04-19 14:33:30 +02:00
Raghav Gururajan a3cbcbaf8b
gnu: Add notification-daemon.
* gnu/packages/gnome.scm (notification-daemon): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-19 13:27:07 +02:00
Martin Becze 0639a24038
gnu: Add trezord-udev-rules.
* gnu/packages/finance.scm (trezord-udev-rules): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-19 13:27:06 +02:00
Mathieu Othacehe ea6594e08e
installer: connman: Fix Wifi connection.
Issue reported by SergioBG here:
https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00432.html.

Due to default buffering mode, the installer was reading from the pipe without
having actually written a command before.

* gnu/installer/connman.scm (connman-connect-with-auth): Set pipe buffering
mode to 'line.
2020-04-19 11:46:21 +02:00
Efraim Flashner fafe2343c2
services: sddm: Have sddm provision xorg-server.
* gnu/services/sddm.scm (sddm-shepherd-service)[shepherd-service]: Have
sddm provision 'xorg-server like the other display managers.
2020-04-19 09:06:20 +03:00
Kei Kebreau 45b320d9f8
gnu: gdm: Update patch for GDM 3.34.
* gnu/packages/patches/gdm-default-session.patch: Update patch for new version
of GDM.
2020-04-18 18:36:00 -04:00
Kei Kebreau 123e429e4c
gnu: libical: Enable introspection and Vala bindings.
* gnu/packages/calendar.scm (libical)[arguments]: Enable introspection and
Vala bindings.
[native-inputs]: Add gobject-introspection and vala.

(cherry picked from commit 1538791f2003620ff3436cba316a594931a5ab72)
2020-04-18 16:51:31 -04:00
Kei Kebreau 5b4ebb42dc
gnu: gnome-maps: Update to 3.34.2.
* gnu/packages/geo.scm (gnome-maps): Update to 3.34.2.

(cherry picked from commit 08c5ffd3c283cd479602540cce4e0d40be4f4187)
2020-04-18 16:51:31 -04:00
Kei Kebreau 3a7e066f71
gnu: cheese: Update to 3.34.0.
* gnu/packages/gnome.scm (cheese): Update to 3.34.0.
[build-system]: Use meson-build-system.
[arguments]: Set #:glib-or-gtk? flag.  Adjust 'skip-gtk-update-icon-cache'
phase and run it after the 'unpack' phase.
[native-inputs]: Add docbook-xsl, gtk-doc, and libxslt.

(cherry picked from commit e96f871c3603da785e31a3c130ae1d1a64827a93)
2020-04-18 16:51:31 -04:00
Kei Kebreau 30e76da115
gnu: orca: Update to 3.34.1.
* gnu/packages/gnome.scm (orca): Update to 3.34.1.

(cherry picked from commit f6342be942f03c8e63f6fbe863597c0e5f8ffc83)
2020-04-18 16:51:30 -04:00
Kei Kebreau c73054669b
gnu: gnome-shell-extensions: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.34.2.

(cherry picked from commit c7587d3ef346554468475202c4ec436ad4ef3b65)
2020-04-18 16:51:30 -04:00
Kei Kebreau 4add1bae4b
gnu: gnome-tweaks: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-tweaks): Update to 3.34.0.
[arguments]: Add phase to skip gtk-update-icon-cache.
[native-inputs]: Remove gtk+:bin.
[inputs]: Add libhandy.

(cherry picked from commit 097da4b45a2e7d39d586e4a36973b1eaea9df9e8)
2020-04-18 16:51:30 -04:00
Kei Kebreau 27dd1d76b2
gnu: gnome-calendar: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.34.2.
[arguments]: Add phase to skip gtk-update-icon-cache.
[native-inputs]: Remove gtk+:bin.

(cherry picked from commit 2f7f0be50c267a55624ac27b44542aebfffdad5e)
2020-04-18 16:51:30 -04:00
Kei Kebreau feee5ff5e8
gnu: gnome-clocks: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.34.0.
[arguments]: Add phase to skip gtk-update-icon-cache.
[native-inputs]: Remove gtk+:bin.

(cherry picked from commit 0293a06e5524ca9e894f111f68c1c9e7b6263810)
2020-04-18 16:51:30 -04:00
Kei Kebreau 18364fbc30
gnu: gnome-klotski: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.34.0.

(cherry picked from commit d2fce9c85e92cd7b1ebcd69ef130fb31f9d51bc9)
2020-04-18 16:51:29 -04:00
Kei Kebreau 8ae23a1d16
gnu: devhelp: Update to 3.34.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.34.0.

(cherry picked from commit df8dfba27d09cb19c94f81b666bc7ad91c65fb79)
2020-04-18 16:51:29 -04:00
Kei Kebreau 857eb19088
gnu: gnome-sudoku: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.34.1.

(cherry picked from commit d82cdcd537040e53e1c423a7994c0c773f2c71d6)
2020-04-18 16:51:29 -04:00
Kei Kebreau d79e9b1bb6
gnu: gnome-mines: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.34.0.

(cherry picked from commit 92a7370c01161ea6aafb71460f74f469cb400394)
2020-04-18 16:51:29 -04:00
Kei Kebreau 1efcf72293
gnu: seahorse: Update to 3.34.
* gnu/packages/gnome.scm (seahorse): Update to 3.34.
[source]: Remove obsolete patch.
* gnu/packages/patches/seahorse-gtk-use-0-on-empty-flags.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

(cherry picked from commit df3e812fe42a13325ca5b223a115fb2d3dbfd446)
2020-04-18 16:51:29 -04:00
Kei Kebreau 28457ae6fe
gnu: gnome-shell: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.34.2.
[source]: Add patch.
[native-inputs]: Add asciidoc.
[inputs]: Add gnome-autoar.
* gnu/packages/patches/gnome-shell-theme.patch: Adjust patch accordingly.
* gnu/packages/patches/gnome-shell-disable-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

(cherry picked from commit 4ac325aa9bf8dd237f5b5be7a1523d957be0067f)
2020-04-18 16:51:29 -04:00
Kei Kebreau 76e1830c03
gnu: gjs: Update to 1.58.3.
* gnu/packages/gnome.scm (gjs): Update to 1.58.3.
[native-inputs]: Add dconf.

(cherry picked from commit be62a1b5a5d0d2c237beae6ddafebe9c6ef887fa)
2020-04-18 16:51:28 -04:00
Kei Kebreau 9064cde1a9
gnu: telepathy-glib: Disable failing tests.
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add phase to disable
failing tests.

(cherry picked from commit 9049e4d808f241dd88ddcb6a0f74b0766624fb08)
2020-04-18 16:51:28 -04:00
Kei Kebreau 0fda99c572
gnu: gdm: Update to 3.34.1.
* gnu/packages/gnome.scm (gdm): Update to 3.34.1.
[arguments]: Adjust 'pre-configure' phase accordingly.

(cherry picked from commit b989db762e17b7bdb64b1f0e3156bc92a2f2dc32)
2020-04-18 16:51:21 -04:00
Kei Kebreau ec3ceabd6e
gnu: mutter: Update to 3.34.2.
* gnu/packages/gnome.scm (mutter): Update to 3.34.2.
[arguments]: Add configure flag to disable profiling.  Update configure flag
that adds to the RUNPATH.  Remove obsolete 'disable-werror' and 'use-elogind'
phases.
[native-inputs]: Add desktop-file-utils.

(cherry picked from commit b9686aea5170e528893433de4f563dd9b1a68cc0)
2020-04-18 16:49:57 -04:00
Kei Kebreau 961dc62d19
gnu: totem: Update to 3.34.1.
* gnu/packages/gnome.scm (totem): Update to 3.34.1.

(cherry picked from commit 513a19c38116795c811e6421004ac8f7d83525fa)
2020-04-18 16:49:57 -04:00
Kei Kebreau 8069ff0bc4
gnu: nautilus: Update to 3.34.2.
* gnu/packages/gnome.scm (nautilus): Update to 3.34.2.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.

(cherry picked from commit ba1d88e83aeb2e6b3ec4006c901f687235cd63c0)
2020-04-18 16:49:57 -04:00
Kei Kebreau 80f6f9d86e
gnu: gnome-terminal: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.34.2.

(cherry picked from commit c09d94546b75ecdd334494ed1730d44de551f29b)
2020-04-18 16:49:57 -04:00
Kei Kebreau d5101dab53
gnu: gnome-screenshot: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-screenshot): Update to 3.34.0.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.

(cherry picked from commit e822ab3c7b6072c053b25a175ba802b515edff44)
2020-04-18 16:49:56 -04:00
Kei Kebreau 14faeadd9e
gnu: gnome-keyring: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.34.0.

(cherry picked from commit 44f210ab90566446c8ccf0a53c663a3d555bad9e)
2020-04-18 16:49:56 -04:00
Kei Kebreau 262e660ef4
gnu: gnome-disk-utility: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.34.0.
[arguments]: Add configure flag to enable elogind support.
[inputs]: Add elogind.

(cherry picked from commit 586eb32f09e8a654272040b578bf6a99876c9f7d)
2020-04-18 16:49:56 -04:00
Kei Kebreau c576328d77
gnu: gnome-control-center: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.34.2.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.

(cherry picked from commit 093ab99e4f2d5b10ea604cfb469e47f19b187401)
2020-04-18 16:49:56 -04:00
Kei Kebreau 201547590d
gnu: gnome-settings-daemon: Update to 3.34.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.34.1.
[arguments]: Add configure flag to build without systemd.
[inputs]: Add gcr and modem-manager.

(cherry picked from commit 048875f365d1591ad45853e76bda180d32f2bef7)
2020-04-18 16:49:56 -04:00
Kei Kebreau f67ce0069a
gnu: gnome-session: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-session): Update to 3.34.2.

(cherry picked from commit 12a88070138ca2f11ebecf0aa0c7ae3b71b0032e)
2020-04-18 16:49:55 -04:00
Kei Kebreau b3492e39d7
gnu: gnome-contacts: Update to 3.34.
* gnu/packages/gnome.scm (gnome-contacts): Update to 3.34.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[native-inputs]: Remove gtk+:bin.

(cherry picked from commit c8be9392f03522f7a98ca787d31aa2372635a762)
2020-04-18 16:49:55 -04:00
Kei Kebreau fd11f6f304
gnu: folks: Update to 0.13.1.
* gnu/packages/gnome.scm (folks): Update to 0.13.1.
[build-system]: Use meson-build-system.
[arguments]: Add 'skip-gtk-update-icon-cache' phase.
[inputs]: Add readline.
[native-inputs]: Add glib:bin.

(cherry picked from commit e4e7160c93baceb39686ce6bd1efe833ec5593c7)
2020-04-18 16:49:55 -04:00
Kei Kebreau a645a5a3bd
gnu: dbus-glib: Update to 0.110.
* gnu/packages/glib.scm (dbus-glib): Update to 0.110.

(cherry picked from commit cff7f2f521a662d0dc01a07b5d7c2c61a7b47072)
2020-04-18 16:49:55 -04:00
Kei Kebreau 0662fe86d2
gnu: evolution: Update to 3.34.2.
* gnu/packages/gnome.scm (evolution): Update to 3.34.2.
[inputs]: Replace gtkspell3 with gspell.  Remove evolution-data-server
duplicate.

(cherry picked from commit aace96f48804f43b07369408ffe7ed5c074437c0)
2020-04-18 16:49:55 -04:00
Kei Kebreau 1796994019
gnu: gnome-autoar: Update to 0.2.4.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.4.
[native-inputs]: Remove gnome-common.

(cherry picked from commit 46d713ce690235450740616249f800b288bf0a51)
2020-04-18 16:49:55 -04:00
Kei Kebreau 162048be3b
gnu: evolution-data-server: Update to 3.34.2.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.34.2.
[arguments]: Adjust 'disable-failing-tests' phase.
* gnu/packages/patches/evolution-data-server-libical-compat.patch: Update patch.

(cherry picked from commit 3febbdc80004c907507dbf4162bf6e7bfde74d28)
2020-04-18 16:49:54 -04:00
Kei Kebreau 462d3416a8
gnu: libgweather: Update to 3.34.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.34.0.

(cherry picked from commit fea74bf26d1a77129da919f2eb7473c94a947200)
2020-04-18 16:49:54 -04:00
Kei Kebreau e8f4bf6b42
gnu: gnome-bluetooth: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.0.

(cherry picked from commit 9d875e791fcca55807cdce623842b80eac0bf345)
2020-04-18 16:49:54 -04:00
Kei Kebreau ea9f74b032
gnu: glib-networking: Update to 2.62.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.62.2.

(cherry picked from commit 48d8c3b28f4edb2607e84334ffdf064850642318)
2020-04-18 16:49:54 -04:00
Kei Kebreau edec7128df
gnu: gedit: Update to 3.34.1.
* gnu/packages/gnome.scm (gedit): Update to 3.34.1.

(cherry picked from commit 49c537dab1cd4ff7aa154c5817e0c83c2ee02197)
2020-04-18 16:49:54 -04:00
Kei Kebreau 5a30f67fdb
gnu: epiphany: Update to 3.34.2.
* gnu/packages/gnome.scm (epiphany): Update to 3.34.2.

(cherry picked from commit 7c4411701354e84d877816e095f01c1075cbff9d)
2020-04-18 16:49:54 -04:00
Kei Kebreau c94db354c3
gnu: libdazzle: Update to 3.34.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.34.1.

(cherry picked from commit 781da7d80b6b3a8e48b922acb754a5ba47f1d98b)
2020-04-18 16:49:53 -04:00
Kei Kebreau 8468117e45
gnu: gsettings-desktop-schemas: Update to 3.34.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.34.0.

(cherry picked from commit fdfaefaaf4ee56a34276cbf6d431bf388518dd6a)
2020-04-18 16:49:53 -04:00
Kei Kebreau 0856b0d976
gnu: gnome-backgrounds: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.34.0.

(cherry picked from commit 873082931dd5e25320cc77c7ba2bec1e36520f46)
2020-04-18 16:49:53 -04:00
Kei Kebreau 8a7afc8159
gnu: gnome-desktop: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.34.2.

(cherry picked from commit 8ff022afb1da6ae4eb345e0f9836e285c137b9c2)
2020-04-18 16:49:53 -04:00
Kei Kebreau 0c9031fa1b
gnu: eog: Update to 3.34.1.
* gnu/packages/gnome.scm (eog): Update to 3.34.1.
[inputs]: Replace librsvg with librsvg-next.

(cherry picked from commit 904227e94edbe97f4c28871a9d2e899936c08692)
2020-04-18 16:49:53 -04:00
Kei Kebreau 720aa20f35
gnu: dconf-editor: Update to 3.34.2.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.34.2.
[arguments]: Remove obsolete 'set-glib-minimum-version' phase.
[home-page]: Follow permanent redirect.

(cherry picked from commit 929ad4f3f3e33add34bd9eebebdd08e9476063b6)
2020-04-18 16:49:53 -04:00
Kei Kebreau 7f4d075d3e
gnu: dconf: Update to 3.34.0.
* gnu/packages/gnome.scm (dconf): Update to 3.34.0.

(cherry picked from commit a720afbc4e0b7366261e5c4784fc9bb807bd4f87)
2020-04-18 16:49:52 -04:00
Kei Kebreau e21788f2cc
gnu: adwaita-icon-theme: Update to 3.34.3.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.34.3.

(cherry picked from commit e8cccae4e1964df5bbe63c37bc5b23dea5e19709)
2020-04-18 16:48:31 -04:00
Efraim Flashner de5200ada9
gnu: python-cython: Update to 0.29.16.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.16.
2020-04-18 22:50:59 +03:00
Efraim Flashner cac674d99d
gnu: qrcodegen-cpp: Update to 1.6.0.
* gnu/packages/aidc.scm (qrcodegen-cpp): Update to 1.6.0.
2020-04-18 22:23:51 +03:00
Efraim Flashner 0144f8def8
gnu: vim-asyncrun: Update to 2.7.5.
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
2020-04-18 22:23:48 +03:00
Leo Famulari d7041a69ed
gnu: libavif: Update to 0.7.1.
* gnu/packages/image.scm (libavif): Update to 0.7.1.
[arguments]: Run the test suite.
2020-04-18 15:08:36 -04:00
Giacomo Leidi 190f460f98
gnu: Add node-semver.
* gnu/packages/node-xyz.scm (node-semver): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-04-18 21:36:26 +03:00
Efraim Flashner 6a825d8c0d
gnu: chess: Update to 6.2.6.
* gnu/packages/games.scm (chess): Update to 6.2.6.
2020-04-18 21:01:52 +03:00
Efraim Flashner dc9b1835d2
gnu: chess: Set upstream name and ftp-directory.
* gnu/packages/games.scm (chess)[properties]: New field. Add
upstream-name and ftp-directory.
2020-04-18 20:57:15 +03:00
Mathieu Othacehe 1a9af96b18
installer: Fix backtrace display.
The 'syslog' macro cannot be resolved in the pre-unwind-handler
context. Failed to resolve 'syslog' in this context resulted in the swallowing
of all installation errors.

Fixes 5c04b00cf4.

* gnu/installer.scm (installer-program): Use (gnu installer utils) module.
2020-04-18 17:42:02 +02:00
Christopher Baines cef392f393
guix: self: Use guile with libgc-7.
Rather than libgc version 8. This should avoid crashes that can occur,
particularly when loading data in to the Guix Data Service [1].

1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525

* gnu/packages/guile.scm (guile-3.0/libgc-7): New variable.
* guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guile.
2020-04-18 15:49:44 +01:00
Raghav Gururajan 45fd28f764
gnu: linphoneqt: Fix crashes.
The application was crashing when clicking on the Preferences menu or the
conference icon.

* gnu/packages/patches/linphoneqt-tabbutton.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linphone.scm (linphoneqt)[source]: Use it.
[inputs]: Add qtquickcontrols.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-18 01:31:41 -04:00
Leo Famulari 5a8ef3c127
gnu: Use the test-only time zone database where appropriate.
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata.
[native-inputs]: Add tzdata-for-tests.
* gnu/packages/finance.scm (ledger): Likewise.
* gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests.
* gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise.
* gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise.
* gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
2020-04-17 17:26:56 -04:00
Martin Becze abb37b3c62
gnu: trezord: Update to 2.0.29.
* gnu/packages/finance.scm (trezord): Update to 2.0.29.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
TomZ 4e3314a4c5
gnu: fulcrum: Update to 1.1.0
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
Ludovic Courtès 1e7281108b
services: account: Have 'user-processes' depend on 'user-homes'.
Until now, 'user-homes' happened to start right after 'user-processes'
and before services that depend on a home directory but the dependency
was not explicit.  This addresses it.

* gnu/system/shadow.scm (account-service-type): Extend
USER-PROCESSES-SERVICE-TYPE.
2020-04-17 23:18:32 +02:00
Ludovic Courtès 10c413685f
services: Move 'user-processes' to (gnu services shepherd).
* gnu/services/base.scm (%do-not-kill-file)
(user-processes-shepherd-service, user-processes-service-type): Move
to...
* gnu/services/shepherd.scm: ... here.
2020-04-17 23:18:32 +02:00
Mark H Weaver f0da92cb42
gnu: linux-libre: Update to 5.4.33.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.33.
(linux-libre-5.4-pristine-source): Update hash.
2020-04-17 15:02:04 -04:00
Mark H Weaver 4298fbe2ce
gnu: linux-libre@5.6: Update to 5.6.5.
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.5.
(linux-libre-5.6-pristine-source): Update hash.
2020-04-17 15:01:25 -04:00
Mark H Weaver e419e972bc
gnu: linux-libre@4.19: Update to 4.19.116.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.116.
(linux-libre-4.19-pristine-source): Update hash.
2020-04-17 15:00:19 -04:00
Marius Bakke a7dbd38859
gnu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes CVE-2020-6457].
* gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.113.
(%chromium-origin): Update hash.
2020-04-17 17:03:20 +02:00
Ricardo Wurmus 974bf81776
gnu: python-pygenometracks: Update to 3.3.
* gnu/packages/bioinformatics.scm (python-pygenometracks): Update to 3.3.
[arguments]: Add phase "relax-requirements"; disable tests.
[propagated-inputs]: Remove python-configparser and python-hicexplorer; add
python-gffutils, python-pysam, and python-tqdm.
2020-04-17 15:53:03 +02:00
Ricardo Wurmus d8fce2362b
gnu: Add python-hicmatrix.
* gnu/packages/bioinformatics.scm (python-hicmatrix): New variable.
2020-04-17 15:53:03 +02:00
Ricardo Wurmus c55beaecd8
gnu: python-cooler: Update to 0.8.7.
* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.8.7.
[propagated-inputs]: Add python-asciitree, python-numpy, python-pyyaml, and
python-simplejson.
[native-inputs]: Remove python-nose, python-numpydoc, and python-sphinx; add
python-pytest.
2020-04-17 15:53:03 +02:00
Ricardo Wurmus 4a085ffc16
gnu: python-pybigwig: Update to 0.3.17.
* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.17.
2020-04-17 15:53:03 +02:00
Ricardo Wurmus d3f292b8dc
gnu: python-tables: Update to 3.6.1.
* gnu/packages/python-xyz.scm (python-tables): Update to 3.6.1.
[arguments]: Adjust use-gcc phase.
2020-04-17 15:53:03 +02:00
Pierre Langlois 79ef0726a9
gnu: python-podcastparser: Run tests.
* gnu/packages/gpodder.scm (python-podcastparser)[native-inputs]: Add
python-coverage.
[arguments]: Replace 'check phase and invoke "nosetests".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 13:03:02 +02:00
Pierre Langlois 5ea902874b
gnu: gpodder: Run tests.
* gnu/packages/gpodder.scm (gpodder)[native-inputs]: Add python-coverage and
python-minimock.
[arguments]: Replace the 'check phase and invoke "make unittest".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 13:03:02 +02:00
Pierre Langlois 54e3eb06ca
gnu: gpodder: Update to 3.10.15.
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.15.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 13:03:02 +02:00
Pierre Langlois 84ce7c5a55
gnu: dovecot: Add libunwind input for arm.
* gnu/packages/mail.scm (dovecot)[inputs]: Add libunwind when targetting arm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 13:03:01 +02:00
Efraim Flashner d312bbfa5a
gnu: khard: Move propagated-inputs to inputs.
As a package one would install we can rely on wrapping the package and
not propagating inputs to make it work correctly.

* gnu/packages/mail.scm (khard)[propagated-inputs]: Move all python
packages ...
[inputs]: ... to here.
2020-04-17 10:47:35 +03:00
Efraim Flashner c135577dbf
gnu: khal: Move propagated inputs to inputs.
As a package one would install we can rely on wrapping the package and
not propagating inputs to make it work correctly.

* gnu/packages/calendar.scm (khal)[propagated-inputs]: Move all python
packages...
[inputs]: ... to here.
2020-04-17 10:42:41 +03:00
Efraim Flashner b9dd2a2fb7
gnu: khal: Fix build with python-urwid-2.1.0.
* gnu/packages/calendar.scm (khal)[source]: Download upstream patch to
fix compatibility with newer python-urwid.
2020-04-17 10:40:34 +03:00
Christopher Baines 2cc226bbc7
gnu: diffoscope.scm: Add missing import.
This follows on from 2d9886f7e8.

* gnu/packages/diffoscope.scm: Import (gnu packages maths).
2020-04-17 07:33:37 +01:00
Vagrant Cascadian 2d9886f7e8
gnu: diffoscope: Update to 141.
* gnu/packages/diffoscope (diffoscope): Update to 141.
  [arguments]: Add phase add-known-tools.
  [native-inputs]: Add hdf5.
2020-04-16 20:46:38 -07:00
Vagrant Cascadian cdac010c19
gnu: disorderfs: Update to 0.5.9.
* gnu/packages/file-systems (disorderfs): Update to 0.5.9.
2020-04-16 20:46:35 -07:00
Marius Bakke bff70d93d2
gnu: python-jedi: Fix test failure on some file systems.
Reported by sirgazil on #guix.

* gnu/packages/patches/python-jedi-sort-project-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-jedi)[source](patches): Add it.
[arguments]: Run tests more verbosely while at it.
2020-04-17 00:51:48 +02:00
Nicolas Goaziou 91fb989f10
gnu: xournalpp: Remove outdated comments.
* gnu/packages/pdf.scm (xournalpp): Remove outdated comments.  This is
a followup to 9cb2f28c5a.
2020-04-16 23:43:50 +02:00
Nicolas Goaziou 7b2cb1bf19
gnu: wireshark: Update to 3.2.3.
* gnu/packages/networking.scm (wireshark): Update to 3.2.3.
2020-04-16 21:59:50 +02:00
Efraim Flashner be02a4cb81
gnu: python-hy: Update to 0.18.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 0.18.0.
[arguments]: Make all phases return #t.
[propagated-inputs]: Remove python-clint, python-fastentrypoints. Add
python-colorama.
(python2-hy): Remove variable.
2020-04-16 22:40:40 +03:00
Efraim Flashner 626874eb3f
gnu: python-icalendar: Update to 4.0.5.
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.5.
2020-04-16 22:40:40 +03:00
Efraim Flashner e40e7fdf09
gnu: toot: Update to 0.26.0.
* gnu/packages/mastodon.scm (toot): Update to 0.26.0.
2020-04-16 22:40:39 +03:00
Efraim Flashner bc6c3f48ff
gnu: python-urwid: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.0.
2020-04-16 22:40:39 +03:00
Efraim Flashner c1c2fa68df
gnu: python-vobject: Update to 0.9.6.1.
* gnu/packages/python-xyz.scm (python-vobject): Update to 0.9.6.1.
2020-04-16 22:40:39 +03:00
Efraim Flashner 2765787d65
gnu: python-pyicu: Update to 2.4.3.
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.4.3.
[properties]: Remove field.
(python2-pyicu): Remove package customizations.
2020-04-16 22:40:39 +03:00
Efraim Flashner 70333ee612
gnu: khard: Update to 0.16.1.
* gnu/packages/mail.scm (khard): Update to 0.16.1.
[arguments]: Remove custom 'install-doc phase. Add 'install-completions
phase.
2020-04-16 22:40:39 +03:00
Nicolas Goaziou 9cb2f28c5a
gnu: xournalpp: Update to 1.0.18.
* gnu/packages/pdf.scm (xournalpp): Update to 1.0.18.
2020-04-16 21:38:55 +02:00
Mathieu Othacehe 2e7e0cb547
installer: Remove guile-newt definition.
This is no longer necessary since 0.0.2 release of Guile-Newt.

* gnu/installer.scm (guile-newt): Remove variable.
2020-04-16 19:57:30 +02:00
Mathieu Othacehe f52c1f5f61
gnu: guile-newt: Update to 0.0.2.
* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.2,
[source]: remove Guile 3.0 snippet.
2020-04-16 19:57:30 +02:00
Tobias Geerinckx-Rice c6f74eb540
gnu: xfce4-taskmanager: Update to 1.2.3.
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.3.
[source]: Hard-code NAME.
2020-04-16 19:42:22 +02:00
Tobias Geerinckx-Rice b760b6922d
gnu: xfwm4: Update to 4.14.1.
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.1.
[source]: Hard-code NAME.
2020-04-16 19:42:22 +02:00
Tobias Geerinckx-Rice 0159eae3c9
gnu: xfdesktop: Update to 4.14.2.
* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.2.
[source]: Hard-code NAME.
2020-04-16 19:42:22 +02:00
Tobias Geerinckx-Rice 9fcd4ef30b
gnu: augeas: Use HTTPS home page.
* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
2020-04-16 19:42:20 +02:00
Tobias Geerinckx-Rice 53b655727e
gnu: augeas: Update to 1.12.0.
* gnu/packages/augeas.scm (augeas): Update to 1.12.0.
2020-04-16 19:42:20 +02:00
Tobias Geerinckx-Rice 48a8b4658c
gnu: xterm: Update to 353.
* gnu/packages/xorg.scm (xterm): Update to 353.
2020-04-16 19:42:19 +02:00
guy fleury iteriteka 7adf6f1be9
gnu: Add the GNU MDK.
* gnu/packages/education.scm (mdk): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-04-16 18:33:21 +02:00
Guillaume Le Vaillant 90ec708579
gnu: Add flwrap.
* gnu/packages/radio.scm (flwrap): New variable.
2020-04-16 15:08:53 +02:00
Guillaume Le Vaillant 660912a477
gnu: Add flamp.
* gnu/packages/radio.scm (flamp): New variable.
2020-04-16 14:53:50 +02:00
Ricardo Wurmus 3f782a6d95
gnu: r-destiny: Add missing input.
* gnu/packages/bioconductor.scm (r-destiny)[native-inputs]: Add r-nbconvertr.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus 506cbeabaa
gnu: r-bacon: Add missing input.
* gnu/packages/bioconductor.scm (r-bacon)[native-inputs]: Add r-knitr.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus faaf2b3571
gnu: r-bioassayr: Add missing input.
* gnu/packages/bioconductor.scm (r-bioassayr)[native-inputs]: Add r-knitr.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus fca68e34fb
gnu: Add r-nbconvertr.
* gnu/packages/cran.scm (r-nbconvertr): New variable.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus 229736aa52
gnu: r-activepathways: Add missing input.
* gnu/packages/bioconductor.scm (r-activepathways)[native-inputs]:
Add r-knitr.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus 5ef2b749b5
gnu: r-dose: Add missing input.
* gnu/packages/bioconductor.scm (r-dose)[native-inputs]: Add r-knitr.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus 2ff4197626
gnu: r-ggextra: Add missing input.
* gnu/packages/cran.scm (r-ggextra)[native-inputs]: Add r-knitr.
2020-04-16 07:07:23 +02:00
Ricardo Wurmus 507a608397
gnu: r-gdina: Add missing input.
* gnu/packages/cran.scm (r-gdina)[native-inputs]: Add r-knitr.
2020-04-16 07:07:23 +02:00
Raghav Gururajan 1988ef21f8
gnu: linphone: Reformat code to respect coding style conventions.
* gnu/packages/linphone.scm (bcunit, belr, belcard, bcmatroska2, bzrtp)
(belle-sip, mediastreamer2, msopenh264, mssilk, msamr): Adjust code formatting
to meet the 80 characters line width convention, along with other minor
cosmetic edits.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-16 00:45:57 -04:00
Leo Famulari 46bc7c31c6
gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].
* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.18.
2020-04-15 23:19:08 -04:00
Guillaume Le Vaillant 8080c03d14
gnu: Add flrig.
* gnu/packages/radio.scm (flrig): New variable.
2020-04-15 22:35:14 +02:00
Guillaume Le Vaillant 72f6ee0e15
gnu: Add fldigi.
* gnu/packages/radio.scm (fldigi): New variable.
2020-04-15 22:35:14 +02:00
TomZ 87b343f753
gnu: Add flowee.
* gnu/packages/finance.scm (flowee): New variable.
2020-04-15 22:27:07 +02:00
Ricardo Wurmus 8f0b41c8bf
gnu: cuirass: Update to 0.0.1-29.27af1d3.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-29.27af1d3.
[version]: Use git-version.
[file-name]: Use git-file-name.
2020-04-15 20:02:55 +02:00
Tobias Geerinckx-Rice ce6619b059
gnu: bind: Update to 9.16.2 [security fixes].
* gnu/packages/dns.scm (isc-bind): Update to 9.16.2.
2020-04-15 19:55:44 +02:00
Marius Bakke bd21acf6c3
Merge branch 'master' into core-updates 2020-04-15 19:26:55 +02:00
Ludovic Courtès b4440de133
Merge branch 'version-1.1.0' 2020-04-15 16:09:18 +02:00
guy fleury iteriteka 141262f266
gnu: Add gtkd.
* gnu/packages/dlang.scm (gtkd): New variable.
2020-04-15 15:15:27 +02:00
Vitaliy Shatrov dfe277a5ce
gnu: Add g-golf
* gnu/packages/guile-xyz.scm (g-golf): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-04-15 13:18:07 +01:00
Marius Bakke 27ed894851
gnu: Remove libvpx@1.7.
* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libvpx-1.7): Remove variable.
2020-04-15 13:50:19 +02:00
Marius Bakke 07fc1c0d44
gnu: IceCat: Build with the latest libvpx.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from LIBVPX-1.7 to LIBVPX.
2020-04-15 13:48:54 +02:00
Marius Bakke ff2bf8a223
gnu: python-jedi: Update to 0.17.0.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.0.
[source](patches): Remove.
* gnu/packages/patches/python-jedi-deleted-variables.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-04-15 13:23:40 +02:00
Mike Rosset 2708ae3d69
gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1.
* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-04-15 09:22:35 +01:00
Guillaume Le Vaillant 01e62a022d
gnu: gqrx: Add volk to inputs.
* gnu/packages/radio.scm (gqrx)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant 29cab668f6
gnu: gnuradio-iqbalance: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-iqbalance)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant b39262021d
gnu: gnuradio-osmosdr: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant 8e1e86b0e2
gnu: gnuradio: Use shared volk instead of bundled one.
* gnu/packages/radio.scm (gnuradio)[source]: Add snippet to delete bundled
  volk.
  [inputs]: Add volk.
  [arguments]: Add "-DENABLE_INTERNAL_VOLK=OFF" to configure-flags.
2020-04-15 10:20:53 +02:00
Jan (janneke) Nieuwenhuizen 01782ad006
gnu: hardware: Add copyright line.
Add missing copyright line for commit
22a98cda38

* gnu/packages/hardware.scm: Add copyright.
2020-04-15 10:04:58 +02:00
Ludovic Courtès 33ff35d570
gnu: guix: Update to 1.1.0. 2020-04-15 09:58:26 +02:00
Vagrant Cascadian be0ecfb178
gnu: u-boot: Update to 2020.04.
* gnu/packages/bootloaders (u-boot): Update to 2020.04.
2020-04-15 00:44:55 -07:00
Mathieu Othacehe 575032c80a
gnu: guile-parted: Update to 0.0.4.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.4.
2020-04-15 08:56:20 +02:00
Maxim Cournoyer a4f1a7e2db
gnu: linphoneqt: Fix reproducibility issue and improve description.
* gnu/packages/linphone.scm (linphoneqt)[phases]: Rename the 'patch phase to
'set-version-string, and use the version variable of the package in the
replacement.
{set-qt-rcc-source-date-override, fix-cmake-error}: Add phases.
[synopsis]: Explicit what the package is.
[description]: Mention more useful keywords and features.
2020-04-15 02:03:26 -04:00
Leo Famulari 004033a9cf
gnu: cgit: Update Git source code to 2.25.3.
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.3.
2020-04-15 01:54:50 -04:00
Leo Famulari 3f717354d4
gnu: Git: Update to 2.26.1 [fixes CVE-2020-5260].
* gnu/packages/version-control.scm (git): Update to 2.26.1.
[native-inputs]: Update git-manpages.
2020-04-15 01:54:49 -04:00
Ludovic Courtès 8aa752ba22
services: shepherd: Increase the PID file timeout to 30s.
When running the installation image off a DVD, early I/O operations are
extremely slow, to the point that something like dbus-daemon would need
~20s to start.  This change works around the issue.

Fixes <https://bugs.gnu.org/40572>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/services/shepherd.scm (shepherd-configuration-file): Set
%pid-file-timeout to 30.
2020-04-15 00:02:23 +02:00
Michael Rohleder 06e48de57e
gnu: emacs-helm-ag: Update to 0.59.
* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.
2020-04-14 22:54:34 +02:00
Marius Bakke 2e3d5fdf05
gnu: cook: Fix test failure.
* gnu/packages/cook.scm (cook)[arguments]: Override LC_ALL for one test.
2020-04-14 22:48:52 +02:00
Marius Bakke 671dba6566
gnu: python-pyrsistent: Update to 0.16.0.
* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.16.0.
2020-04-14 22:48:51 +02:00
Marius Bakke 83031dee87
gnu: python-gssapi: Update to 1.6.5.
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.5.
2020-04-14 22:48:51 +02:00
Marius Bakke c0b6bb23c1
gnu: python-parso: Update to 0.7.0.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.7.0.
2020-04-14 22:48:51 +02:00
Marius Bakke 109bf6a0e7
gnu: dune-localfunctions: Fix build failure.
* gnu/packages/maths.scm (dune-localfunctions)[arguments]: Add phase
'hide-gfortran'.
2020-04-14 22:33:01 +02:00
Marius Bakke f7cbf403ef
gnu: dune-istl: Fix build failure.
* gnu/packages/maths.scm (dune-istl)[arguments]: Add phase 'hide-gfortran'.
2020-04-14 22:33:01 +02:00
Tobias Geerinckx-Rice a4dd5955b3
gnu: mksh: Update to 58.
* gnu/packages/shells.scm (mksh): Update to 58.
2020-04-14 20:23:22 +02:00
Tobias Geerinckx-Rice eaa668ddda
gnu: txr: Update to 235.
* gnu/packages/lisp.scm (txr): Update to 235.
[arguments]: Cosmetic shortening.
2020-04-14 20:23:22 +02:00
Tobias Geerinckx-Rice 92e52d25ad
gnu: txr: Call ./configure manually instead of patching.
* gnu/packages/lisp.scm (txr)[source]: Remove patch.
[arguments]: Add ‘--prefix’ to #:configure-flags.
Use a custom ‘configure’ phase.
* gnu/packages/patches/txr-shell.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-04-14 20:23:21 +02:00
Tobias Geerinckx-Rice c3f88d4f34
gnu: txr: Declare test target.
* gnu/packages/lisp.scm (txr)[arguments]: Use #:test-target instead of
a trivial custom ‘check’ phase.
2020-04-14 20:23:21 +02:00
Tobias Geerinckx-Rice 8aa0d29d3e
gnu: i2pd: Update to 2.31.0.
* gnu/packages/i2p.scm (i2pd): Update to 2.31.0.
2020-04-14 20:23:21 +02:00
Tobias Geerinckx-Rice d9b9989a5b
gnu: strongswan: Update to 5.8.4.
* gnu/packages/networking.scm (strongswan): Update to 5.8.4.
2020-04-14 20:23:21 +02:00
Tobias Geerinckx-Rice d94271f9ca
gnu: python-podcastparser: Update to 0.6.5.
* gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.5.
2020-04-14 17:33:12 +02:00
Tobias Geerinckx-Rice 49f8912bca
gnu: man-pages: Update to 5.06.
* gnu/packages/man.scm (man-pages): Update to 5.06.
2020-04-14 17:33:11 +02:00
Tobias Geerinckx-Rice 0fc1feec2e
gnu: x265: Update to 3.3.
* gnu/packages/video.scm (x265): Update to 3.3.
2020-04-14 17:33:11 +02:00
Ricardo Wurmus 9536367ca0
gnu: r-glue: Update to 1.4.0.
* gnu/packages/cran.scm (r-glue): Update to 1.4.0.
[native-inputs]: Add commment explaining why r-knitr is not an input.
2020-04-14 16:41:01 +02:00
Ricardo Wurmus 3707efe4e1
gnu: r-rcpparmadillo: Update to 0.9.860.2.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.860.2.0.
[native-inputs]: Remove r-knitr, r-rmarkdown, ghc-pandoc, and
ghc-pandoc-citeproc.
2020-04-14 16:41:01 +02:00
Ricardo Wurmus 9a6bc4c214
gnu: r-atacseqqc: Update to 1.10.4.
* gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.10.4.
2020-04-14 16:41:01 +02:00
Ricardo Wurmus f4be4995d6
gnu: r-a4base: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-a4base): Update to 1.34.1.
2020-04-14 16:41:01 +02:00
Ricardo Wurmus 851081bf34
gnu: r-varianttools: Update to 1.28.1.
* gnu/packages/bioconductor.scm (r-varianttools): Update to 1.28.1.
2020-04-14 16:41:01 +02:00
Ricardo Wurmus 64cf2ff90e
gnu: r-genomicinteractions: Update to 1.20.3.
* gnu/packages/bioconductor.scm (r-genomicinteractions): Update to 1.20.3.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 1971d11db9
gnu: r-delayedarray: Update to 0.12.3.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.12.3.
[native-inputs]: Add r-knitr.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 679609e179
gnu: r-s4vectors: Update to 0.24.4.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.4.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 79759bc427
gnu: r-httpcode: Update to 0.3.0.
* gnu/packages/cran.scm (r-httpcode): Update to 0.3.0.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus e9962d8a6b
gnu: r-isoband: Update to 0.2.1.
* gnu/packages/cran.scm (r-isoband): Update to 0.2.1.
[native-inputs]: Add r-knitr.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 5c819cd214
gnu: r-anthropometry: Update to 1.14.
* gnu/packages/cran.scm (r-anthropometry): Update to 1.14.
[native-inputs]: Add r-knitr.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 172fea2c0a
gnu: r-lhs: Update to 1.0.2.
* gnu/packages/cran.scm (r-lhs): Update to 1.0.2.
[native-inputs]: Add r-knitr.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus cee6e12acf
gnu: r-txtplot: Update to 1.0-4.
* gnu/packages/cran.scm (r-txtplot): Update to 1.0-4.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 72db4e234d
gnu: r-parameters: Update to 0.6.1.
* gnu/packages/cran.scm (r-parameters): Update to 0.6.1.
2020-04-14 16:41:00 +02:00
Ricardo Wurmus 2274df5ae7
gnu: r-sf: Update to 0.9-1.
* gnu/packages/cran.scm (r-sf): Update to 0.9-1.
2020-04-14 16:41:00 +02:00