Commit graph

110975 commits

Author SHA1 Message Date
Ludovic Courtès 14cd517e0c
gnu: guile: Fix 'posix_spawn' usage for GNU/Hurd.
* gnu/packages/guile.scm (guile-3.0)[arguments]: Add
'patch-posix-spawn-usage' phase.
* gnu/packages/patches/guile-hurd-posix-spawn.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2023-03-30 12:44:21 +02:00
Ludovic Courtès 0b2d1fd410
gnu: guile-readline: Switch to gexps.
* gnu/packages/guile.scm (make-guile-readline): Switch to gexps.
2023-03-30 12:44:21 +02:00
Ludovic Courtès b37825934e
gnu: guile: Switch to gexps.
* gnu/packages/guile.scm (guile-3.0)[arguments]: Switch to gexps.
(guile-next)[arguments]: Likewise.
2023-03-30 12:44:21 +02:00
Ludovic Courtès ca7b1e2fd7
gnu: guile-static: Switch to gexps.
* gnu/packages/make-bootstrap.scm (make-guile-static): Switch to gexps.
2023-03-30 12:44:21 +02:00
Ludovic Courtès 83125dbc94
gnu: linux-pam: Allow compilation on GNU/Hurd.
* gnu/packages/linux.scm (linux-pam)[arguments]: Add #:phases.
2023-03-30 12:44:20 +02:00
Ludovic Courtès 1c179980fa
gnu: linux-pam: Switch to gexps.
* gnu/packages/linux.scm (linux-pam)[arguments]: Switch to gexps.
2023-03-30 12:44:20 +02:00
Josselin Poiret fda221c469
system: hurd: Use shepherd-0.8 in the package list.
* gnu/system/hurd.scm (%base-packages/hurd): Change shepherd to shepherd-0.8,
since the former uses fibers, and thus conflicts with the shepherd-0.8 we use in
the default essential services.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:20 +02:00
Josselin Poiret 2756d662aa
gnu: mig/32-bit: Remove.
* gnu/packages/hurd.scm (mig/32-bit): Remove unneeded variant.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:20 +02:00
Josselin Poiret 99f6cc0e54
gnu: hurd: Update DDE and use libdde_linux26.
* gnu/packages/hurd.scm (dde-sources): Update.
(hurd): Build libdde_linux26 and install it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:20 +02:00
Josselin Poiret d509aab230
gnu: gnumach, hurd-headers, hurd: Switch to using cross-mig.
* gnu/packages/hurd.scm (gnumach, hurd-headers, hurd): Switch to cross-mig when
cross-building.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:20 +02:00
Josselin Poiret 4b62a031a2
gnu: hurd: Remove useless glibc/hurd-headers input.
* gnu/packages/hurd.scm (hurd): Do it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:19 +02:00
Josselin Poiret 2447fe8814
gnu: hurd: Update to 3ff7053.
* gnu/packages/hurd.scm (hurd-headers): Do it.  Also backport some patches to
make it build, and remove older patches.  Also stop pretending we're on
i586-pc-gnu.
(hurd): Remove unneeded patches.
* gnu/packages/patches/hurd-add-without-rump-configure-option.patch:
* gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods-2.patch:
* gnu/packages/patches/hurd-fix-types-of-read-write-and-readables-methods.patch:
New files.
* gnu/packages/patches/hurd-cross.patch:
* gnu/packages/patches/hurd-xattr.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Register and unregister them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:19 +02:00
Josselin Poiret 6cd532c9f4
gnu: gnumach: Update to 1.8+git20220827.
* gnu/packages/hurd.scm (gnumach-headers): Do it.

* gnu/packages/patches/gnumach-add-missing-const_mach_port_name_array_t-type.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:19 +02:00
Josselin Poiret c78fd5a25d
gnu: mig: Update to 1.8+git20220827.
* gnu/packages/hurd.scm (mig): Do it.
* gnu/packages/patches/mig-cpu.h-generation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:19 +02:00
Josselin Poiret 5661f75d49
gnu: cross-base: Removed useless inputs to xhurd-core-headers.
* gnu/packages/cross-base.scm (cross-kernel-headers*): Remove them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:19 +02:00
Josselin Poiret 9a787edb9c
gnu: cross-base: Add cross arguments to hurd derivatives.
* gnu/packages/cross-base.scm (cross-kernel-headers*): Add --build and --host to
xhurd-headers and xhurd-minimal.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:19 +02:00
Josselin Poiret a16a9c5a7b
gnu: cross-base: Factor out cross-mig.
* gnu/packages/cross-base.scm (cross-mig): New exported procedure.
(cross-gnumach-headers): New procedure.
(cross-kernel-headers*): Factor them out.
(cross-libc*): Use them there.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:18 +02:00
Josselin Poiret 6cdd444a56
gnu: gcc@11: Patch libpthread on GNU/Hurd.
* gnu/packages/gcc.scm (gcc-11)[arguments]: Add 'patch-hurd-libpthread'
phase.
* gnu/packages/patches/gcc-11-libstdc++-hurd-libpthread.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-03-30 12:44:18 +02:00
Ludovic Courtès bbb849f11f
gnu: cross-base: Use gexps for 'cross-gcc-arguments'.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Switch to gexps.
2023-03-30 12:44:18 +02:00
Ludovic Courtès 065d766f09
gnu: glibc: Work around broken GNU Mach header detection.
* gnu/packages/base.scm (%glibc/hurd-configure-flags): New variable.
(glibc)[arguments]: Use it.
(glibc/hurd-headers)[arguments]: likewise.
* gnu/packages/cross-base.scm (cross-libc*): Likewise.

