Commit graph

112681 commits

Author SHA1 Message Date
Maxim Cournoyer fa2c1689c8
gnu: valgrind/interactive: Rely on non-stripped glibc symbols.
* gnu/packages/valgrind.scm (valgrind/interactive)
[source]: Remove patches.
[arguments]: Delete field.
* gnu/packages/patches/valgrind-fix-default-debuginfo-path.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2023-04-14 23:37:06 -04:00
Maxim Cournoyer cfe4a07775
gnu: ruby-tzinfo-data: Remove #:guile argument in file-union call.
* gnu/packages/ruby.scm (ruby-tzinfo-data) [arguments]: Strip trailing #t.
[native-inputs]: Remove #:guile argument in file-union call.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer 97e37a8a79
gnu: wrap-python3: Replace assoc-ref call with gexp variable.
* gnu/packages/python.scm (wrap-python3) [arguments]: Replace assoc-ref call
with gexp variable in builder.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer ca0e4a4b5e
gnu: python-pluggy: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-pluggy): Update to 1.0.0.
(python-pluggy-next): Delete variable.
* gnu/packages/check.scm (python-pytest-7.1)
[propagated-inputs]: Remove python-pluggy replacement.
* gnu/packages/databases.scm (datasette) [propagated-inputs]: Replace
python-pluggy-next with python-pluggy.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer 55f051e28c
gnu: python-docutils: Update to 0.19.
* gnu/packages/python-xyz.scm (python-docutils): Update to 0.19.
[arguments]: Strip trailing #t.
(python-docutils-0.19): Delete variable.
2023-04-14 23:37:05 -04:00
Maxim Cournoyer 530cf34edb
gnu: source-highlight: Inline skip-doc-directory phase.
* gnu/packages/pretty-print.scm (source-highlight) [source]: Fix indentation.
[arguments]: Inline skip-doc-directory phase.
2023-04-14 23:37:04 -04:00
Maxim Cournoyer 7d3bb28a6f
gnu: openldap: Update to 2.6.3.
* gnu/packages/openldap.scm (openldap): Update to 2.6.3.
[arguments]: Integrate updated phases from openldap-2.6 package.  Strip
trailing #t.
2023-04-14 23:37:04 -04:00
Maxim Cournoyer e244ea2445
gnu: ghc-9.2: Make the skip-T21694-i686 phase unconditional.
* gnu/packages/haskell.scm (ghc-9.2) [arguments]: Remove match conditional for
the skip-T21694-i686 phase.
2023-04-14 23:37:04 -04:00
Maxim Cournoyer e6090152a6
gnu: freetype: Update remove-reference-to-pkg-config phase.
* gnu/packages/fontutils.scm (freetype) [arguments]: Use the newer
remove-reference-to-pkg-config phase variant, with a small adjustment to make
the target group optional.  Use gexps and search-input-file.
[propagated-inputs]: Update comment regarding harfbuzz.
2023-04-14 23:36:45 -04:00
Maxim Cournoyer 91c9bfc8c1
gnu: poppler-next: Delete variable.
* gnu/packages/pdf.scm (poppler-next): Delete variable.
* gnu/packages/gnome.scm (evince) [inputs]: Replace poppler-next with poppler.
2023-04-14 21:04:27 -04:00
Maxim Cournoyer 3c8a4d64ff
maint: Merge sanity-check-next.py into sanity-check.py.
* gnu/packages/aux-files/python/sanity-check-next.py: Rename to...
* gnu/packages/aux-files/python/sanity-check.py: ... this.
* guix/build-system/pyproject.scm (sanity-check.py): Adjust file name.
* Makefile.am (AUX_FILES): De-register sanity-check-next.py.
2023-04-14 21:01:34 -04:00
Maxim Cournoyer 20707a06d2
gnu: nss: Add which to to native inputs and use regular nspr.
* gnu/packages/nss.scm (nspr-next): Delete variable.
(nss) [native-inputs]: Add which.
[propagated-inputs]: Replace nspr-next with nspr.
* gnu/packages/gnuzilla.scm (icecat-minimal): Likewise.
2023-04-14 21:00:18 -04:00
Maxim Cournoyer c28b552d52
gnu: python-clickgen: Replace python-numpy-next with python-numpy.
* gnu/packages/python-xyz.scm (python-clickgen)
[propagated-inputs]: Replace python-numpy-next with python-numpy.
2023-04-14 20:43:49 -04:00
Maxim Cournoyer f14aa6d0a3
gnu: cups-minimal: Add config to native inputs unconditionally.
* gnu/packages/cups.scm (cups-minimal) [native-inputs]: Always add config.
2023-04-14 20:41:18 -04:00
Maxim Cournoyer 3bacd3c76a
Merge branch 'master' into core-updates.
Conflicts:
	gnu/local.mk
	gnu/packages/build-tools.scm
	gnu/packages/certs.scm
	gnu/packages/check.scm
	gnu/packages/compression.scm
	gnu/packages/cups.scm
	gnu/packages/fontutils.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/guile.scm
	gnu/packages/ibus.scm
	gnu/packages/image-processing.scm
	gnu/packages/linux.scm
	gnu/packages/music.scm
	gnu/packages/nss.scm
	gnu/packages/pdf.scm
	gnu/packages/python-xyz.scm
	gnu/packages/qt.scm
	gnu/packages/ruby.scm
	gnu/packages/shells.scm
	gnu/packages/tex.scm
	gnu/packages/video.scm
	gnu/packages/vulkan.scm
	gnu/packages/web.scm
	gnu/packages/webkit.scm
	gnu/packages/wm.scm
