| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | gnu: perl-tk: Update to 804.036.•••* gnu/packages/tcl.scm (perl-tk): Update to 804.036.
| Marius Bakke | 2021-10-13 | 1 | -2/+2 |
| * | gnu: QEMU: Remove obsolete patch.•••* gnu/packages/virtualization.scm (qemu)[source](patches): Remove Sphinx
compatibility patch, which worked around a bug in Sphinx that has since been
fixed.
* gnu/packages/patches/qemu-sphinx-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2021-10-12 | 2 | -19/+0 |
| * | gnu: QEMU: Update to 6.1.0.•••* gnu/packages/virtualization.scm (qemu): Update to 6.1.0.
[source](patches): Remove obsolete patch.
[arguments]: Adjust substitutions for upstream changes.
[native-inputs]: Add PYTHON-SPHINX-RTD-THEME.
* gnu/packages/patches/qemu-meson-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2021-10-12 | 2 | -35/+6 |
| * | gnu: ganeti: Adjust code style.•••* gnu/packages/virtualization.scm (ganeti)[arguments]: Remove trailing #t's.
Add syntactic sugar using primitives from SRFI-1, SRFI-26, and (ice-9 match).
| Marius Bakke | 2021-10-12 | 1 | -33/+22 |
| * | gnu: guix-build-coordinator: Update to 0-35.a4d0ec6.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-35.a4d0ec6.
| Christopher Baines | 2021-10-12 | 1 | -3/+3 |
| * | gnu: dbxfs: Update home-page.•••* gnu/packages/file-systems.scm (dbxfs)[home-page]: Update to new
upstream homepage.
| Efraim Flashner | 2021-10-12 | 1 | -1/+1 |
* | | gnu: ganeti: Fix build failure.•••This fixes a regression from 1ed567c8721ec2810fdb70f1c6fc8396a705d503.
* gnu/packages/virtualization.scm (ganeti)[arguments]: Set PYTHONPATH before
generating bash completions, and adjust invocation to run the script directly.
| Marius Bakke | 2021-10-13 | 1 | -1/+3 |
* | | gnu: cagebreak: Update to 1.8.0.•••* gnu/packages/wm.scm (cagebreak): Update to 1.8.0.
[inputs]: Add LIBEVDEV.
| Marius Bakke | 2021-10-13 | 1 | -3/+4 |
* | | gnu: dwl: Update to 0.2.1.•••* gnu/packages/wm.scm (dwl): Update to 0.2.1.
| Marius Bakke | 2021-10-13 | 1 | -2/+2 |
* | | gnu: hikari: Update to 2.3.2.•••* gnu/packages/wm.scm (hikari): Update to 2.3.2.
| Marius Bakke | 2021-10-13 | 1 | -2/+2 |
* | | gnu: sway: Update to 1.6.1.•••* gnu/packages/wm.scm (sway): Update to 1.6.1.
| Marius Bakke | 2021-10-13 | 1 | -2/+2 |
* | | gnu: wlroots: Update to 0.14.1.•••* gnu/packages/wm.scm (wlroots): Update to 0.14.1.
[inputs]: Add SEATD.
| Marius Bakke | 2021-10-13 | 1 | -2/+3 |
* | | gnu: wayland-protocols: Update to 1.23.•••* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.23.
[build-system]: Switch to MESON-BUILD-SYSTEM.
| Marius Bakke | 2021-10-13 | 1 | -3/+3 |
* | | gnu: python-zope-testrunner: Fix bytecode compilation.•••* gnu/packages/python-web.scm (python-zope-testrunner)[arguments]: Delete one
test.
| Marius Bakke | 2021-10-13 | 1 | -1/+9 |
* | | gnu: python-zope: Remove sanity check from bootstrap packages.•••* gnu/packages/python-web.scm (python-zope-bootstrap-package): New procedure.
(python-zope-exceptions-bootstrap, python-zope-testrunner-bootstrap,
python-zope-configuration-bootstrap, python-zope-proxy-bootstrap,
python-zope-location-bootstrap, python-zope-security-bootstrap,
python-zope-component-bootstrap): Use it.
| Marius Bakke | 2021-10-13 | 1 | -30/+23 |
* | | gnu: python-zope-component: Respect '--without-tests'.•••* gnu/packages/python-web.scm (python-zope-component)[arguments]: Honor TESTS?
in the check phase.
| Marius Bakke | 2021-10-13 | 1 | -3/+4 |
* | | gnu: python-zope-exceptions: Respect '--without-tests'.•••* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Honor
TESTS? argument in check phase.
| Marius Bakke | 2021-10-13 | 1 | -2/+4 |
* | | gnu: Remove references to meson-0.55.•••This is a follow-up to 1eca979fb8da842e73c42f4f53be29b169810f2.
* gnu/packages/datastructures.scm, gnu/packages/fontutils.scm,
gnu/packages/terminals.scm: Don't import (gnu packages build-tools).
* gnu/packages/wm.scm: Remove comment.
* gnu/packages/emulators.scm (dosbox-staging)[arguments]: Remove meson
field.
* gnu/packages/package-management.scm (conan)[native-inputs]: Use meson.
| Efraim Flashner | 2021-10-12 | 6 | -6/+3 |
* | | gnu: imv: Build with librsvg.•••This is a follow-up to 1eca979fb8da842e73c42f4f53be29b169810f2.
* gnu/packages/image-viewers.scm (imv)[inputs]: Adjust package input
from librsvg-next to librsvg.
| Efraim Flashner | 2021-10-12 | 1 | -1/+1 |
* | | gnu: go-1.17: Don't build with gccgo.•••* gnu/packages/golang.scm (go-1.17)[native-inputs]: When building on
architectures not supported by go-1.4 use go-1.16 in place of gccgo.
| Efraim Flashner | 2021-10-12 | 1 | -1/+7 |
* | | Merge remote-tracking branch 'origin/master' into core-updates-frozen. | Mathieu Othacehe | 2021-10-12 | 213 | -47853/+17832 |
|\| |
|
| * | gnu: Add python-geopandas.•••* gnu/packages/geo.scm (python-geopandas): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -0/+41 |
| * | gnu: Add python-fiona.•••* gnu/packages/geo.scm (python-fiona): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -0/+57 |
| * | gnu: Add python-cligj.•••* gnu/packages/python-xyz.scm (python-cligj): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -0/+24 |
| * | gnu: Add python-pyproj.•••* gnu/packages/geo.scm (python-pyproj): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -0/+41 |
| * | gnu: proj: Update to 7.2.1.•••* gnu/packages/geo.scm (proj): Update to 7.2.1.
[build-system]: Change to cmake-build-system.
[arguments]: Add configure flag to find googletest.
[inputs]: Add curl, libjpeg-turbo and libtiff.
[native-inputs]: Add googletest.
[description]: Consistently call the package Proj, instead of Proj,
PROJ or proj. Use @acronym to define CRS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -11/+17 |
| * | gnu: clipper: Disable non-deterministic test.•••This test fails/succeeds non-deterministically.
* gnu/packages/bioinformatics.scm (clipper)[arguments]: Disable
non-deterministic test test_get_FDR_cutoff_mean.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -1/+8 |
| * | gnu: synapse: Update to 1.44.0.•••* gnu/packages/matrix.scm (synapse): Update to 1.44.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -2/+3 |
| * | gnu: python-eliot: Update to 1.13.0.•••* gnu/packages/python-xyz.scm (python-eliot): Update to 1.13.0.
[arguments] Disable failing tests test_omitLoggerFromActionType and
test_logCallsDefaultLoggerWrite.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -2/+13 |
| * | gnu: python-distributed: Update to 2021.09.1.•••* gnu/packages/python-science.scm (python-distributed): Update to
2021.09.1.
[arguments]: Disable failing test test_text.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -4/+6 |
| * | gnu: python-dask: Update to 2021.9.1.•••* gnu/packages/python-xyz.scm (python-dask): Update to 2021.9.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -2/+2 |
| * | gnu: python-pandas: Update to 1.3.3.•••* gnu/packages/python-science.scm (python-pandas): Update to 1.3.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Felix Gruber | 2021-10-12 | 1 | -2/+3 |
| * | gnu: komikku: Update to 0.35.0.•••* gnu/packages/gnome.scm (komikku): Update to 0.35.0.
| Liliana Marie Prikler | 2021-10-12 | 1 | -2/+2 |
| * | gnu: kdenlive: Update to 21.08.2.•••* gnu/packages/kde.scm (kdenlive): Update to 21.08.2.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-10-12 | 1 | -3/+6 |
| * | gnu: srain: Update to 1.3.0.•••* gnu/packages/irc.scm (srain): Update to 1.3.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-10-12 | 1 | -2/+2 |
| * | gnu: shotcut: Update to 21.09.20.•••* gnu/packages/video.scm (shotcut): Update to 21.09.20.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-10-12 | 1 | -2/+2 |
| * | gnu: markets: Update to 0.5.3.•••* gnu/packages/gnome-xyz.scm (markets): Update to 0.5.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego | 2021-10-12 | 1 | -2/+2 |
| * | gnu: krita: Update to 4.4.8.•••* gnu/packages/kde.scm (krita): Update to 4.4.8.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Z572 | 2021-10-12 | 1 | -3/+3 |
| * | gnu: tectonic: Update to 0.8.0.•••* gnu/packages/rust-apps.scm (tectonic): Update to 0.8.0.
| Nicolas Goaziou | 2021-10-12 | 1 | -5/+5 |
| * | gnu: Add rust-tectonic-bridge-core-0.3.•••* gnu/packages/crates-io.scm (rust-tectonic-bridge-core-0.3): New variable.
(rust-tectonic-bridge-core-0.2): Remove variable.
(rust-tectonic-bridge-core-0.1): Inherit from rust-tectonic-bridge-core-0.3.
| Nicolas Goaziou | 2021-10-12 | 1 | -7/+6 |
| * | gnu: Add rust-tectonic-bundles-0.2.•••* gnu/packages/crates-io.scm (rust-tectonic-bundles-0.2): New variable.
(rust-tectonic-bundles-0.1): Remove variable.
| Nicolas Goaziou | 2021-10-12 | 1 | -5/+5 |
| * | gnu: Add rust-tectonic-geturl-0.3.•••* gnu/packages/crates-io.scm (rust-tectonic-geturl-0.3): New variable.
(rust-tectonic-geturl-0.2): Remove variable.
| Nicolas Goaziou | 2021-10-12 | 1 | -4/+4 |
| * | gnu: img2pdf: Update to 0.4.2.•••* gnu/packages/pdf.scm (img2pdf): Update to 0.4.2.
| Nicolas Goaziou | 2021-10-12 | 1 | -2/+2 |
| * | gnu: emacs-project: Update to 0.8.1.•••* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.1.
| Nicolas Goaziou | 2021-10-12 | 1 | -2/+2 |
| * | gnu: emacs-direnv: Update to 2.2.0.•••* gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 2.2.0.
| Nicolas Goaziou | 2021-10-12 | 1 | -2/+2 |
| * | gnu: emacs-corfu: Update to 0.13.•••* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.13.
| Nicolas Goaziou | 2021-10-12 | 1 | -2/+2 |
| * | gnu: Add julia-structarrays.•••* gnu/packages/julia-xyz.scm (julia-structarrays): New variable.
| Efraim Flashner | 2021-10-12 | 1 | -0/+34 |
| * | gnu: Add julia-configurations.•••* gnu/packages/julia-xyz.scm (julia-configurations): New variable.
| Efraim Flashner | 2021-10-12 | 1 | -0/+43 |
| * | gnu: Add julia-expronicon.•••* gnu/packages/julia-xyz.scm (julia-expronicon): New variable.
| Efraim Flashner | 2021-10-12 | 1 | -0/+34 |
| * | gnu: Add julia-bson.•••* gnu/packages/julia-xyz.scm (julia-bson): New variable.
| Efraim Flashner | 2021-10-12 | 1 | -0/+23 |