~ruther/guix-local

e1ea6287 — Tomasz Jeneralczyk 3 years ago
gnu: Add python-xvfbwrapper.

* gnu/packages/python-check.scm (python-xvfbwrapper): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
05246c69 — Tomasz Jeneralczyk 3 years ago
gnu: Add swftools.

* gnu/packages/animation.scm (swftools): Add variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
1cf6cb95 — Paul A. Patience 3 years ago
gnu: Add mmg.

* gnu/packages/graphics.scm (mmg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b0843980 — Ludovic Courtès 3 years ago
reconfigure: Use 'current-channels' to obtain provenance data.

Previously, build-time metadata from (guix config) would be ignored when
available--e.g., when running /run/current-system/profile/bin/guix.

This is a followup to 316fc2acbb112bfa572ae30f95a93bcd56621234.

* guix/scripts/system/reconfigure.scm (check-forward-update): Use
'current-channels' rather than 'current-profile' + 'profile-channels'.
9096bc28 — Ludovic Courtès 3 years ago
services: provenance: Use 'current-channels' to obtain provenance data.

Previously, build-time metadata from (guix config) would be ignored when
available--e.g., when running /run/current-system/profile/bin/guix.

This is a followup to 316fc2acbb112bfa572ae30f95a93bcd56621234.

* gnu/services.scm (provenance-entry): Use 'current-channels' instead of
'current-profile' + 'profile-channels'.
eb52b240 — Marius Bakke 3 years ago
gnu: Add missing copyright line.

This is a follow-up to commit 3e0abde17be944153be57ab5faeefc645266d39d.

* gnu/tests/virtualization.scm: Add copyright header for myself.
3e0abde1 — Marius Bakke 3 years ago
tests: libvirt: Ensure the default network can be started.

* gnu/tests/virtualization.scm (run-libvirt-test): Run commands to create and
start the default network.
acbf2f9d — Lars-Dominik Braun 3 years ago
gnu: libvirt: Use absolute dnsmasq.

Fixes <https://bugs.gnu.org/57272>.
Reported by Lars-Dominik Braun <lars@6xq.net>.

* gnu/packages/virtualization.scm (libvirt)[arguments]: Substitute the
absolute dnsmasq file name.  Disable one test.

Co-authored-by: Marius Bakke <marius@gnu.org>
9529384c — Konrad Hinsen 3 years ago
gnu: snakemake-7: Convert dependencies to propagated-inputs

* gnu/packages/python-xyz.scm (snakemake-7)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).

Signed-off-by: Marius Bakke <marius@gnu.org>
6a31fb6e — Konrad Hinsen 3 years ago
gnu: snakemake-6: Convert dependencies to propagated-inputs

* gnu/packages/python-xyz.scm (snakemake-6)[inputs]: Change to ...
[propagated-inputs]: ... this, to ensure that "python -m snakemake"
works (because snakemake uses it internally).

Signed-off-by: Marius Bakke <marius@gnu.org>
58311551 — Konrad Hinsen 3 years ago
gnu: snakemake-7: Fix cluster execution bug

* gnu/packages/python-xyz.scm (snakemake-7)[arguments]: Revise the patch for
the cluster execution script

Signed-off-by: Marius Bakke <marius@gnu.org>
52aa21cc — Maxime Devos 3 years ago
gnu: gnupg: Use mirror URL.

In commit 38747a27f36dbaadadb1399ec085d88e48c97555, the package switched from
a mirror:// URL to a ftp:// URL, but there doesn't appear to have been any
particular reason for that.

* gnu/packages/gnupg.scm (gnupg)[source]{uri}: Use a mirror:// again.

Signed-off-by: Marius Bakke <marius@gnu.org>
309935a0 — Michael Rohleder 3 years ago
gnu: uncrustify: Update to 0.75.1.

* gnu/packages/code.scm (uncrustify): Update to 0.75.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
ed9558b1 — Michael Rohleder 3 years ago
gnu: rr: Update to 5.6.0.

* gnu/packages/debug.scm (rr): Update to 5.6.0.
[arguments]<#:configure-flags>: Add -rpath to zlib to satisfy
validate-runpath.
[inputs]: Add zlib.

Signed-off-by: Marius Bakke <marius@gnu.org>
72cfcf17 — Luis Felipe 4 years ago
gnu: Add python-django-cleanup.

* gnu/packages/django.scm (python-django-cleanup): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
6e83d294 — Clément Lassieur 3 years ago
gnu: emacs-clang-format: Remove inherited propagated inputs.

* gnu/packages/llvm.scm (emacs-clang-format)[propagated-inputs]: Remove them.
be01b13f — Marius Bakke 3 years ago
gnu: zathura-pdf-mupdf: Remove input labels.

* gnu/packages/pdf.scm (zathura-pdf-mupdf)[inputs]: Remove labels.
7c9cf349 — Marius Bakke 3 years ago
gnu: zathura-pdf-mupdf: Update to 0.3.9.

* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.9.
[inputs]: Add GUMBO-PARSER and TESSERACT-OCR.
[arguments]: Remove obsolete configure flag.  Adjust mupdf substitutions.
f26b9d5c — Pierre-Henry Fröhring 3 years ago
gnu: mupdf: Update to 1.20.3.

* Copy/paste is fixed.

The build now uses the patched version of freeglut that is included in the
thirdparty directory so that copy/paste works.

* gnu/packages/pdf.scm (mupdf)[source](snippet): Preserve freeglut.
[inputs]: Add LIBXRANDR and LIBXI.
[arguments]: Explicitly add configure flags for system libraries.

Signed-off-by: Marius Bakke <marius@gnu.org>
608f9efc — Marius Bakke 3 years ago
gnu: tesseract-ocr: Propagate leptonica.

* gnu/packages/ocr.scm (tesseract-ocr)[inputs]: Move LEPTONICA ...
[propagated-inputs]: ... here.
Next