Maxim Cournoyer
35e026a68a
gnu: python-setuptools: Update to 67.6.1.
...
* gnu/packages/python-build.scm (python-setuptools): Update to 67.6.1.
2023-04-19 20:12:12 -04:00
Maxim Cournoyer
43b0388ed0
gnu: python-pip: Update to 23.1.
...
* gnu/packages/python-build.scm (python-pip): Update to 23.1.
2023-04-19 20:12:11 -04:00
Maxim Cournoyer
a454ca06b8
gnu: python-tomli-w: Use pyproject-build-system.
...
* gnu/packages/python-build.scm (python-tomli-w) [build-system]: Use
pyproject-build-system.
[arguments]: Remove #:phases arguments.
2023-04-19 20:12:11 -04:00
Maxim Cournoyer
87d9374807
gnu: python-tomli: Update to 2.0.1.
...
* gnu/packages/python-build.scm (python-tomli): Update to 2.0.1.
[build-system]: Use pyproject-build-system.
[arguments]: Remove build and install phase overrides. Add add-self-to-path.
[native-inputs]: Remove python-pypa-build and input labels.
2023-04-19 20:12:11 -04:00
Maxim Cournoyer
19c178e35f
gnu: python-pathspec: Update to 0.11.1.
...
* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1.
[home-page]: Update URL.
2023-04-19 20:12:11 -04:00
Maxim Cournoyer
1eeb4a246c
gnu: Add python-trove-classifiers.
...
* gnu/packages/python-build.scm (python-trove-classifiers): New variable.
2023-04-19 20:12:10 -04:00
Maxim Cournoyer
5c66f98c42
gnu: python-xyz: Move some packages to (gnu packages python-build).
...
This is to prepare for the new 'python-hatchling' build package, which has
these dependencies.
* gnu/packages/python-xyz.scm (python-pathspec, python-pluggy): Move to...
* gnu/packages/python-build.scm: ... here. Re-organize definitions a bit,
with comments.
2023-04-19 20:12:10 -04:00
Ludovic Courtès
1344c3388a
gnu: libsoup: Depend on Samba only on supported systems.
...
This unlocks gtk+@3 on i686-linux, which so far was unavailable because
Samba depends on Rust.
* gnu/packages/gnome.scm (libsoup-minimal)[inputs]: Have 'samba/pinned'
dependency only on supported systems.
2023-04-20 00:14:06 +02:00
Ludovic Courtès
0e2e7c7554
gnu: python-shiboken-2: Fix compilation with Python 3.10.
...
* gnu/packages/patches/python-shiboken-2-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qt.scm (python-shiboken-2): Use it.
2023-04-19 23:21:46 +02:00
Ludovic Courtès
3d1b93db65
gnu: xdot: Complete atk to at-spi2-core transition.
...
This is a followup to c000352c27
.
* gnu/packages/graphviz.scm (xdot)[arguments]: In 'wrap' phase, change
"atk" to "at-spi2-core".
2023-04-19 22:50:26 +02:00
Ludovic Courtès
04a4fe2df2
gnu: emacs-xelb: Fix compilation error with xcb-proto@1.15.
...
* gnu/packages/patches/emacs-xelb-ignore-length-element.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs-xyz.scm (emacs-xelb): Use it.
2023-04-19 22:32:58 +02:00
Ludovic Courtès
4f4c38c881
locale: Add glibc 2.33 to '%default-locale-libcs'.
...
Fixes <https://issues.guix.gnu.org/62934 >.
Reported by Brian Cully <bjc@spork.org>.
* gnu/system/locale.scm (%default-locale-libcs): Add GLIBC-2.33.
2023-04-19 16:32:03 +02:00
Ludovic Courtès
0e978a8195
gnu: glibc: Reintroduce version 2.33.
...
* gnu/packages/base.scm (glibc-2.33): New variable.
2023-04-19 16:32:03 +02:00
Andreas Enge
3b2761fae5
gnu: lxqt-session: Fix handling of procps@4.
...
* gnu/packages/patches/lxqt-session-procps-4.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
* gnu/packages/lxqt.cm (lxqt-session): Apply patch.
2023-04-19 15:03:07 +02:00
Andreas Enge
9665eb21a9
gnu: qtlocation: Correct hash.
...
This is probably a consequence of a branch merge, since the hash was for
version 5.15.5, whereas the package has version 5.15.8.
* gnu/packages/qt.scm (qtlocation): Correct hash.
2023-04-19 13:27:01 +02:00
Efraim Flashner
93b07e5eb6
gnu: libjpeg-turbo: Skip failing test on riscv64-linux.
...
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Adjust
configure-flags to skip a failing test also on riscv64-linux.
2023-04-19 09:54:00 +03:00
Fabio Natali
b82a18c8a3
gnu: borgmatic: Update to 1.7.12.
...
* gnu/packages/backup.scm (borgmatic): Update to 1.7.12.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-18 19:50:57 -04:00
Sharlatan Hellseher
ea8022264f
gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371].
...
Upstream introduced new versioning model <year>.<release>
* gnu/packages/astronomy.scm (stellarium): Update to 23.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-18 19:50:57 -04:00
Sharlatan Hellseher
cd6abb5de5
gnu: calcmysky: Update to 0.3.0.
...
* gnu/packages/astronomy.scm (calcmysky): Update to 0.3.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-04-18 19:50:56 -04:00
Timotej Lazar
7f5e067893
gnu: softhsm: Fix test failure with openssl-3.
...
* gnu/packages/patches/softhsm-fix-openssl3-tests.patch: New file.
* gnu/packages/security-token.scm (softhsm): Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-04-18 22:06:01 +02:00
Julien Lepiller
ba203839a5
gnu: openttd-opengfx: Fix build.
...
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Create mime database
in the `configure` phase.
[native-inputs]: Add shared-mime-info.
2023-04-18 21:49:03 +02:00
Julien Lepiller
d86869428c
gnu: nml: Update to 0.7.2.
...
* gnu/packages/game-development.scm (nml): Update to 0.7.2.
2023-04-18 21:48:53 +02:00
Julien Lepiller
319078cb0a
gnu: grfcodec: Update to latest commit.
...
* gnu/packages/game-development.scm (grfcodec): Update to latest commit.
2023-04-18 21:47:03 +02:00
Efraim Flashner
bb721d8861
gnu: gnutls: Extend test timeout on powerpc-linux.
...
* gnu/packages/tls.scm (gnutls)[arguments]: When building for
powerpc-linux add a phase to extend the test timeout.
2023-04-18 20:02:24 +03:00
Efraim Flashner
4d030fbd48
gnu: ultrastar-deluxe: Build with ffmpeg-5.
...
* gnu/packages/games.scm (ultrastar-deluxe)[inputs]: Replace ffmpeg with
ffmpeg-5.
2023-04-18 20:02:24 +03:00
Maxim Cournoyer
936b7bff32
gnu: guix: Update to 1.4.0-5.286cdf0.
...
* gnu/packages/package-management.scm (guix): Update to 1.4.0-5.286cdf0.
2023-04-18 12:29:12 -04:00
Ludovic Courtès
dd9b1a1c25
gnu: gdb: Change default to 12.x.
...
* gnu/packages/gdb.scm (gdb): Change to GDB-12.
2023-04-18 17:51:38 +02:00
Ludovic Courtès
6b5c21e043
gnu: gdb: Distinguish between the "pinned" and the "default" version.
...
* gnu/packages/gdb.scm (gdb/pinned): New variable.
* gnu/packages/rust.scm (rust)[native-inputs]: Use it instead of GDB.
2023-04-18 17:51:22 +02:00
Maxim Cournoyer
286cdf0bc5
tests: guix-system: Drop the i686-linux desktop image test.
...
Desktop these days means having Rust support (GNOME), which i686 currently
lacks on Guix.
* tests/guix-system.sh: Do not attempt to build the desktop.tmpl image for
i686-linux.
2023-04-18 11:43:14 -04:00
John Kehayias
ff8fd73927
gnu: samba: Update to 4.18.1 [security fixes].
...
Fixes CVE-2023-0922 and CVE-2023-0614.
* gnu/packages/samba.scm (samba): Update to 4.18.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-04-18 11:23:47 -04:00
Maxim Cournoyer
a8e17eb8e5
gnu: samba: Apply graft, and make graft private.
...
* gnu/packages/samba.scm (samba) [replacement]: Add field.
(samba/security-fixes): Renamed from samba/fixed, for clarity.
* gnu/packages/samba.scm (samba/pinned): Adjust for graft variable name change.
2023-04-18 11:23:47 -04:00
Maxim Cournoyer
813d670b15
gnu: samba: Make the python-cryptography input conditional.
...
* gnu/packages/samba.scm (samba) [arguments]: Conditionally enable self tests
in configure phase.
[native-inputs]: Conditionally add python-cryptography.
* gnu/packages/samba.scm (samba/pinned) [native-inputs]: Likewise.
Reported-by: John Kehayias <john.kehayias@protonmail.com>
2023-04-18 11:23:47 -04:00
Maxim Cournoyer
04cccedba5
tests: Fix texlive->guix-package test.
...
The home page for the package had changed.
* tests/texlive.scm ("texlive->guix-package"): Match the home-page and
synopsis inexactly to avoid future similar breakages.
2023-04-18 11:23:47 -04:00
Maxim Cournoyer
661d79ad32
gnu: python-pillow/security-fixes: Make graft package private.
...
This fixes the tests/packages.scm test suite, which would have failed its
'fold-available-packages with/without cache' test case due two python-pillow
packages having the same name/version.
* gnu/packages/python-xyz.scm (python-pillow/security-fixes): Make private.
2023-04-18 11:23:47 -04:00
Maxim Cournoyer
edffb3554f
tests: Re-add debug output to a package tests.
...
* tests/packages.scm ("fold-available-packages with/without cache"):
Re-introduce debugging output.
2023-04-18 11:23:47 -04:00
Ricardo Wurmus
a9f4b6ecd0
gnu: r-dmrseq: Update to 1.18.1.
...
* gnu/packages/bioconductor.scm (r-dmrseq): Update to 1.18.1.
2023-04-18 16:04:07 +02:00
Ricardo Wurmus
696ab006dc
gnu: r-beachmat: Update to 2.14.2.
...
* gnu/packages/bioconductor.scm (r-beachmat): Update to 2.14.2.
2023-04-18 16:04:07 +02:00
Ricardo Wurmus
48e7653fef
gnu: r-gdsfmt: Update to 1.34.1.
...
* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.34.1.
2023-04-18 16:04:07 +02:00
Ricardo Wurmus
18bf907114
gnu: r-ebimage: Update to 4.40.1.
...
* gnu/packages/bioconductor.scm (r-ebimage): Update to 4.40.1.
2023-04-18 16:04:07 +02:00
Ricardo Wurmus
1e5cc9e0ae
gnu: r-enrichplot: Update to 1.18.4.
...
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.18.4.
2023-04-18 16:04:07 +02:00
Ricardo Wurmus
af99d93ed6
gnu: r-structuralvariantannotation: Update to 1.14.1.
...
* gnu/packages/bioconductor.scm (r-structuralvariantannotation): Update to 1.14.1.
2023-04-18 16:04:06 +02:00
Ricardo Wurmus
eb24a88da1
gnu: r-rhdf5: Update to 2.42.1.
...
* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.42.1.
2023-04-18 16:04:03 +02:00
Ludovic Courtès
c8bc58a9e7
ci: Add 'gdb-minimal' to the "core" package set.
...
* gnu/ci.scm (%core-packages): Add GDB-MINIMAL.
2023-04-18 15:59:34 +02:00
Ludovic Courtès
664a222cac
gnu: gdb: Remove Hurd patch.
...
The patch was useful for GDB 11 on the previous Hurd version that was
used; it's unnecessary on GDB 12 and GDB 11 has other build issues on
the current GNU/Hurd.
This change fixes "guix build gdb-minimal --target=i586-pc-gnu".
* gnu/packages/patches/gdb-fix-gnu-nat-build.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gdb.scm (gdb-11)[arguments]: Remove 'patch-gdb/hurd' phase.
[inputs]: Remove "hurd-build.patch" input.
[supported-systems]: New field.
(gdb-12)[supported-systems]: New field.
2023-04-18 15:52:02 +02:00
Ludovic Courtès
b49fd5daab
gnu: gdb-minimal: Update to 12.x.
...
* gnu/packages/gdb.scm (gdb-minimal): Rebase on GDB-12.
2023-04-18 15:52:01 +02:00
Ludovic Courtès
2842b383dd
gnu: gdb: Use 'cross-mig' when targeting GNU/Hurd.
...
This is a followup to 2756d662aa
.
* gnu/packages/gdb.scm (gdb-11)[native-inputs]: Use 'cross-mig' instead
of 'mig/32-bit'.
2023-04-18 15:52:01 +02:00
Simon Tournier
e1bf3c6b5a
gnu: gcc-7, gcc-10, gcc-11: Hide packages.
...
* gnu/packages/gcc.scm (gcc-7, gcc-10, gcc-11): Also inherit 'hidden?'
properties.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-04-18 15:52:01 +02:00
Efraim Flashner
cf953e4c27
gnu: openmw-scenegraph: Fix build.
...
* gnu/packages/graphics.scm (openmw-scenegraph)[outputs]: Only use 'out'
output.
[arguments]: Delete inherited 'copy-plugins phase.
2023-04-18 16:27:41 +03:00
Efraim Flashner
3a67775154
gnu: repo2docker: Add missing inputs.
...
* gnu/packages/jupyter.scm (repo2docker)[inputs]: Add python-iso8601,
python-chardet.
2023-04-18 16:27:41 +03:00
Efraim Flashner
7a8e96d370
gnu: kwin: Update skipped test list.
...
* gnu/packages/kde-plasma.scm (kwin)[arguments]: Update custom 'check
phase with new list of skipped tests.
2023-04-18 16:27:41 +03:00