Commit graph

83270 commits

Author SHA1 Message Date
Leo Famulari f5fda6eeab
gnu: QtWebKit: Fix building with Python 3.9.
* gnu/packages/patches/qtwebkit-fix-building-with-python-3.9.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (qtwebkit)[source]: Use it.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-08-28 18:08:30 +02:00
Efraim Flashner 0e6efd2c4a
gnu: postgresql-13: Update to 13.4.
* gnu/packages/databases.scm (postgresql-13): Update to 13.4.
2021-08-27 15:02:41 +03:00
Guillaume Le Vaillant afe8ecdcc0
gnu: gnuais: Fix building with gcc-10.
* gnu/packages/radio.scm (gnuais)[arguments]: Pass '-fcommon' to CFLAGS.
2021-08-27 09:22:08 +02:00
Efraim Flashner c36b0cae82
gnu: cdrkit-libre: Fix building with gcc-10.
* gnu/packages/cdrom.scm (cdrkit-libre)[source]: Add snippet to fix
building with gcc-10.
2021-08-26 17:39:50 +03:00
Efraim Flashner 511e301bd7
gnu: mozjs-60: Update to 60.2.3-4.
* gnu/packages/gnuzilla.scm (mozjs-60): Update to 60.2.3-4.
2021-08-26 01:01:27 +03:00
Guillaume Le Vaillant 878fea6b18
gnu: spacefm: Fix build.
* gnu/packages/lxde.scm (spacefm)[arguments]: Pass '-fcommon' to CFLAGS.
2021-08-25 18:53:23 +02:00
Guillaume Le Vaillant 3e616cae7a
gnu: menu-cache: Fix build.
* gnu/packages/lxde.scm (menu-cache)[arguments]: Pass '-fcommon' to CFLAGS.
2021-08-25 18:50:58 +02:00
Guillaume Le Vaillant 24a472d9d5
gnu: libgdata: Fix tests.
* gnu/packages/gnome.scm (libgdata)[arguments]: Add 'set-home-for-tests'
  phase.
2021-08-25 18:38:09 +02:00
Guillaume Le Vaillant 42298953ba
gnu: uhttpmock: Fix tests.
* gnu/packages/web.scm (uhttpmock)[arguments]: Add 'set-home-for-tests' phase.
2021-08-25 18:33:20 +02:00
Efraim Flashner d9e7d9c408
gnu: fakeroot: Update to 1.25.3-1.24d6b08.
* gnu/packages/linux.scm (fakeroot): Update to 1.25.3-1.24d6b08.
2021-08-25 11:45:37 +03:00
Guillaume Le Vaillant 89d862493f
gnu: python2-pillow: Disable tests.
* gnu/packages/python-xyz.scm (python2-pillow)[arguments]: Disable tests.
2021-08-23 17:51:24 +02:00
Guillaume Le Vaillant 25adb1b6cd
gnu: python2-gamera: Disable wxpython support.
The package doesn't build when wxpython support is activated, and the only
dependent (didjvu) doesn't need it.

* gnu/packages/python-xyz.scm (python2-gamera)[inputs]: Remove
  python2-wxpython.
  [arguments]: Add 'disable-wx-support' phase.
2021-08-23 17:41:15 +02:00
Guillaume Le Vaillant 721bf4c001
gnu: monero-gui: Fix build.
* gnu/packages/finance.scm (monero-gui)[arguments]: Fix 'configure-flags'
  using gexp. Fix 'extract-monero-sources' phase.
2021-08-23 16:14:53 +02:00
Guillaume Le Vaillant 263f5b30d2
gnu: monero: Fix build.
* gnu/packages/finance.scm (monero)[source]: Update snippet to include
  missing Boost header.
2021-08-23 16:08:06 +02:00
Efraim Flashner 210949fdc2
gnu: pango: Update to 1.48.9.
* gnu/packages/gtk.scm (pango): Update to 1.48.9.
2021-08-23 12:32:53 +03:00
Guillaume Le Vaillant e1b711b1f5
gnu: maxima: Fix build.
Building with GCL is failing; build with SBCL instead.

* gnu/packages/maths.scm (maxima)[inputs]: Replace gcl by sbcl.
  Add bash-minimal.
  [arguments]: Update 'configure-flags' and 'check' phase.
2021-08-23 10:48:15 +02:00
Guillaume Le Vaillant 0f87bd0282
gnu: gcl: Update to 2.6.12-3.ff7ef98.
* gnu/packages/lisp.scm (gcl): Update to 2.6.12-3.ff7ef98.
  [version]: Use git-version.
  [source]: Use git-file-name.
  [inputs]: Add bash-minimal and libtirpc.
  [arguments]: Update 'configure-flags' and 'make-flags', using gexps.
  Add 'realpath-workaround' and 'fix-makefile' phases.