2023-04-14 17:15:08 -04:00
Maxim Cournoyer df3391c030
gnu: librsvg: Fix gdk-pixbuf-thumbnailer file name.
* gnu/packages/gnome.scm (librsvg)
[arguments]: Add patch-gdk-pixbuf-thumbnailer phase.
2023-04-14 15:43:21 -04:00
Maxim Cournoyer 7c88cfdb01
gnu: librsvg: Use gexps.
* gnu/packages/gnome.scm (librsvg) [arguments]: Use gexps, #$output and
search-input-directory in phases.
2023-04-14 15:42:34 -04:00
Maxim Cournoyer 6de7e0e54c
build/glib-or-gtk: Avoid duplicate entries in gdk-pixbuf loaders cache.
* guix/build/glib-or-gtk-build-system.scm (generate-gdk-pixbuf-loaders-cache):
Delete duplicate directories passed as input.
2023-04-14 15:35:36 -04:00
Maxim Cournoyer e6604e4b43
gnu: meson: Update to 1.1.0.
* gnu/packages/build-tools.scm (meson): Update to 1.1.0.
2023-04-14 15:34:54 -04:00
Simon Tournier 1e28aed2eb
gnu: julia: Fix test suite regression.
The update of 'mpfr' to 4.2.0 by commit
d26814f8b9 introduces a Julia test suite
regression.  The patch backports the Julia upstream fix.

* gnu/packages/julia.scm (julia)[source]: Add patch.
* gnu/packages/patches/julia-Use-MPFR-4.2.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-14 17:14:51 +02:00
Andreas Enge 31dd526e1c
gnu: gcc-11: Fix build on powerpc64le.
* gnu/packages/patches/gcc-11-libstdc++-powerpc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/gcc.scm (make-libstdc++): Apply patch for gcc versions >= 11
and < 12 on ppc64le.

Co-authored-by: Christopher Baines <mail@cbaines.net>
Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-14 11:14:47 +01:00
Andreas Enge 66b5d33c4f
Revert "gnu: gcc-11: Fix build on powerpc64le."
This reverts commit 9900f9e9b8.
2023-04-14 11:43:38 +02:00
Maxim Cournoyer 97ed675718
gnu: python-pytest-fork: Update to 1.6.0.
* gnu/packages/check.scm (python-pytest-fork): Update to 1.6.0.
[build-system]: Use pyproject-build-system.
[arguments]: Replace disable-setuptools-scm phase with pretend-version.
[native-inputs]: Remove input labels.  Add python-setuptools-scm.
(python-pytest-forked-next): Delete variable.
(python-pytest-xdist-next): Replace python-pytest-forked-next with
python-pytest-forked.
2023-04-13 15:56:41 -04:00
Maxim Cournoyer 0cc9950863
gnu: telepathy-idle: Update to 0.2.2-0.b516eab.
* gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2-0.b516eab.
[inputs]: Replace python-2 with python-wrapper, python2-dbus with python-dbus.
2023-04-13 15:41:55 -04:00
Maxim Cournoyer 14cb89b983
gnu: xsettingsd: Use cmake-build-system.
* gnu/packages/xdisorg.scm (xsettingsd) [build-system]: Use
cmake-build-system.
[arguments]: Remove #:scons and #:scons-flags arguments.  Add
 #:configure-flags argument.  Remove patch-sconstruct and install phases.  Add
 disable-problematic-tests phase.
[native-inputs]: Remove googletest-source; drop labels.
2023-04-13 15:34:17 -04:00
Maxim Cournoyer c02257b6d1
Merge staging branch.
Conflicts resolved in:
	gnu/packages/engineering.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/photo.scm
2023-04-13 13:45:35 -04:00
Andreas Enge 9900f9e9b8
gnu: gcc-11: Fix build on powerpc64le.
* gnu/packages/patches/gcc-11-libstdc++-powerpc.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/gcc.scm (make-libstdc++): Apply patch for gcc versions >= 11
and < 12 on ppc64le.

