summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: Fix installation tests.Mathieu Othacehe2021-11-23
| | | | | | | | Use a CEST timezone as this is the assumed timezone in the run-basic-test procedure. * gnu/tests/install.scm (%encrypted-root-not-boot-os, %btrfs-root-on-subvolume-os): Use a CEST timezone.
* gnu: guile-git: Patch to support latest libgit2.Maxim Cournoyer2021-11-22
| | | | | | * gnu/packages/patches/guile-git-adjust-for-libgit2-1.2.0.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/guile.scm (guile-git)[source]: Use it.
* gnu: rust-git2: Update to 0.13.24.Maxim Cournoyer2021-11-22
| | | | * gnu/packages/crates-io.scm (rust-git2): Update to 0.13.24.
* gnu: rust-libgit2-sys-0.12: Update to 0.12.25+1.3.0.Maxim Cournoyer2021-11-22
| | | | * gnu/packages/crates-io.scm (rust-libgit2-sys-0.12): Update to 0.12.25+1.3.0.
* gnu: python-pygit2: Update to 1.7.1.Maxim Cournoyer2021-11-22
| | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 1.7.1.
* gnu: libgit2: Update to 1.3.0.Maxim Cournoyer2021-11-22
| | | | | | | | * gnu/packages/patches/libgit2-mtime-0.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/version-control.scm (libgit2): Update to 1.3.0. [source]: Remove patch and simplify snippet. [phases]: Remove trailing #t.
* gnu: openresolv: Wrap resolvconf.Vivien Kraus2021-11-22
| | | | | | | | * gnu/packages/dns.scm (openresolv) [phases]: Wrap resolvconf to set PATH, for coreutils programs mkdir and rm. [inputs]: Add coreutils-minimal. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: certdata2pem: Make public.Ludovic Courtès2021-11-22
| | | | | | | This ensures Cuirass builds and has its binary published at ci.guix.gnu.org. * gnu/packages/certs.scm (certdata2pem): Make public.
* gnu: libgadu: Build with '-fcommon'.Ludovic Courtès2021-11-22
| | | | * gnu/packages/messaging.scm (libgadu)[arguments]: Build with '-fcommon'.
* gnu: libmateweather: Build with libsoup 2.Ludovic Courtès2021-11-22
| | | | | * gnu/packages/mate.scm (libmateweather)[propagated-inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2.
* gnu: gupnp-igd: Set HOME before 'check' phase.Ludovic Courtès2021-11-22
| | | | * gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase.
* gnu: meson-wrapped: Do not propagate Python.Ludovic Courtès2021-11-22
| | | | | * gnu/packages/build-tools.scm (meson-wrapped)[propagated-inputs, inputs]: New fields.
* gnu: meson: Extend the python path in the installed program.Vivien Kraus2021-11-22
| | | | | | * gnu/packages/build-tools.scm (meson-wrapped): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: uget: Add -fcommon to CFLAGS.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS.
* gnu: transmission-remote-gtk: Update to 1.4.2.Ricardo Wurmus2021-11-22
| | | | | | | * gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.4.2. [source]: Remove patch. * gnu/packages/patches/transmission-remote-gtk-fix-appstream.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: jumpnbump: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from build phase 'fix-sdl-path.
* gnu: jumpnbump: Add -fcommon to CFLAGS.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/games.scm (jumpnbump)[arguments]: Replace 'configure phase to add -fcommon to CFLAGS.
* gnu: mupen64plus-core: Add -fcommon to CFLAGS.Ricardo Wurmus2021-11-22
| | | | | | * gnu/packages/emulators.scm (mupen64plus-core)[arguments]: Replace 'configure phase to patch Makefile; remove trailing #T from 'chdir-to-project-directory phase.
* gnu: uim-qt: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
* gnu: uim-gtk: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
* gnu: megaglest: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/games.scm (megaglest)[arguments]: Add -fcommon to CFLAGS and CXXFLAGS.
* gnu: chez-scheme: Add missing inputs.Guillaume Le Vaillant2021-11-22
| | | | | | * gnu/packages/chez.scm (chez-scheme)[native-inputs]: Add texlive-dvips-l3backend and texlive-fonts-ec. [arguments]: Set HOME in 'configure' phase.
* gnu: linsmith: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/engineering.scm (linsmith)[arguments]: Add -fcommon to CFLAGS.
* gnu: python-codacy-coverage: Add missing python-requests input.Maxim Cournoyer2021-11-22
| | | | | * gnu/packages/python-check.scm (python-codacy-coverage) [propagated-inputs]: Add python-requests.
* gnu: python-dnspython: Patch out problematic getprotobyname calls.Maxim Cournoyer2021-11-22
| | | | | * gnu/packages/python-xyz.scm (python-dnspython) [phases]{patch-getprotobyname-calls}: New phase.
* gnu: http-parser: Update to 1.1.4.Maxim Cournoyer2021-11-22
| | | | | * gnu/packages/web.scm (http-parser): Update to 1.1.4. [phases]: Delete trailing #t.
* gnu: weechat-wee-slack: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use GUIX_PYTHONPATH.
* gnu: weechat-matrix: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH.
* gnu: python-zulip: Do not change PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH variable.
* gnu: python-zulip: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T from build phases.
* gnu: python-jplephem: Use ADD-INSTALLED-PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | | * gnu/packages/astronomy.scm (python-jplephem)[arguments]: Use ADD-INSTALLED-PYTHONPATH instead of setting PYTHONPATH directly; run tests conditionally.
* gnu: awesome: Fix build.Mathieu Othacehe2021-11-22
| | | | | | | * gnu/packages/patches/awesome-4.3-fno-common.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/wm.scm (awesome)[source]: Use it. [arguments]{set-paths}: Set HOME and XDG_CACHE_HOME variables.
* gnu: moarvm: Fix compiling with gcc 10.Guillaume Le Vaillant2021-11-22
| | | | * gnu/packages/perl6.scm (moarvm)[arguments]: Add '-fcommon' to CFLAGS.
* gnu: xfce4-screenshooter: Fix build.Brendan Tildesley2021-11-22
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: gdb: Build fix for the Hurd, part 2.Jan (janneke) Nieuwenhuizen2021-11-22
| | | | | | | | This is a follow-up to commit b1fd9531149b94a7e7cdabc67b08ea6a47b03d3d gnu: gdb: Build fix for the Hurd. * gnu/packages/patches/gdb-fix-gnu-nat-build.patch: Include two more patches.
* gnu: freecad: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/engineering.scm (freecad)[arguments]: Use GUIX_PYTHONPATH.
* gnu: vtk-8: Pass -fcommon to compiler.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to CFLAGS.
* gnu: opencascade-occt: Use TBB 2020.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/maths.scm (opencascade-occt)[inputs]: Replace tbb with tbb-2020.
* gnu: python-prawcore: Update to 7.5.0.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/python-web.scm (python-prawcore): Update to 7.5.0. [arguments]: Disable two broken tests.
* gnu: python-prawcore: Update to 2.3.0.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
* gnu: giara: Use libsoup2 variant of webkitgtk.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
* gnu: giara: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/syndication.scm (giara)[arguments]: Replace PYTHONPATH with GUIX_PYTHONPATH.
* gnu: python-praw: Remove trailing #T.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T from build phases.
* gnu: python-praw: Add missing input.Ricardo Wurmus2021-11-22
| | | | | * gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add python-update-checker.
* gnu: Add python-update-checker.Ricardo Wurmus2021-11-22
| | | | * gnu/packages/python-xyz.scm (python-update-checker): New variable.
* gnu: python-nautilus: Remove package.John Kehayias2021-11-21
| | | | | | | | | | | | | | This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-django-localflavor: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-21
| | | | | * gnu/packages/django.scm (python-django-localflavor)[arguments]: Use GUIX_PYTHONPATH.
* gnu: python-invoke: Update to 1.6.0.Ricardo Wurmus2021-11-21
| | | | * gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
* gnu: python-invoke: Delete incompatible and unused code.Ricardo Wurmus2021-11-21
| | | | | | * gnu/packages/python-xyz.scm (python-invoke)[arguments]: Add build phase 'delete-python2-code. (python2-invoke)[arguments]: Remove that phase and add 'delete-python3-code.
* gnu: network-manager: Build with Meson 0.60.Ludovic Courtès2021-11-21
| | | | | | | | | | | This is another way to address <https://github.com/mesonbuild/meson/issues/9492> as suggested by Nirbheek Chauhan and Paolo Bonzini. * gnu/packages/patches/network-manager-meson.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (network-manager)[source]: Use it. [arguments]: Remove #:meson.