Commit graph

87851 commits

Author SHA1 Message Date
Ricardo Wurmus 17017eb540
gnu: freecad: Use GUIX_PYTHONPATH.
* gnu/packages/engineering.scm (freecad)[arguments]: Use GUIX_PYTHONPATH.
2021-11-22 08:58:03 +01:00
Ricardo Wurmus f2bc1877c4
gnu: vtk-8: Pass -fcommon to compiler.
* gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to
CFLAGS.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus 06e993d0ee
gnu: opencascade-occt: Use TBB 2020.
* gnu/packages/maths.scm (opencascade-occt)[inputs]: Replace tbb with
tbb-2020.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus c8b535aa69
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.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus da531f9b4c
gnu: python-prawcore: Update to 2.3.0.
* gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus 60e33428d1
gnu: giara: Use libsoup2 variant of webkitgtk.
* gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus c7769bfca7
gnu: giara: Use GUIX_PYTHONPATH.
* gnu/packages/syndication.scm (giara)[arguments]: Replace PYTHONPATH with
GUIX_PYTHONPATH.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus b5ee19e134
gnu: python-praw: Remove trailing #T.
* gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T
from build phases.
2021-11-22 08:57:37 +01:00
Ricardo Wurmus 297b199c0f
gnu: python-praw: Add missing input.
* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add
python-update-checker.
2021-11-22 08:57:36 +01:00
Ricardo Wurmus b5016027a0
gnu: Add python-update-checker.
* gnu/packages/python-xyz.scm (python-update-checker): New variable.
2021-11-22 08:57:32 +01:00
John Kehayias b033079e47
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>
2021-11-21 20:41:03 -05:00
Ricardo Wurmus aa100d3fe8
gnu: python-django-localflavor: Use GUIX_PYTHONPATH.
* gnu/packages/django.scm (python-django-localflavor)[arguments]: Use
GUIX_PYTHONPATH.
2021-11-21 23:36:12 +01:00
Ricardo Wurmus 66d6daeafe
gnu: python-invoke: Update to 1.6.0.
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
2021-11-21 23:36:12 +01:00
Ricardo Wurmus 72876fb02d
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.
2021-11-21 23:36:12 +01:00
Ludovic Courtès f862d7fb8d
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.
2021-11-21 23:01:15 +01:00
Ludovic Courtès 84c3aafb5a
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.
2021-11-21 23:01:15 +01:00
Ludovic Courtès 1b1e9b51f4
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.
2021-11-21 23:01:15 +01:00
Ludovic Courtès 248199863c
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.
2021-11-21 23:01:15 +01:00
Jan (janneke) Nieuwenhuizen b1fd953114
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.
2021-11-21 22:27:14 +01:00
Jan (janneke) Nieuwenhuizen ddbc3a6f4c
gnu: nghttp2: Resurrect cross-building.
* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings"
when cross-building.
2021-11-21 21:26:41 +01:00
Jan (janneke) Nieuwenhuizen f33a977706
gnu: help2man: Resurrect cross-building.
This is a follow-up to commit
    378df42fc5
    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.
2021-11-21 20:35:40 +01:00
Ludovic Courtès 0154fac42a
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.
2021-11-21 18:37:50 +01:00
Ludovic Courtès 48d38125c2
gnu: blender: Update to 2.93.6.
* gnu/packages/graphics.scm (blender): Update to 2.93.6.
2021-11-21 18:37:50 +01:00
Ludovic Courtès 3f66b4c266
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.
2021-11-21 18:37:50 +01:00
John Kehayias 85de88f1ad
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.
2021-11-21 16:43:12 +01:00
Maxim Cournoyer 01ea70a29c
gnu: linux-libre: Make build reproducible.
Fixes <https://issues.guix.gnu.org/24028>.

* gnu/packages/linux.scm (make-linux-libre*): Remove trailing #t.
[phases]{configure}: Set KBUILD_BUILD_USER and KBUILD_BUILD_HOST environment
variables.
2021-11-21 09:08:52 -05:00
Vivien Kraus a0e5af4593
gnu: nautilus: Update to 41.0.
* gnu/packages/gnome.scm (nautilus): Upgrade to 41.0.
* gnu/packages/gnome.scm (nautilus) [arguments]: Use meson 0.59.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-21 09:08:52 -05:00
Vivien Kraus fcf60dad58
gnu: gnome-autoar: Update to 0.4.1.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.1.
* gnu/packages/gnome.scm (gnome-autoar) [build-system]: Switch to meson.
* gnu/packages/gnome.scm (gnome-autoar) [native-inputs]: Add glib:bin for
glib-mkenums.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-21 09:08:52 -05:00
Timothy Sample 404c7eedfe
gnu: gnome-session: Restore elogind support.
* gnu/packages/patches/gnome-session-support-elogind.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/gnome.scm (gnome-session)[source]: Use it.
[arguments]: Add "-Delogind=true" to #:configure-flags; remove
phases that patch in old-style elogind support.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-21 09:08:51 -05:00
Mathieu Othacehe 72501a555e
gnu: genimage: Update to 14-1.11bb044.
Update to commit 11bb04455 to integrate fixes related to new genext2fs and
e2fsprogs versions.

* gnu/packages/genimage.scm (genimage): Update to 14-1.11bb044.
[arguments]{fix-failing-tests}: Update it.
* gnu/packages/patches/genimage-mke2fs-test.patch: Update it.
2021-11-21 11:22:45 +00:00
Ricardo Wurmus e74bcbc64f
gnu: python-scanpy: Set PYTHONPATH variable.
This is a follow-up to commit 664721422c.

* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Set PYTHONPATH
variable during the build as GUIX_PYTHONPATH does not have the intended
effect.
2021-11-21 09:07:50 +01:00
Ricardo Wurmus 6c9bbf8071
gnu: python-scanpy: Update to 1.8.2.
* gnu/packages/bioinformatics.scm (python-scanpy): Update to 1.8.2.
[arguments]: Disable test_clustermap test.
2021-11-21 09:07:50 +01:00
Kaelyn Takata 4c4d53ed52
gnu: xfce-weather-plugin: Fix build by depending on libsoup2.
* gnu/packages/xfce.scm (xfce-weather-plugin)[inputs]: Replace libsoup with
libsoup-minimal-2.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-11-21 09:07:50 +01:00
Jack Hill 9f8a4760e8
gnu: python-libvirt: Update to 7.9.0.
* gnu/packages/virtualization.scm (python-libvirt): Update to 7.9.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-11-21 09:07:50 +01:00
Ricardo Wurmus 00127cbca7
gnu: python-seaborn: Update to 0.11.2.
* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.11.2.
2021-11-21 09:07:49 +01:00
Maxim Cournoyer d8b429ddb7
gnu: emacs-elpy: More aggressively trim nondeterministic tests.
More failing tests keep appearing sparingly, a few at a time.  With the
following change, the build succeeded 20 rounds.

* gnu/packages/emacs-xyz.scm (emacs-elpy)
[phases]{disable-broken-tests}: Disable whole tests families affected by
nondeterministic failures rather than individual tests.
2021-11-20 22:29:53 -05:00
Ricardo Wurmus 1a9665743b
gnu: perl-cworld-dekker: Use GUIX_PYTHONPATH.
* gnu/packages/bioinformatics.scm (perl-cworld-dekker)[arguments]: Use
GUIX_PYTHONPATH.
2021-11-21 00:40:34 +01:00
Ricardo Wurmus 664721422c
gnu: python-scanpy: Use GUIX_PYTHONPATH.
* gnu/packages/bioinformatics.scm (python-scanpy)[arguments]: Use
GUIX_PYTHONPATH instead of PYTHONPATH.
2021-11-21 00:39:57 +01:00
Ricardo Wurmus a22fb2d164
gnu: python-numpy: Alias to python-numpy-1.20.
Numpy 1.20 is required by numba and umap-learn.  Attempts to rename numpy 1.20
to allow it to coexist with numpy 1.21 in the same environment have not been
successful.

* gnu/packages/python-xyz.scm (python-numpy): Rename to...
(python-numpy-next): ...this variable.
(python2-numpy): Use python-numpy-next package as parent.
(python-numpy-1.20): Inherit from python-numpy-next.
(python-numpy): New variable pointing to python-numpy-1.20.
(python-numba)[propagated-inputs]: Replace python-numpy-1.20 with
python-numpy.
2021-11-21 00:39:09 +01:00
Ricardo Wurmus 55870e86d9
gnu: multiqc: Remove sanity check.
* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Delete 'sanity-check phase.
2021-11-21 00:39:09 +01:00
Ricardo Wurmus e2ca652c98
gnu: multiqc: Use GUIX_PYTHONPATH.
* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Replace PYTHONPATH
with GUIX_PYTHONPATH.
2021-11-21 00:39:05 +01:00
Ludovic Courtès b2bfedcdb3
gnu: libmp4v2: Build with '-std=c++03'.
* gnu/packages/video.scm (libmp4v2)[arguments]: Add #:configure-flags.
2021-11-20 23:11:45 +01:00
Ludovic Courtès 27ceda472a
gnu: python-qtconsole: Add dependency on python-pyqt.
* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]: Add
PYTHON-PYQT.
2021-11-20 23:11:45 +01:00
Ludovic Courtès aaf210888c
vm: <virtual-machine> defaults to using 'qemu-minimal'.
'qemu-minimal' is enough for system tests, which is the main (only?) use
of <virtual-machine>.

* gnu/system/vm.scm (<virtual-machine>)[qemu]: Default to QEMU-MINIMAL.
2021-11-20 23:11:44 +01:00
Ludovic Courtès ce67634629
gnu: tcp-wrappers: Allow compilation with glibc 2.33.
* gnu/packages/networking.scm (tcp-wrappers)[source]: Add 'snippet'.
2021-11-20 23:11:44 +01:00
Ludovic Courtès 83010a08bc
gnu: grafx2: Build with '-fcommon'.
* gnu/packages/game-development.scm (grafx2)[arguments]: Add '-fcommon'
to #:make-flags.
2021-11-20 23:11:44 +01:00
Ludovic Courtès c34bb6b310
gnu: grafx2: Add 'file-name' field to source.
Without a file name ending in ".tgz" (or similar), the 'unpack' phase
wouldn't extract it (as implemented in commit
cfcead2e51).

* gnu/packages/game-development.scm (grafx2)[source]: Add 'file-name'
field.
2021-11-20 23:11:44 +01:00
John Kehayias c51667d52e
gnu: ledger: Remove failing test output.
* gnu/packages/finance.scm (ledger)[source]: Add snippet to remove a failing
  test.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-11-20 19:23:50 +01:00
Guillaume Le Vaillant 89eb1f2a76
gnu: sdrangel: Update to 6.17.3.
* gnu/packages/radio.scm (sdrangel): Update to 6.17.3.
  [arguments]: Add 'fix-boost-compatibility' phase.
2021-11-20 19:18:44 +01:00
Guillaume Le Vaillant 4d02165992
gnu: opencpn: Update to 5.2.4.
* gnu/packages/geo.scm (opencpn): Update to 5.2.4.
  [arguments]: Update 'configure-flag' and 'fix-build' phase.
2021-11-20 18:23:15 +01:00