Commit graph

50000 commits

Author SHA1 Message Date
Arun Isaac f648d681be
gnu: kicad: Update to 5.1.4.
* gnu/packages/engineering.scm (kicad): Update to 5.1.4.
[arguments]: Remove unrecognized flags and flags that are redundant because
they specify default values. Use python 3 and the "Phoenix" version of
wxPython. Enable the GitHub plugin for pcbnew. Remove adjust-boost-include
phase.
[inputs]: Replace python-2 with python, wxwidgets-gtk2 with wxwidgets and
python2-wxpython with python-wxpython.
2019-11-05 19:51:20 +05:30
Arun Isaac 2c0552cf95
gnu: Add python-wxpython.
* gnu/packages/wxwidgets.scm (python-wxpython): New variable.
2019-11-05 19:51:06 +05:30
Miguel Ángel Arruga Vivas 2dfb9ba406
services: libvirtd: Provide ip binary at runtime.
* gnu/services/virtualization.scm (libvirt-shepherd-service): Add sbin to
the PATH variable, as ip binary is installed there.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:15 +01:00
Miguel Ángel Arruga Vivas 845bf4f477
gnu: virt-manager: Update to 2.2.1.
* gnu/packages/virtualization.scm (virt-manager): Update to version
2.2.1.  Point to the correct file in fix-setup and fix-default-uri
phases.  Add fix-qemu-img-reference phase.  Add gtksourceview as an
input.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:14 +01:00
Miguel Ángel Arruga Vivas 0e00c1c417
gnu: python-libvirt: Update to 5.8.0.
* gnu/packages/virtualization.scm (python-libvirt): Update version to
5.8.0, update hash and remove obsolete comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:14 +01:00
Miguel Ángel Arruga Vivas aa1f0896fb
gnu: libvirt: Update to 5.8.0.
* gnu/local.mk (dist_patch_DATA): Add new patch file.
* gnu/packages/patches/libvirt-create-machine-cgroup.patch: New patch,
submitted to upstream for upstream bug 1760233.
* gnu/packages/virtualization.scm (libvirt): Update version to 5.8.0.
Include patch.  Avoid execution of failing tests qemuxml2argvtest and
qemuhotplugtest.  Replace python by python-wrapper to avoid warnings on
patch-shebangs phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-05 15:13:14 +01:00
Ludovic Courtès cd2c3dc2d6
gnu: guix: Update to 41b4b71.
* gnu/packages/package-management.scm (guix): Update to 41b4b71.
2019-11-05 15:13:14 +01:00
Tanguy Le Carrour 82680f8016
gnu: khard: Update to 0.15.1.
* gnu/packages/mail.scm (khard): Update to 0.15.1.
[native-inputs]: Add python-setuptools-scm.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-05 14:57:10 +01:00
Efraim Flashner 548efa8bdf
services: patchwork: Fix typo.
* gnu/services.web.scm (define-gexp-compiler): Use 'enable-rest-api?'
where appropriate in place of 'enable-xmlrpc?'
2019-11-05 14:51:57 +02:00
Jonathan Brielmaier 8f5ac03e21
gnu: Add missing patch to locale.mk.
The patch was introduced in commit 2be878d8e5.

* gnu/local.mk (dist_patch_DATA): Add
"python-pep8-stdlib-tokenize-compat.patch".

Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
2019-11-05 13:13:02 +01:00
Pierre Neidhardt 14eac09841
gnu: emacs-engine-mode: Update to 2.1.1.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.1.1.
2019-11-05 10:45:09 +01:00
Wiktor Żelazny 41b4b713f4
gnu: Add libspatialindex.
* gnu/packages/geo.scm (libspatialindex): new variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-04 23:35:32 +01:00
Kyle Andrews a8e2826e30
doc: Clarify uses of the 'ip' command.
* doc/guix.texi (Keyboard Layout and Networking and Partitioning):
Use human readable arguments for 'ip' command.  Mention 'ip link set'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-04 23:35:32 +01:00
Boris A. Dekshteyn baf1d4e8ae
gnu: xfd: Add dependency on libxkbfile.
* gnu/packages/xorg.scm (xfd)[inputs]: Add LIBXKBFILE.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-11-04 23:35:32 +01:00
Ludovic Courtès 625bdf09d3
file-systems: Mount /var/run/nscd read-write in containers.
Fixes <https://bugs.gnu.org/37967>.
Reported by Ivan Vilata i Balaguer <ivan@selidor.net>.

