Age | Commit message (Expand) | Author |
2021-11-22 | gnu: gupnp-igd: Set HOME before 'check' phase....* gnu/packages/gnome.scm (gupnp-igd)[arguments]: Add 'set-home' phase.
| Ludovic Courtès |
2021-11-22 | gnu: meson-wrapped: Do not propagate Python....* gnu/packages/build-tools.scm (meson-wrapped)[propagated-inputs,
inputs]: New fields.
| Ludovic Courtès |
2021-11-22 | gnu: meson: Extend the python path in the installed program....* gnu/packages/build-tools.scm (meson-wrapped): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vivien Kraus |
2021-11-22 | gnu: uget: Add -fcommon to CFLAGS....* gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: transmission-remote-gtk: Update to 1.4.2....* 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.
| Ricardo Wurmus |
2021-11-22 | gnu: jumpnbump: Remove trailing #T....* gnu/packages/games.scm (jumpnbump)[arguments]: Remove trailing #T from build
phase 'fix-sdl-path.
| Ricardo Wurmus |
2021-11-22 | gnu: jumpnbump: Add -fcommon to CFLAGS....* gnu/packages/games.scm (jumpnbump)[arguments]: Replace 'configure phase to
add -fcommon to CFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: mupen64plus-core: Add -fcommon to CFLAGS....* gnu/packages/emulators.scm (mupen64plus-core)[arguments]: Replace 'configure
phase to patch Makefile; remove trailing #T from 'chdir-to-project-directory
phase.
| Ricardo Wurmus |
2021-11-22 | gnu: uim-qt: Pass -fcommon to compiler....* gnu/packages/xorg.scm (uim-qt)[arguments]: Add -fcommon to CPPFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: uim-gtk: Pass -fcommon to compiler....* gnu/packages/xorg.scm (uim-gtk)[arguments]: Add -fcommon to CFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: megaglest: Pass -fcommon to compiler....* gnu/packages/games.scm (megaglest)[arguments]: Add -fcommon to CFLAGS and
CXXFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: chez-scheme: Add missing inputs....* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Add
texlive-dvips-l3backend and texlive-fonts-ec.
[arguments]: Set HOME in 'configure' phase.
| Guillaume Le Vaillant |
2021-11-22 | gnu: linsmith: Pass -fcommon to compiler....* gnu/packages/engineering.scm (linsmith)[arguments]: Add -fcommon to CFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: python-codacy-coverage: Add missing python-requests input....* gnu/packages/python-check.scm (python-codacy-coverage)
[propagated-inputs]: Add python-requests.
| Maxim Cournoyer |
2021-11-22 | gnu: python-dnspython: Patch out problematic getprotobyname calls....* gnu/packages/python-xyz.scm (python-dnspython)
[phases]{patch-getprotobyname-calls}: New phase.
| Maxim Cournoyer |
2021-11-22 | gnu: http-parser: Update to 1.1.4....* gnu/packages/web.scm (http-parser): Update to 1.1.4.
[phases]: Delete trailing #t.
| Maxim Cournoyer |
2021-11-22 | gnu: weechat-wee-slack: Use GUIX_PYTHONPATH....* gnu/packages/messaging.scm (weechat-wee-slack)[arguments]: Use
GUIX_PYTHONPATH.
| Ricardo Wurmus |
2021-11-22 | gnu: weechat-matrix: Use GUIX_PYTHONPATH....* gnu/packages/messaging.scm (weechat-matrix)[arguments]: Use GUIX_PYTHONPATH.
| Ricardo Wurmus |
2021-11-22 | gnu: python-zulip: Do not change PYTHONPATH....* gnu/packages/messaging.scm (python-zulip)[arguments]: Do not set PYTHONPATH
variable.
| Ricardo Wurmus |
2021-11-22 | gnu: python-zulip: Remove trailing #T....* gnu/packages/messaging.scm (python-zulip)[arguments]: Remove trailing #T
from build phases.
| Ricardo Wurmus |
2021-11-22 | gnu: python-jplephem: Use ADD-INSTALLED-PYTHONPATH....* gnu/packages/astronomy.scm (python-jplephem)[arguments]: Use
ADD-INSTALLED-PYTHONPATH instead of setting PYTHONPATH directly; run tests
conditionally.
| Ricardo Wurmus |
2021-11-22 | gnu: awesome: Fix build....* 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.
| Mathieu Othacehe |
2021-11-22 | gnu: moarvm: Fix compiling with gcc 10....* gnu/packages/perl6.scm (moarvm)[arguments]: Add '-fcommon' to CFLAGS.
| Guillaume Le Vaillant |
2021-11-22 | gnu: xfce4-screenshooter: Fix build....* gnu/packages/xfce.scm (xfce4-screenshooter)[inputs]: Use libsoup 2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Brendan Tildesley |
2021-11-22 | gnu: gdb: Build fix for the Hurd, part 2....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.
| Jan (janneke) Nieuwenhuizen |
2021-11-22 | gnu: freecad: Use GUIX_PYTHONPATH....* gnu/packages/engineering.scm (freecad)[arguments]: Use GUIX_PYTHONPATH.
| Ricardo Wurmus |
2021-11-22 | gnu: vtk-8: Pass -fcommon to compiler....* gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to
CFLAGS.
| Ricardo Wurmus |
2021-11-22 | gnu: opencascade-occt: Use TBB 2020....* gnu/packages/maths.scm (opencascade-occt)[inputs]: Replace tbb with
tbb-2020.
| Ricardo Wurmus |
2021-11-22 | gnu: python-prawcore: Update to 7.5.0....* gnu/packages/python-web.scm (python-prawcore): Update to 7.5.0.
[arguments]: Disable two broken tests.
| Ricardo Wurmus |
2021-11-22 | gnu: python-prawcore: Update to 2.3.0....* gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
| Ricardo Wurmus |
2021-11-22 | gnu: giara: Use libsoup2 variant of webkitgtk....* gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
| Ricardo Wurmus |
2021-11-22 | gnu: giara: Use GUIX_PYTHONPATH....* gnu/packages/syndication.scm (giara)[arguments]: Replace PYTHONPATH with
GUIX_PYTHONPATH.
| Ricardo Wurmus |
2021-11-22 | gnu: python-praw: Remove trailing #T....* gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T
from build phases.
| Ricardo Wurmus |
2021-11-22 | gnu: python-praw: Add missing input....* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add
python-update-checker.
| Ricardo Wurmus |
2021-11-22 | gnu: Add python-update-checker....* gnu/packages/python-xyz.scm (python-update-checker): New variable.
| Ricardo Wurmus |
2021-11-21 | gnu: python-nautilus: Remove package....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>
| John Kehayias |
2021-11-21 | gnu: python-django-localflavor: Use GUIX_PYTHONPATH....* gnu/packages/django.scm (python-django-localflavor)[arguments]: Use
GUIX_PYTHONPATH.
| Ricardo Wurmus |
2021-11-21 | gnu: python-invoke: Update to 1.6.0....* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
| Ricardo Wurmus |
2021-11-21 | gnu: python-invoke: Delete incompatible and unused code....* 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.
| Ricardo Wurmus |
2021-11-21 | gnu: network-manager: Build with Meson 0.60....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.
| Ludovic Courtès |
2021-11-21 | gnu: trytond: Avoid top-level references to other modules....This delays references to variables defined in other modules.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): Turn into a
thunk. Adjust users.
| Ludovic Courtès |
2021-11-21 | gnu: trytond: Build against python-werkzeug 1.0....* gnu/packages/tryton.scm (trytond)[propagated-inputs]: Replace
PYTHON-WERKZEUG by PYTHON-WERKZEUG-1.0.
* gnu/packages/tryton.scm (%standard-trytond-native-inputs): Likewise.
| Ludovic Courtès |
2021-11-21 | gnu: python-werkzeug: Reintroduce 1.0.1....* gnu/packages/python-web.scm (python-werkzeug-1.0): New variable.
* gnu/packages/patches/python-werkzeug-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2021-11-21 | gnu: gdb: Build fix for the Hurd....This allows (cross-)building gdb-minimal for the Hurd.
* gnu/packages/patches/gdb-fix-gnu-nat-build.patch: New file, taken from
upstream.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web.scm (gdb)[inputs]: When building for the Hurd, add it.
[arguments]: When building for the Hurd, apply it.
| Jan (janneke) Nieuwenhuizen |
2021-11-21 | gnu: nghttp2: Resurrect cross-building....* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings"
when cross-building.
| Jan (janneke) Nieuwenhuizen |
2021-11-21 | gnu: help2man: Resurrect cross-building....This is a follow-up to commit
378df42fc5ed85260cd9d4c666b67f29baf11f48
gnu: help2man: Add optional dependencies.
It resurrects the cross-building of all build dependencies for guix, e.g., for
creating a childhurd with a Guix development environment.
* gnu/packages/man.scm (help2man)[inputs]: Do not use perl-gettext when
cross-building; perl-gettext cannot be cross-built.
| Jan (janneke) Nieuwenhuizen |
2021-11-21 | gnu: ghc: Depend on 'git-minimal/fixed'....* gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by
GIT-MINIMAL/FIXED.
* gnu/packages/version-control.scm (git/fixed): Remove.
| Ludovic Courtès |
2021-11-21 | gnu: blender: Update to 2.93.6....* gnu/packages/graphics.scm (blender): Update to 2.93.6.
| Ludovic Courtès |
2021-11-21 | gnu: lyx: Remove reference to '%outputs'....* gnu/packages/tex.scm (lyx)[arguments]: Rewrite as gexps. Refer
to #$output instead of '%outputs', which 'qt-build-system' no longer
defines.
| Ludovic Courtès |
2021-11-21 | gnu: emacs-xwidgets{,-next-pgtk}: Use webkitgtk-with-libsoup2....* gnu/packages/emacs.scm (emacs-xwidgets, emacs-next-pgtk)[inputs]:
Replace webkitgtk with webkitgtk-with-libsoup2.
* gnu/packages/webkit.scm (webkitgtk-with-libsoup2): Add further
information about where this package is used and upstream tracker for
libsoup3.
| John Kehayias |