Co-authored-by: Christopher Baines <mail@cbaines.net>
2023-04-13 18:53:42 +02:00
kiasoc5 c371555a4b
gnu: copyq: Update to 7.0.0.
* gnu/packages/xdisorg.scm (copyq): Update to 7.0.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:53 +01:00
kiasoc5 18b13341ea
gnu: cbatticon: Update to 1.6.13.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.13.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:53 +01:00
Yovan Naumovski a0819cd5bc
gnu: freeciv: Update to 3.0.7.
* gnu/packages/games.scm (freeciv): Update to 3.0.7.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:52 +01:00
Yovan Naumovski ad37ea2a7b
gnu: uxn: Update to 0.1.0-1.83237c9.
* gnu/packages/emulators.scm (uxn): Update to 0.1.0-1.83237c9.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:52 +01:00
Parnikkapore 972d66b66d
gnu: minetest: Update to 5.7.0.
* gnu/packages/minetest.scm (minetest): Update to 5.7.0.
[arguments]: Move check phase to after install, as the tests refer to data
files in the installation.
(minetest-data): Update to 5.7.0.
* gnu/packages/games.scm (irrlicht-for-minetest): Update to 1.9.0mt10.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:43:17 +01:00
Yovan Naumovski d8f4e8bd6b
gnu: python-redis: Update to 4.5.4.
* gnu/packages/databases.scm (python-redis): Update to 4.5.4.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:34:50 +01:00
Antero Mejr 1e5ef8763f
gnu: python-breathe: Update to 4.35.0.
* gnu/packages/sphinx.scm (python-breathe): Update to 4.35.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:34:28 +01:00
aecepoglu 2ae84ecdd3
gnu: rust-slog-stdlog: Update to 4.1.1.
* gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:31:58 +01:00
jgart 0e06c64c57
gnu: python-faker: Update to 15.0.0.
* gnu/packages/python-xyz.scm (python-faker): Update to 15.0.0.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-13 17:27:03 +01:00
Christopher Baines b724c2592a
gnu: guix-build-coordinator: Update to 0-77.7f6db4b.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-77.7f6db4b.
2023-04-13 17:24:19 +01:00
Maxim Cournoyer 8d347815c7
gnu: evince: Update to 44.1.
* gnu/packages/gnome.scm (evince): Update to 44.1.
[arguments]: Update skip-gtk-update-icon-cache phase.
2023-04-13 10:18:58 -04:00
Florian Pelz 11ecc5a4f8
doc: Fix various typos.
* doc/guix.texi: Fix typos.
2023-04-13 15:32:47 +02:00
Sharlatan Hellseher 982698c52f
gnu: wsjtx: Improve package style.
* gnu/package/radio.scm (wsjtx): Improve package style by shifting order of
components.
[native-inputs]: Columnize, sort alphabetically.
[inputs]: Remove labels, sort alphabetically.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-12 23:04:53 -04:00
Sharlatan Hellseher 2c6b451605
gnu: wsjtx: Update to 2.6.1.
* gnu/packages/radio.scm (wsjtx): Update to 2.6.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-12 23:04:46 -04:00
Leo Famulari 60c97c60a5
gnu: Zstandard: Update to 1.5.5.
This fixes a corruption bug:

https://github.com/facebook/zstd/releases/tag/v1.5.5

* gnu/packages/compression.scm (zstd)[replacement, properties]: New fields.
(zstd-1.5.5): New variable.
2023-04-12 16:43:30 -04:00
Simon Tournier a957171bc4
gnu: ocaml-mdx: Fix tests.
* gnu/packages/ocaml.scm (ocaml-mdx)[arguments]: Substitue obsolete 'egrep' by
'grep -E'.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-12 21:53:05 +02:00
Simon Tournier 8557eb9ffb
gnu: ocaml-ppxlib: Fix tests.
* gnu/packages/ocaml.scm (ocaml-ppxlib)[arguments]: Substitue obsolete 'egrep'
by 'grep -E'.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2023-04-12 21:43:47 +02:00
Maxim Cournoyer 0fe2c78cac
gnu: Add missing import in (gnu packages fontutils).
This was erroneously not committed as part of 83397434b1.

* gnu/packages/fontutils.scm: Add missing import.
2023-04-12 14:19:24 -04:00
Maxim Cournoyer 83397434b1
gnu: python-afdko: Add bash-minimal to inputs.
* gnu/packages/fontutils.scm (python-afdko) [inputs]: Add bash-minimal.
2023-04-12 12:52:00 -04:00
Maxim Cournoyer ddf477e2d6
gnu: font-abattis-cantarell: Update to 0.303-0.e049149.
* gnu/packages/fonts.scm (font-abattis-cantarell): Update to 0.303-0.e049149.
[native-inputs]: Remove python-statmake.
2023-04-12 12:21:24 -04:00
Maxim Cournoyer 4e0c1a8deb
gnu: psautohint: Disable a failing test.
* gnu/packages/fontutils.scm (psautohint) [build-system]: Use
pyproject-build-system.
[arguments]: Remove check phase override.  Add #:test-flags, disabling a new test.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer 5b73d463d8
gnu: python-fontparts-bootstrap: Update to 0.11.0.
* gnu/packages/fontutils.scm (python-fontparts-bootstrap): Update to 0.11.0.
2023-04-12 12:03:36 -04:00
Maxim Cournoyer 11012b36af
gnu: python-unicodedata2: Update to 15.0.0.
* gnu/packages/python-xyz.scm (python-unicodedata2): Update to 15.0.0.
2023-04-12 12:03:36 -04:00