Co-authored-by: Josselin Poiret <dev@jpoiret.xyz>
2023-03-30 12:44:18 +02:00
Lars-Dominik Braun d9dc32b871
gnu: python-pyqtwebengine: Update to 5.15.9.
* gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.9.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pyqt-builder.
[arguments]: Move 'configure phase into #:configure-flags, drop
'make-namespace, add 'set-include-dirs.
2023-03-30 11:54:58 +02:00
Lars-Dominik Braun 628eefa369
gnu: python-pyqt: Update to 5.15.9.
Version 5.15.8 does not build.

* gnu/packages/qt.scm (python-pyqt): Update to 5.15.9.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pyqt-builder.
[arguments]: Disable tests, move 'configure phase into #:configure-flags.
2023-03-30 11:54:58 +02:00
Lars-Dominik Braun 9b7e8365e2
gnu: python-pyqt-builder: Update to 1.14.1.
* gnu/packages/qt.scm (python-pyqt-builder): Update to 1.14.1.
2023-03-30 11:54:58 +02:00
Lars-Dominik Braun eebb0bfd68
gnu: python-sip: Update to 6.7.7.
* gnu/packages/patches/python-sip-include-dirs.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/qt.scm (python-sip): Update to 6.7.7.
[propagated-inputs]: Add python-ply.
[source]: Use patch.
2023-03-30 11:54:31 +02:00
Guillaume Le Vaillant c10bfa8885
gnu: ucx: Update to 1.14.0.
* gnu/packages/fabric-management.scm (ucx): Update to 1.14.0.
* gnu/packages/patches/ucx-tcp-iface-ioctl.patch: Adapt patch to new ucx
  version.
2023-03-27 11:34:50 +02:00
Guillaume Le Vaillant 0ac126e4f2
gnu: psm2: Update to 11.2.230.
* gnu/packages/linux.scm (psm2): Update to 11.2.230.
2023-03-27 11:19:58 +02:00
Guillaume Le Vaillant dcb0007ca0
gnu: vtk: Don't pin to proj-7.
* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj-7 by proj.
2023-03-27 11:19:58 +02:00
Josselin Poiret 68793b702e
gnu: u-boot: Fix build under Python 3.10.
* gnu/packages/patches/u-boot-fix-build-python-3.10.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/bootloaders.scm (u-boot): Apply patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26 22:19:29 +02:00
Josselin Poiret 2a4fa1d127
gnu: opensbi: Build with default gcc, with microarch rv64g.
* gnu/packages/firmware.scm (make-opensbi-package): Remove specific #:xgcc for
the cross-toolchain, there is not reason for it now.  Also set the microarch to
rv64g, so that it builds.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-26 22:19:26 +02:00
Guillaume Le Vaillant ef7ddc8e8b
gnu: qtquickcontrols2-5: Fix source hash.
* gnu/packages/qt.scm (qtquickcontrols2-5)[source]: Fix hash.
2023-03-25 22:58:58 +01:00
Guillaume Le Vaillant 2dd0101de9
gnu: python-pyzmq: Update to 25.0.2.
* gnu/packages/python-xyz.scm (python-pyzmq): Update to 25.0.2.
  [source]: Update snippet.
  [arguments]: Add 'disable-draft-test' phase.
  [native-inputs]: Add python-pytest-asyncio and python-tornado.
2023-03-25 20:41:51 +01:00
Guillaume Le Vaillant e0840701eb
gnu: volk: Update to 3.0.0.
* gnu/packages/engineering.scm (volk): Update to 3.0.0.
  [arguments]: Add 'disable-check-lgpl-test' phase. Remove trailing booleans.
  [license]: Replace gpl3+ by lgpl3+. Add asl2.0.
2023-03-25 19:23:44 +01:00
Guillaume Le Vaillant 9e0942f7a4
gnu: cl-cffi-gtk: Update to 3.8.8-3.1700fe6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk): Update to 3.8.8-3.1700fe6.
  [source,home-page]: Switch to active repository.
  [inputs]: Remove labels.
  [arguments]: Update 'fix-paths' phase.