* gnu/system/file-systems.scm (%network-file-mappings): Set 'writable?'
to #true for /var/run/nscd.
2019-11-04 23:35:32 +01:00
Ludovic Courtès af73beeba1
daemon: Unregister build hook from the worker's children upon build failure.
Fixes <https://bugs.gnu.org/38062>.
This is a followup to ada9a19a2d.

* nix/libstore/build.cc (DerivationGoal::killChild): Add conditional
call to 'worker.childTerminated' for 'hook->pid'.
2019-11-04 23:35:32 +01:00
Ludovic Courtès 32793c09ff
gnu: commencement: Memoize uses of 'cross-gcc-wrapper'.
This improves caching down the road.

* gnu/packages/commencement.scm (gcc-boot0-intermediate-wrapped)
(gcc-boot0-wrapped): Use 'mlambda' instead of 'lambda'.
2019-11-04 23:35:32 +01:00
Ludovic Courtès 7e1a74da93
gnu: bootstrap: Memoize 'bootstrap-origin'.
* gnu/packages/bootstrap.scm (bootstrap-origin): Memoize with
'mlambdaq'.  This improves memoization of origins in (gnu packages
commencement).
2019-11-04 23:35:31 +01:00
Tobias Geerinckx-Rice bf7b08c4fe
gnu: obs: Update to 24.0.3.
* gnu/packages/video.scm (obs): Update to 24.0.3.
2019-11-04 17:43:22 +01:00
Tobias Geerinckx-Rice 3367df31a5
gnu: python-soupsieve: Update to 1.9.5.
* gnu/packages/python-xyz.scm (python-soupsieve): Update to 1.9.5.
2019-11-04 17:43:22 +01:00
Tobias Geerinckx-Rice 1d34b527f9
gnu: vapoursynth: Update to 48.
* gnu/packages/video.scm (vapoursynth): Update to 48.
2019-11-04 16:25:17 +01:00
Tobias Geerinckx-Rice 4120e6e081
gnu: zimg: Update to 2.9.2.
* gnu/packages/image.scm (zimg): Update to 2.9.2.
2019-11-04 16:25:17 +01:00
Tobias Geerinckx-Rice 5a8b8369b0
gnu: xfce4-time-out-plugin: Update to 1.1.0.
* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.0.
[inputs]: Substitute default Gtk+ 3 for version 2.
2019-11-04 16:25:17 +01:00
Pierre Neidhardt af3ec370b2
gnu: emacs-eshell-prompt-extras: Update to 1.0.
* gnu/packages/emacs-xyz.scm (emacs-eshell-prompt-extras): Update to 1.0.
2019-11-04 14:08:43 +01:00
Tobias Geerinckx-Rice 1fae1f6b77
gnu: git: Update to 2.24.0.
* gnu/packages/version-control.scm (git): Update to 2.24.0.
2019-11-04 13:53:17 +01:00
Tobias Geerinckx-Rice 36ccf59e2d
gnu: ruby-nokogiri: Update to 1.10.5.
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.10.5.
2019-11-04 13:53:17 +01:00
Tobias Geerinckx-Rice 061da0f686
gnu: dovecot: Update to 2.3.8.
* gnu/packages/mail.scm (dovecot): Update to 2.3.8.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice 3e1f120b98
gnu: perl6-json-fast: Update to 0.10.
* gnu/packages/perl6.scm (perl6-json-fast): Update to 0.10.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice a8ea0c5e13
gnu: r-ore: Update to 1.6.3.
* gnu/packages/cran.scm (r-ore): Update to 1.6.3.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice 2ac4eb7861
gnu: r-ks: Update to 1.11.6.
* gnu/packages/cran.scm (r-ks): Update to 1.11.6.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice 53ab26f73e
gnu: perl-io-compress: Update to 2.089.
* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.089.
2019-11-04 13:53:16 +01:00
Tobias Geerinckx-Rice 0374a94359
gnu: perl-compress-raw-zlib: Update to 2.089.
* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.089.
2019-11-04 13:53:15 +01:00
Tobias Geerinckx-Rice 40214b0ac6
gnu: perl-compress-raw-bzip2: Update to 2.089.
* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.089.
2019-11-04 13:53:15 +01:00
Pierre Neidhardt 865e66daf3
gnu: Add emacs-windower.
* gnu/packages/emacs-xyz.scm (emacs-windower): New variable.
2019-11-04 12:37:55 +01:00
Pierre Neidhardt ef189ab3b8
gnu: emacs-unfill: Use `version' instead of hard-coding git-reference.
* gnu/packages/emacs-xyz.scm (emacs-unfill)[source]: Use `version' in `commit'
  field.
