summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: gtk: Guard against timeouts in the test suite.•••This change piggy backs on the improvements to the meson-build-system made in dfcc96d8f48716ae5aefb383c58b153d5bcb407c; it's motivated by timeouts that occurred in the GTK test suite while building on a heavily loaded machine. * gnu/packages/gtk.scm (gtk)[parallel-tests]: New argument. [test-options]: New argument, which now includes --suite=gtk and --no-suite=gsk-compare-broadway, to match what upstream uses. [phases]{check}: Remove override. Maxim Cournoyer2021-11-201-7/+6
* gnu: libnice: Disable the 'test-bsd' test.•••* gnu/packages/networking.scm (libnice) [phases]{disable-failing-test}: Rename to... {disable-failing-tests}: ... this, plural. Disable 'test-bsd'. Maxim Cournoyer2021-11-201-1/+6
* gnu: wayland: Use native-inputs unconditionally•••* gnu/packages/freedesktop.scm (wayland): Remove trailing #t. [phases]: Use native-inputs unconditionally. Maxim Cournoyer2021-11-201-15/+7
* gnu: gnome-shell: Update to 41.0.•••* gnu/packages/gnome.scm (gnome-shell): Update to 41.0. [origin]: Remove patches and modules fields. [phases]{pre-check}: Set HOME. * gnu/packages/patches/gnome-shell-disable-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Maxim Cournoyer2021-11-203-30/+4
* gnu: gsettings-desktop-schemas: Update to 41.0.•••* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 41.0. Reformat synopsis and description. [origin]: Fix indentation. Maxim Cournoyer2021-11-201-14/+12
* gnu: gjs: Update to 1.70.0.•••* gnu/packages/gnome.scm (gjs): Update to 1.70.0. Maxim Cournoyer2021-11-201-2/+2
* gnu: mutter: Update to 41.0 and enable tests.•••* gnu/packages/gnome.scm (mutter): Update to 41.0. [imported-modules, modules]: New arguments. [configure-flags]: Specify the gles2_libname, egl_device and wayland_eglstream options. Enable the profiler by removing the option. [phases]{patch-dlopen-calls}: New phase. {disable-problematic-tests}: Likewise. {check}: Override phase. [native-inputs]{xorg-server-for-tests}: Replace with... {xvfb-run}: ... this. {adwaita-icon-theme, libxcursor, pipewire-0.3} {python-dbus, python-dbusmock, tini}: New native inputs. [propagated-inputs]: Add libxcvt. [inputs]: Add egl-wayland and sysprof. Maxim Cournoyer2021-11-201-27/+112
* gnu: libxcursor: Add a search path for XCURSOR_PATH.•••* gnu/packages/xorg.scm (libxcursor): Fix indentation. [native-search-paths]: New field (previously commented). Update comment. Maxim Cournoyer2021-11-201-23/+20
* build: syscalls: Add a SET-CHILD-SUBREAPER! procedure.•••* guix/build/syscalls.scm (PR_SET_CHILD_SUBREAPER): New variable. (set-child-subreaper!): New procedure. Maxim Cournoyer2021-11-201-0/+7
* gnu: python-numba: Update to 0.54.1.•••* 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. Ricardo Wurmus2021-11-201-3/+9
* gnu: python-numba: Run tests conditionally.•••* gnu/packages/python-xyz.scm (python-numba)[arguments]: Respect TESTS? argument. Ricardo Wurmus2021-11-201-8/+9
* gnu: python-numba: Remove trailing #T.•••* gnu/packages/python-xyz.scm (python-numba)[arguments]: Remove trailing #T from build phase. Ricardo Wurmus2021-11-201-2/+1
* gnu: Add python-numpy-1.20.•••* gnu/packages/python-xyz.scm (python-numpy-1.20): New variable. Ricardo Wurmus2021-11-201-0/+19
* gnu: repo2docker: Use GUIX_PYTHONPATH.•••* gnu/packages/jupyter.scm (repo2docker)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus2021-11-201-2/+2
* gnu: python-llvmlite: Update to 0.37.0.•••* gnu/packages/llvm.scm (python-llvmlite): Update to 0.37.0. [inputs]: Update patched LLVM. Ricardo Wurmus2021-11-201-21/+32
* gnu: python-llvmlite: Remove trailing #T.•••* gnu/packages/llvm.scm (python-llvmlite)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus2021-11-201-6/+3
* gnu: python-pytorch: Warn of missing test inputs.•••* gnu/packages/machine-learning.scm (python-pytorch): Add comment. Ricardo Wurmus2021-11-201-0/+1
* gnu: python-pytorch: Add missing input.•••* gnu/packages/machine-learning.scm (python-pytorch)[propagated-inputs]: Add python-click. Ricardo Wurmus2021-11-201-0/+1
* gnu: python-pytorch: Use ADD-INSTALLED-PYTHONPATH.•••* gnu/packages/machine-learning.scm (python-pytorch)[arguments]: Do not set PYTHONPATH; use add-installed-pythonpath instead. Ricardo Wurmus2021-11-201-6/+3
* gnu: opendht: Use GUIX_PYTHONPATH.•••* gnu/packages/networking.scm (opendht)[arguments]: Use GUIX_PYTHONPATH in the wrapper. Ricardo Wurmus2021-11-201-1/+1
* gnu: elogind: Revert changes to polkit build time detection.•••* 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> Josselin Poiret2021-11-193-1/+45
* gnu: python-jupyter-console: Update to 6.4.0.•••* gnu/packages/python-xyz.scm (python-jupyter-console): Update to 6.4.0. [native-inputs]: Add PYTHON-PYTEST. Ludovic Courtès2021-11-191-3/+4
* gnu: python-notebook: Fix tests that rely on the gio "trash" mechanism.•••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'. Ludovic Courtès2021-11-191-7/+16
* gnu: wlroots: Remove unneeded elogind dependency.•••* gnu/packages/wm.scm (wlroots): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret2021-11-191-3/+1
* gnu: seatd: Make elogind a propagated input.•••* gnu/packages/freedesktop.scm (seatd): Do it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret2021-11-191-1/+1
* gnu: geary: Upgrade to 40.0•••* gnu/packages/gnome.scm (geary): Upgrade to 40.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2021-11-193-151/+35
* gnu: gmime: Install the vapi file.•••* gnu/packages/mail.scm (gmime)[configure flags]: Build the vapi file. [native-inputs]: Add vala. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vivien Kraus2021-11-191-2/+3
* gnu: onionshare: Remove trailing #T.•••* gnu/packages/tor.scm (onionshare)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus2021-11-191-3/+2
* gnu: onionshare: Run tests conditionally.•••* gnu/packages/tor.scm (onionshare)[arguments]: Respect TESTS?. Ricardo Wurmus2021-11-191-12/+13
* gnu: onionshare: Do not set PYTHONPATH directly.•••* gnu/packages/tor.scm (onionshare)[arguments]: Use ADD-INSTALLED-PYTHONPATH in 'check phase. Ricardo Wurmus2021-11-191-6/+2
* gnu: onionshare-cli: Update to 2.4.•••* 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. Ricardo Wurmus2021-11-191-12/+16
* gnu: python-eventlet: Update to 0.33.0.•••* 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. Ricardo Wurmus2021-11-191-6/+24
* gnu: python-pytest-httpserver: Use GUIX_PYTHONPATH.•••* gnu/packages/check.scm (python-pytest-httpserver)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus2021-11-191-1/+1
* gnu: polkit: Fix elogind configuration.•••* gnu/packages/patches/polkit-configure-elogind.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/polkit.scm (polkit): Use it. Timothy Sample2021-11-193-0/+17
* gnu: mcg: Use GUIX_PYTHONPATH.•••* gnu/packages/mpd.scm (mcg)[arguments]: Use GUIX_PYTHONPATH in the wrapper; and remove trailing #T while we're at it. Ricardo Wurmus2021-11-181-4/+3
* shell: Adjust test to expect C_INCLUDE_PATH, not CPATH.•••This is a followup to 2a3cd4ee3557fbbdca42b5ec2f3ec4546c270203. * tests/guix-shell.sh: Expect C_INCLUDE_PATH instead of CPATH. Ludovic Courtès2021-11-181-3/+3
* tests: Adjust opam and pypi tests to simplified inputs.•••* tests/opam.scm ("opam->guix-package"): Expect simplified inputs. * tests/pypi.scm ("pypi->guix-package, package name contains \"-\" followed by digits"): Likewise. Ludovic Courtès2021-11-182-13/+4
* derivations: Officially deprecate 'build-expression->derivation'.•••This procedure had been semi-deprecated since 2014, starting with commit 21b679f6944f4e1f09f949322f5242b761dc22a7! * guix/derivations.scm (build-expression->derivation): Define using 'define-deprecated'. Ludovic Courtès2021-11-181-15/+16
* build-system/go: Update cross-compilation support to new interface.•••* 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'. Ludovic Courtès2021-11-181-68/+48
* gnu: gnupg@2.2.32: Hide.•••* gnu/packages/gnupg.scm (gnupg-2.2.32)[properties]: New field. Ludovic Courtès2021-11-181-0/+7
* gnu: entangle: Build with Meson 0.59.•••* gnu/packages/photo.scm (entangle)[arguments]: Pass #:meson. Ludovic Courtès2021-11-181-0/+2
* gnu: libdmapsharing: Build against libsoup 2.•••* gnu/packages/gnome.scm (libdmapsharing)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2. Ludovic Courtès2021-11-181-1/+1
* gnu: gthumb: Build with Meson 0.59.•••* gnu/packages/gnome.scm (gthumb)[arguments]: Pass #:meson. Ludovic Courtès2021-11-181-0/+5
* gnu: terminator: Use GUIX_PYTHONPATH.•••* gnu/packages/gnome.scm (terminator)[arguments]: Use GUIX_PYTHONPATH in 'wrap-program phase. Ricardo Wurmus2021-11-181-1/+1
* gnu: terminator: Remove trailing #T.•••* gnu/packages/gnome.scm (terminator)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus2021-11-181-4/+2
* gnu: shorah: Use GUIX_PYTHONPATH in wrapper.•••* gnu/packages/bioinformatics.scm (shorah)[arguments]: Wrap executable with GUIX_PYTHONPATH. Ricardo Wurmus2021-11-181-1/+1
* gnu: irrlicht: Fix build.•••* 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> Vivien Kraus2021-11-181-0/+4
* gnu: python-tablib: Use GUIX_PYTHONPATH instead of PYTHONPATH.•••* gnu/packages/python-xyz.scm (python-tablib)[arguments]: Use GUIX_PYTHONPATH instead of PYTHONPATH in 'check phase. Ricardo Wurmus2021-11-181-2/+2
* gnu: gnome: Use at-spi2-core-minimal.•••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. Timothy Sample2021-11-181-1/+1
* gnu: python-screenkey: Use GUIX_PYTHONPATH instead of PYTHONPATH.•••* gnu/packages/python-xyz.scm (python-screenkey)[arguments]: Wrap with GUIX_PYTHONPATH instead of PYTHONPATH. Ricardo Wurmus2021-11-181-3/+2