2023-03-25 15:09:06 +01:00
Guillaume Le Vaillant 073e98a422
gnu: cl-cffi: Update to 0.24.1-1.3397035.
* gnu/packages/lisp-xyz.scm (sbcl-cffi): Update to 0.24.1-1.3397035.
  [arguments]: Remove 'fix-arm-support' phase. Update 'fix-paths' phase.
2023-03-25 14:12:35 +01:00
Maxim Cournoyer 1415d964ab
gnu: python-pre-commit: Move deprecated variable next to replacement.
This fixes a module import dependency cycle, which was introduced in
831baaf81e ("gnu: python-pre-commit: Replace
with pre-commit.").  The rule of thumb to avoid these is that the deprecated
package should live next to the replacement package (in the same module).

* gnu/packages/python-xyz.scm (python-pre-commit): Move to...
* gnu/packages/version-control.scm (python-pre-commit): ... here.
2023-03-23 10:00:25 -04:00
Kaelyn Takata 0e2e1ffc95
gnu: git: Fix missing native-inputs after commit ccb62d8feb.
* gnu/packages/version-control.scm (git)[native-inputs]: Restore
native-inputs to what they were prior to the merge commit ccb62d8feb.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2023-03-21 15:18:56 +01:00
Josselin Poiret a973e1484d
gnu: gnulib: Depend on git-minimal/pinned.
* gnu/packages/build-tools.scm (gnulib)[native-inputs]: Change git to
git-minimal/pinned.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-03-20 23:57:23 +01:00
Andreas Enge bfe569e84b
Merge remote-tracking branch 'origin/master' into core-updates 2023-03-20 19:03:39 +01:00
Andreas Enge 30f4b3a7e8
gnu: openjdk10: Apply patch again.
This partially reverts commit 7636c49b45
where the patch was dropped.

* gnu/packages/java.scm (openjdk10)[source]: Apply patch.
2023-03-20 19:00:02 +01:00
Andreas Enge ccb62d8feb
Merge remote-tracking branch 'origin/master' into core-updates 2023-03-20 18:49:06 +01:00
Mădălin Ionel Patrașcu 2336d5f57a
gnu: Add r-annotationhubdata.
* gnu/packages/bioconductor.scm (r-annotationhubdata): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2023-03-20 18:25:10 +01:00
Mădălin Ionel Patrașcu 40b79eafee
gnu: Add r-affylmgui.
* gnu/packages/bioconductor.scm (r-affylmgui): New variable.
2023-03-20 18:25:10 +01:00
Mădălin Ionel Patrașcu 628c22ec9e
gnu: Add r-tkrplot.
* gnu/packages/cran.scm (r-tkrplot): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
2023-03-20 18:25:10 +01:00
Mădălin Ionel Patrașcu 9f09ac6b21
gnu: Add r-affyplm.
* gnu/packages/bioconductor.scm (r-affyplm): New variable.
2023-03-20 18:25:10 +01:00
Mădălin Ionel Patrașcu 284b5eca60
gnu: Add r-affyilm.
* gnu/packages/bioconductor.scm (r-affyilm): New variable.
2023-03-20 18:25:10 +01:00
Efraim Flashner f80215c7c4
gnu: python-google-api-client: Update to 1.12.8.
* gnu/packages/python-web.scm (python-google-api-client): Update to
1.12.8.
[arguments]: Remove custom phase to adjust setup.py.
[native-inputs]: Remove python-oauth2client, python-uritemplate. Move
python-httplib2, python-six ...
[propagated-inputs]: ... here. Add python-google-api-core-1,
python-google-auth-1, python-google-auth-httplib2, python-uritemplate-3.
2023-03-20 18:27:45 +02:00
Efraim Flashner f541989f95
gnu: python-googleapis-common-protos: Update to 1.56.4.
* gnu/packages/python-web.scm (python-googleapis-common-protos): Update
to 1.56.4.
[arguments]: Enable test suite.
2023-03-20 18:27:44 +02:00
Efraim Flashner 86f1a3643e
gnu: Add python-google-api-core-1.
* gnu/packages/python-web.scm (python-google-api-core-1): New variable.
2023-03-20 18:27:44 +02:00
Efraim Flashner e0deaf0a85
gnu: Add python-google-auth-1.
* gnu/packages/python-web.scm (python-google-auth-1): New variable.
2023-03-20 18:27:44 +02:00
Efraim Flashner a39aac3352
gnu: Add python-google-auth-httplib2.
* gnu/packages/python-web.scm (python-google-auth-httplib2): New
variable.
2023-03-20 18:27:44 +02:00