2019-11-04 12:34:16 +01:00
Tanguy Le Carrour d258d9c7d2
gnu: scrot: Update to 1.2.
* gnu/packages/xdisorg.scm (scrot): Update to 1.2, [native-inputs]: Add
autoconf-archive, [inputs]: Add libxcursor and libxfixes.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-04 10:16:11 +01:00
Leo Prikler f02249b6bf
gnu: Add emacs-leaf
* gnu/packages/emacs-xyz: (emacs-leaf): New variable.

Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2019-11-04 10:05:13 +01:00
Kei Kebreau e5c447907c
gnu: lmms: Update to 1.2.1.
* gnu/packages/music.scm (lmms): Update to 1.2.1.
[arguments]: Enable Qt 5 support and disbale VST support in configure-flags.
Add 'unpack-rpmalloc' phase and remove 'remove-Werror' phase.
[native-inputs]: Add qttools and rpmalloc.
[inputs]: Replace qt-4 and fluidsynth-1 with qtbase and fluidsynth,
respectively; add qtx11extras.
2019-11-03 20:22:28 -05:00
Tobias Geerinckx-Rice 7dadce383f
gnu: xtl: Update to 0.6.8.
* gnu/packages/cpp.scm (xtl): Update to 0.6.8.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice b440df0af3
gnu: xfburn: Update to 0.6.1.
* gnu/packages/xfce.scm (xfburn): Update to 0.6.1.
[inputs]: Substitute default Gtk+ version 3 for 2.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice f4c830641e
gnu: xfburn: Don't use NAME in source URI.
* gnu/packages/xfce.scm (xfburn)[source]: Hard-code NAME.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice a6bc056e94
gnu: xfce4-screenshooter: Update to 1.9.7.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.7.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice 105b5e1630
gnu: android-udev-rules: Use GIT-FILE-NAME.
* gnu/packages/android.scm (android-udev-rules)[source]: Use GIT-FILE-NAME.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice b7db2c6602
gnu: android-udev-rules: Update to 20191103.
* gnu/packages/android.scm (android-udev-rules): Update to 20191103.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice 417b07ab34
gnu: yaml-cpp: Don't use unstable tarball.
* gnu/packages/serialization.scm (yaml-cpp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-11-03 20:09:29 +01:00
Tobias Geerinckx-Rice 2acbc174b0
gnu: yaml-cpp: Update to 0.6.3.
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.3.
[arguments]: Update #:configure-flags.
Remove obsolete ‘dont-install-gtest-libraries’ phase.
2019-11-03 20:09:28 +01:00
Marius Bakke 22c313eff8
gnu: Deprecate ungoogled-chromium.
This package has known security flaws that are being exploited in the wild.
See <https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00576.html> for
why it has not been updated.

* gnu/packages/chromium.scm (ungoogled-chromium)[properties]: Set #:hidden? #t.
(ungoogled-chromium-is-deprecated, ungoogled-chromium-wayland-is-deprecated):
New public variables.
2019-11-03 19:40:33 +01:00
Roel Janssen 95c633e0d8
databases: Fix build of virtuoso-ose.
Virtuoso cannot be built with versions of OpenSSL >1.1.0.

* gnu/packages/databases.scm (virtuoso-ose)[inputs]: Change OPENSSL to OPENSSL-1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-03 19:33:47 +01:00
FPS 6833c7a1b3
gnu: lilv: Enable python bindings.
* gnu/packages/audio.scm (lilv)[arguments]: Add #:configure-flags.  Add phase
to embed full path to liblilv-0.so.
[native-inputs]: Add PYTHON.
[home-page]: Follow redirect.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-11-03 19:33:47 +01:00
Tobias Geerinckx-Rice 4e6568cedd
gnu: xtensor: Update to 0.20.10.
* gnu/packages/algebra.scm (xtensor): Update to 0.20.10.
2019-11-03 18:27:22 +01:00