~ruther/guix-local

8f2bc17f — Marius Bakke 3 years ago
gnu: python-gast: Update home page.

* gnu/packages/python-xyz.scm (python-gast)[home-page]: Use actual instead of
PyPI page.
5cce7a68 — Marius Bakke 3 years ago
gnu: python-docutils: Add 0.19.

* gnu/packages/python-xyz.scm (python-docutils-0.19): New variable.
6ef782ee — Marius Bakke 3 years ago
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.
2487a75d — Marius Bakke 3 years ago
gnu: slirp4netns: Update to 1.2.0.

* gnu/packages/containers.scm (slirp4netns): Update to 1.2.0.
b7c10a19 — Marius Bakke 3 years ago
gnu: libslirp: Update to 4.7.0.

* gnu/packages/containers.scm (libslirp): Update to 4.7.0.
[inputs]: Move GLIB ...
[propagated-inputs]: ... here.
150dda28 — Marius Bakke 3 years ago
gnu: ntp: Adjust for glibc 2.34 and later.

* gnu/packages/ntp.scm (ntp)[source](patches): Add one more origin.
e916bc67 — Marius Bakke 3 years ago
gnu: mercurial: Update to 6.2.2.

* gnu/packages/version-control.scm (mercurial): Update to 6.2.2.
003fdf0a — Marius Bakke 3 years ago
gnu: mercurial: Adjust for grep 3.8.

* gnu/packages/version-control.scm (mercurial)[source](modules, snippet): New
fields.
b11c1d77 — Marius Bakke 3 years ago
gnu: Open vSwitch: Update to 3.0.0.

* gnu/packages/networking.scm (openvswitch): Update to 3.0.0.
8f78e9b0 — Marius Bakke 3 years ago
gnu: Open vSwitch: Remove input labels.

* gnu/packages/networking.scm (openvswitch)[native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE instead of labels.
d3a772d4 — Marius Bakke 3 years ago
gnu: Open vSwitch: Add release-monitoring-url.

* gnu/packages/networking.scm (openvswitch)[properties]: New field.
93376d5d — Marius Bakke 3 years ago
gnu: Open vSwitch: Adjust tests for grep 3.8.

* gnu/packages/networking.scm (openvswitch)[arguments]: Add substitution for
'egrep'.
2500709e — Marius Bakke 3 years ago
gnu: swaylock: Update to 1.6.

* gnu/packages/wm.scm (swaylock): Update to 1.6.
9f780ff4 — jgart 3 years ago
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>
a8bb3bb1 — Nicolas Goaziou 3 years ago
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.
d0cb9b9f — Nicolas Goaziou 3 years ago
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.
bdf1c046 — Nicolas Goaziou 3 years ago
gnu: Add emacs-mentor.

* gnu/packages/emacs-xyz.scm (emacs-mentor): New variable.
ed0061aa — Tobias Kortkamp 3 years ago
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>
0b876d0a — Tobias Kortkamp 3 years ago
gnu: piper: Unbreak tests.

Make flake8 config available inside the build directory.

https://github.com/libratbag/piper/pull/781

* gnu/packages/gnome.scm (piper): Unbreak tests.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
283afa44 — Tobias Kortkamp 3 years ago
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>
Next