gnu: python-gast: Update home page.
* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of
PyPI page.
gnu: python-docutils: Add 0.19.
* gnu/packages/python-xyz.scm (python-docutils-0.19): New variable.
gnu: QEMU: Unbundle dtc and slirp.
* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete two more
directories.
[arguments]: Add "--enable-slirp" and "--enable-fdt" in #:configure-flags.
[inputs]: Add DTC and LIBSLIRP.
gnu: slirp4netns: Update to 1.2.0.
* gnu/packages/containers.scm (slirp4netns): Update to 1.2.0.
gnu: libslirp: Update to 4.7.0.
* gnu/packages/containers.scm (libslirp): Update to 4.7.0.
[inputs]: Move GLIB ...
[propagated-inputs]: ... here.
gnu: ntp: Adjust for glibc 2.34 and later.
* gnu/packages/ntp.scm (ntp)[source](patches): Add one more origin.
gnu: mercurial: Update to 6.2.2.
* gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
gnu: mercurial: Adjust for grep 3.8.
* gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New
fields.
gnu: Open vSwitch: Update to 3.0.0.
* gnu/packages/networking.scm (openvswitch): Update to 3.0.0.
gnu: Open vSwitch: Remove input labels.
* gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE instead of labels.
gnu: Open vSwitch: Add release-monitoring-url.
* gnu/packages/networking.scm (openvswitch)[properties]: New field.
gnu: Open vSwitch: Adjust tests for grep 3.8.
* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for
'egrep'.
gnu: swaylock: Update to 1.6.
* gnu/packages/wm.scm (swaylock): Update to 1.6.
gnu: emacs-mint-mode: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-mint-mode): Update to 1.0.3.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
gnu: emacs-detached: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-detached): Update to 0.8.1.
[arguments]<#:phases>: Remove references to the detached-env script, which
does not exist anymore.
gnu: emacs-ansi: Update to 0.4.1-2.2367fba.
* gnu/packages/emacs-xyz.scm (emacs-ansi): Update to 0.4.1-2.2367fba.
[propagated-inputs]: Remove EMACS-DASH and EMACS-S.
gnu: Add emacs-mentor.
* gnu/packages/emacs-xyz.scm (emacs-mentor): New variable.
gnu: piper: Update to 0.7.
* gnu/packages/gnome.scm (piper): Update to 0.7.
[native-inputs]: Add appstream.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
gnu: piper: Fix runtime.
The wrapper script does not add piper's own Python files to
GUIX_PYTHONPATH. Copy the approach from gtg to solve this.
Traceback (most recent call last):
File "/gnu/store/9fq062kva6ffidilg0qn8liqn6a8yf1w-piper-0.6/bin/.piper-real", line 36, in <module>
from piper.application import Application
ModuleNotFoundError: No module named 'piper'
* gnu/packages/gnome.scm (piper): Fix runtime.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>