2021-08-22 18:45:15 +02:00
Thiago Jung Bauermann bf53a26a3a
gnu: texlive-texmf: Disable LuaJIT engines on powerpc64le.
LuaJIT isn’t ported to 64-bit PowerPC. ‘texlive-bin’ and
‘texlive-latex-base’ already disable the engines that rely on it, so just
do the same in texlive-texmf.

Fix suggested by Mathieu Othacehe <othacehe@gnu.org>.

* gnu/packages/tex.scm (texlive-texmf)[arguments]: Disable LuaJIT
engines when building for powerpc64le.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-22 14:17:05 +03:00
Efraim Flashner 06e258c3c0
gnu: python-jupyter-core: Use GUIX_PYTHONPATH.
* gnu/packages/python-xyz.scm (python-jupyter-core)[arguments]: Adjust
custom 'patch-testsuite phase to use GUIX_PYTHONPATH as the PYTHONPATH.
2021-08-22 14:08:54 +03:00
Efraim Flashner c37bd286ea
gnu: python-jsonschema: Update inputs.
* gnu/packages/python-xyz.scm (python-jsonschema)[propagated-inputs]:
Remove python-importlib-metadata.
(python2-jsonschema)[propagated-inputs]: Add python2-importlib-metadata.
2021-08-22 14:08:54 +03:00
Efraim Flashner 5987855f21
gnu: python-jsonschema: Fix test suite.
* gnu/packages/python-xyz.scm (python-jsonschema)[arguments]: Adjust
custom 'check phase to honor #:tests and to set the
JSON_SCHEMA_TEST_SUTE environment variable.
2021-08-22 14:08:54 +03:00
Efraim Flashner 0e55c4902b
gnu: ruby-netrc: Fix test suite.
* gnu/packages/ruby.scm (ruby-netrc)[arguments]: Add phase to adjust the
test suite for the newer ruby version.
2021-08-22 14:08:53 +03:00
Efraim Flashner 576e82d34a
gnu: ruby-test-unit: Update to 3.4.4.
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.4.4.
2021-08-22 14:08:53 +03:00
Mathieu Othacehe c130c94284
gnu: libpeas: Update to 1.30.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.30.0.
[arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables to fix the tests.
2021-08-22 12:22:31 +02:00
Efraim Flashner 2a15e92766
gnu: libfaketime: Adjust flags on powerpc64le-linux.
* gnu/packages/check.scm (libfaketime)[arguments]: Adjust CFLAGS on
powerpc64le-linux to make package work.
2021-08-22 12:16:48 +03:00
Mathieu Othacehe 839e1eb085
gnu: gstreamer: Fix build.
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Add a disable-test phase
to remove an undeterministically failing test.
2021-08-20 21:30:32 +02:00
Maxime Devos a24631a6df
gnu: appstream-glib: Fix failing tests.
* gnu/packages/glib.scm (appstream-glib)[arguments]<#:phases>{set-home}: Add a
new phase 'set-home' for tests that want to write to $HOME.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-07-27 12:34:57 -04:00
Leo Famulari 8d25a14aac
gnu: GnuPG: Update to 2.2.29.
* gnu/packages/gnupg.scm (gnupg): Update to 2.22.9.
2021-07-27 12:34:56 -04:00
Mathieu Othacehe 1afe3c502b
gnu: python: Build lib2to3/tests module.
* gnu/packages/python.scm (python-2.7)[arguments]: Build lib2to3/tests module
that is needed by python-pyannotate.
2021-08-20 18:33:51 +02:00
Maxime Devos e1ffd78270
gnu: dedukti: Fix reference to output.
* gnu/packages/ocaml.scm
  (dedukti)[arguments]<#:phases>: Use #$output.  Remove trailing #t.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos 8717b34cd4
gnu: ocaml4.07-piqi: Fix reference to inputs and output.
The package 'lablgtk@2.8.10' (indirect dependency of ocaml4.07-piqi)
fails to build so this patch could not be tested.

* gnu/packages/ocaml.scm
  (ocaml4.07-piqi)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos 4001657811
gnu: omake: Fix reference to output.
* gnu/packages/ocaml.scm
  (omake)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos 463deeefdc
gnu: ocaml-frontc: Fix reference to output.
* gnu/packages/ocaml.scm
  (ocaml-frontc)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos ce8c675a18
gnu: ocaml-down: Fix reference to output.
The package 'lablgtk@2.8.10' (indirect dependency of ocaml-down)
fails to build so this patch could not be tested.

* gnu/packages/ocaml.scm
  (ocaml-down)[arguments]<#:build-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos 06c91c7651
gnu: camlzip: Fix reference to output.
* gnu/packages/ocaml.scm
  (camlzip)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos 82f66e98b1
gnu: ocaml-opam-file-format: Fix reference to output.
* gnu/packages/ocaml.scm
  (ocaml-opam-file-format)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:51 +02:00
Maxime Devos 831f192346
gnu: ocaml-cmdliner: Fix reference to output.
* gnu/packages/ocaml.scm
  (ocaml-cmdliner)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:50 +02:00
Maxime Devos 96ca16857f
gnu: ocaml-dose3: Fix reference to inputs and output.
The package 'lablgtk@2.8.10' (indirect dependency of ocaml-dose3)
fails to build so this patch could not be tested.

* gnu/packages/ocaml.scm
  (ocaml-dose3)[arguments]<#:make-flags>: Use #$output.
  (ocaml-dose3)[arguments]<#:configure-flags>: Don't use %build-inputs.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:50 +02:00
Maxime Devos 04b909829c
gnu: ocamlcudf: Fix reference to output.
* gnu/packages/ocaml.scm
  (ocamlcudf)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:50 +02:00
Maxime Devos dd32e0ecfe
gnu: ocamlbuild: Fix reference to output.
* gnu/packages/ocaml.scm
  (ocamlbuild)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:50 +02:00
Maxime Devos c33c44fd43
gnu: ocaml: Fix reference to output.
* gnu/packages/ocaml.scm
  (dune-boot)[arguments]<#:make-flags>: Use #$output.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-20 18:33:50 +02:00
Guillaume Le Vaillant cd5b2cf56a
gnu: libspatialite: Fix build.
* gnu/packages/geo.scm (libspatialite)[arguments]: Update the
  'ignore-broken-tests' phase to skip one failing test.
2021-08-20 14:24:52 +02:00
Guillaume Le Vaillant d130eaf13e
gnu: netcdf-fortran: Fix compiling with gfortran 10.
* gnu/packages/maths.scm (netcdf-fortran)[arguments]: Add
  'allow-argument-mismatch' flag for gfortran in 'configure-flags'.
2021-08-20 14:10:49 +02:00
Guillaume Le Vaillant 361d4627ab
gnu: netcdf: Fix build.
* gnu/packages/maths.scm (netcdf)[arguments]: Fix regexp in 'patch-settings'
  phase.
2021-08-20 14:10:49 +02:00
Guillaume Le Vaillant 979611d4dd
gnu: hdf4: Fix compiling with gfortran 10.
* gnu/packages/maths.scm (hdf4)[arguments]: Add 'allow-argument-mismatch' flag
  for gfortran in 'configure-flags'. Fix regexp in 'patch-settings' phase.
2021-08-20 14:10:49 +02:00
Mathieu Othacehe f91097c509
gnu: the-silver-searcher: Fix build.
* gnu/packages/code.scm (the-silver-searcher)[arguments]: Pass the -fcommon
flag that is required since the GCC 10 switch.
2021-08-20 13:45:10 +02:00
Mathieu Othacehe 9de5bded7a
gnu: strace: Update to 5.13.
* gnu/packages/linux.scm (strace): Update to 5.13.
[arguments]<#:phases>: Fix strace.c path.
Disable more tests: the readlink test that fails because of an extra glibc
readlink call because of the ld.so cache mechanism and some pidns tests that
hang forever.
2021-08-20 13:15:49 +02:00
Thiago Jung Bauermann 533f9b13d8
gnu: aalib: Update ‘config.guess’ and ‘config.sub’
The original versions are too old to recognize architectures such as
aarch64, mips64el and powerpc64le.

* gnu/packages/video.scm (aalib)[native-inputs]: Add ‘config’.
[arguments]<#:phases>{update-configure-scripts}: New.
{configure}: Don’t set host explicitly.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-19 17:01:40 +02:00
Thiago Jung Bauermann 6b85b4cf9b
gnu: pth: Update ‘config.guess’ and ‘config.sub’
The original versions are too old to recognize architectures such as
aarch64 and powerpc64le.

* gnu/packages/pth.scm (pth)[arguments]: Change from quasiquote to quote.
[#:phases]{update-config-scripts}: New.
[native-inputs]: Add ‘config’.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-19 17:00:49 +02:00
Nathan Benedetto Proença c88a870e9c
gnu: evince: Update to 40.2.
* gnu/packages/gnome.scm (evince): Update to 40.2.
[build-system]: Switch to meson.
[arguments]: Move skip-gtk-update-icon-cache phase from before install to
after unpack. Adapt to meson switch.
[inputs]: Remove dogtail. Add libhandy.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-08-19 16:01:27 +02:00