summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-20build: syscalls: Add a SET-CHILD-SUBREAPER! procedure.Maxim Cournoyer
* guix/build/syscalls.scm (PR_SET_CHILD_SUBREAPER): New variable. (set-child-subreaper!): New procedure.
2021-11-20gnu: python-numba: Update to 0.54.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba): Update to 0.54.1. [propagated-inputs]: Replace python-numpy with python-numpy-1.20. [arguments]: Add phase 'disable-failing-tests.
2021-11-20gnu: python-numba: Run tests conditionally.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument.
2021-11-20gnu: python-numba: Remove trailing #T.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase.
2021-11-20gnu: Add python-numpy-1.20.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable.
2021-11-20gnu: repo2docker: Use GUIX_PYTHONPATH.Ricardo Wurmus
* gnu/packages/jupyter.scm (repo2docker)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-20gnu: python-llvmlite: Update to 0.37.0.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.37.0. [inputs]: Update patched LLVM.
2021-11-20gnu: python-llvmlite: Remove trailing #T.Ricardo Wurmus
* gnu/packages/llvm.scm (python-llvmlite)[arguments]: Remove trailing #T from build phases.
2021-11-20gnu: python-pytorch: Warn of missing test inputs.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch): Add comment.
2021-11-20gnu: python-pytorch: Add missing input.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch)[propagated-inputs]: Add python-click.
2021-11-20gnu: python-pytorch: Use ADD-INSTALLED-PYTHONPATH.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Do not set PYTHONPATH; use add-installed-pythonpath instead.
2021-11-20gnu: opendht: Use GUIX_PYTHONPATH.Ricardo Wurmus
* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper.
2021-11-19gnu: elogind: Revert changes to polkit build time detection.Josselin Poiret
* gnu/packages/patches/elogind-revert-polkit-detection.patch: New file. * gnu/packages/freedesktop.scm (elogind): Use it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Timothy Sample <samplet@ngyro.com>
2021-11-19gnu: python-jupyter-console: Update to 6.4.0.Ludovic Courtès
* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0. [native-inputs]: Add PYTHON-PYTEST.
2021-11-19gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism.Ludovic Courtès
Previously 'test_delete' and a couple of related tests in 'test_content_api.py' would fail: https://lists.gnu.org/archive/html/guix-devel/2021-11/msg00083.html Reported by Ricardo Wurmus. * gnu/packages/python-xyz.scm (python-notebook)[arguments]: Add 'use-our-home-for-tests' phase. In 'check' phase, remove call to 'setenv' and unnecessary use of 'with-directory-excursion'.
2021-11-19gnu: wlroots: Remove unneeded elogind dependency.Josselin Poiret
* gnu/packages/wm.scm (wlroots): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19gnu: seatd: Make elogind a propagated input.Josselin Poiret
* gnu/packages/freedesktop.scm (seatd): Do it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19gnu: geary: Upgrade to 40.0Vivien Kraus
* gnu/packages/gnome.scm (geary): Upgrade to 40.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19gnu: gmime: Install the vapi file.Vivien Kraus
* gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file. [native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-19gnu: onionshare: Remove trailing #T.Ricardo Wurmus
* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build phases.
2021-11-19gnu: onionshare: Run tests conditionally.Ricardo Wurmus
* gnu/packages/tor.scm (onionshare)[arguments]: Respect TESTS?.
2021-11-19gnu: onionshare: Do not set PYTHONPATH directly.Ricardo Wurmus
* gnu/packages/tor.scm (onionshare)[arguments]: Use ADD-INSTALLED-PYTHONPATH in 'check phase.
2021-11-19gnu: onionshare-cli: Update to 2.4.Ricardo Wurmus
* gnu/packages/tor.scm (onionshare-cli): Update to 2.4. [inputs]: Add python-pynacl. [arguments]: Patch references to /usr/share/tor in 'bake-tor phase; remove trailing #T; run tests conditionally.
2021-11-19gnu: python-eventlet: Update to 0.33.0.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.33.0. [propagated-inputs]: Add python-six. [native-inputs]: Add python-nose. [arguments]: Enable tests; add build phases 'avoid-OSError and 'delete-broken-tests; replace the 'check phase to run nosetests.
2021-11-19gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH.Ricardo Wurmus
* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-19gnu: polkit: Fix elogind configuration.Timothy Sample
* gnu/packages/patches/polkit-configure-elogind.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/polkit.scm (polkit): Use it.
2021-11-18gnu: mcg: Use GUIX_PYTHONPATH.Ricardo Wurmus
* gnu/packages/mpd.scm (mcg)[arguments]: Use GUIX_PYTHONPATH in the wrapper; and remove trailing #T while we're at it.
2021-11-18shell: Adjust test to expect C_INCLUDE_PATH, not CPATH.Ludovic Courtès
This is a followup to 2a3cd4ee3557fbbdca42b5ec2f3ec4546c270203. * tests/guix-shell.sh: Expect C_INCLUDE_PATH instead of CPATH.
2021-11-18tests: Adjust opam and pypi tests to simplified inputs.Ludovic Courtès
* tests/opam.scm ("opam->guix-package"): Expect simplified inputs. * tests/pypi.scm ("pypi->guix-package, package name contains \"-\" followed by digits"): Likewise.
2021-11-18derivations: Officially deprecate 'build-expression->derivation'.Ludovic Courtès
This procedure had been semi-deprecated since 2014, starting with commit 21b679f6944f4e1f09f949322f5242b761dc22a7! * guix/derivations.scm (build-expression->derivation): Define using 'define-deprecated'.
2021-11-18build-system/go: Update cross-compilation support to new interface.Ludovic Courtès
* guix/build-system/go.scm (go-cross-build): Remove 'store', 'native-drvs' and 'target-drvs'; add 'source', 'build-inputs', 'target-inputs', and 'host-inputs'. Change default value of #:phases. [builder]: Rewrite as a gexp. Rewrite body to call 'gexp->derivation' instead of 'build-expression->derivation'.
2021-11-18gnu: gnupg@2.2.32: Hide.Ludovic Courtès
* gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: New field.
2021-11-18gnu: entangle: Build with Meson 0.59.Ludovic Courtès
* gnu/packages/photo.scm (entangle)[arguments]: Pass #:meson.
2021-11-18gnu: libdmapsharing: Build against libsoup 2.Ludovic Courtès
* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2.
2021-11-18gnu: gthumb: Build with Meson 0.59.Ludovic Courtès
* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson.
2021-11-18gnu: terminator: Use GUIX_PYTHONPATH.Ricardo Wurmus
* gnu/packages/gnome.scm (terminator)[arguments]: Use GUIX_PYTHONPATH in 'wrap-program phase.
2021-11-18gnu: terminator: Remove trailing #T.Ricardo Wurmus
* gnu/packages/gnome.scm (terminator)[arguments]: Remove trailing #T from build phases.
2021-11-18gnu: shorah: Use GUIX_PYTHONPATH in wrapper.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (shorah)[arguments]: Wrap executable with GUIX_PYTHONPATH.
2021-11-18gnu: irrlicht: Fix build.Vivien Kraus
* gnu/packages/games.scm (irrlicht) [phase remove-<sys/systctl.h>]: <sys/sysctl.h> has been removed from glibc, and it is not used, so remove it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-18gnu: python-tablib: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'check phase.
2021-11-18gnu: gnome: Use at-spi2-core-minimal.Timothy Sample
Fixes <https://issues.guix.gnu.org/51916>. Reported by Vivien Kraus <vivien@planete-kraus.eu>. * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Replace at-spi2-core with at-spi2-core-minimal.
2021-11-18gnu: python-screenkey: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-18gnu: python-screenkey: Update description.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-screenkey)[description]: Extend to use a complete sentence.
2021-11-18gnu: python-typer: Run tests conditionally.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Only run tests when TESTS? is #true.
2021-11-18gnu: python-typer: Use GUIX_PYTHONPATH instead of PYTHONPATH.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Use GUIX_PYTHONPATH in 'check phase.
2021-11-18gnu: python-typer: Run more tests.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-typer)[arguments]: Delete phase 'disable-failing-tests; disable only test_show_completion and test_install_completion in 'check phase; add phase 'patch-shell-reference.
2021-11-18gnu: enlightenment: Add missing input.Guillaume Le Vaillant
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Addd libdrm.
2021-11-18gnu: python-dbusmock: Patch reference to dbus-daemon.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dbusmock) [phases]{patch-shell-path}: Rename to... {patch-paths}: ... this, and also patch the dbus-daemon reference.
2021-11-18gnu: python-dbusmock: Update to 0.24.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.1.
2021-11-18gnu: xorg-server-xwayland: Update to 21.1.3 and adjust package.Maxim Cournoyer
Xwayland is no longer part of the main X server distribution and now requires Meson to build. This change also turn on EGL support, which was previously disabled. * gnu/packages/xorg.scm (xorg-server-xwayland): Do not inherit from xorg-server. Update to 21.1.3. [native-inputs]: New field. [build-system]: Likewise. [inputs]: Fully specify inputs, which are a subset of those of xorg-server. [configure-flags]: Adjust for Meson. [phases]{patch-/bin/sh}: New phase. [description, home-page, license]: New fields.