Age | Commit message (Expand) | Author |
2023-03-31 | gnu: python-pytest-isort: Update to 3.1.0....Resolves test failures.
* gnu/packages/python-check.scm (python-pytest-isort)[arguments]: Remove #:phases,
disable tests.
[native-inputs]: Remove python-mock.
| Lars-Dominik Braun |
2023-03-31 | gnu: ucommon: Explicitly select C++ version....* gnu/packages/telephony.scm (ucommon)[arguments]: Set -std=c++14.
| Lars-Dominik Braun |
2023-03-31 | gnu: ghc-language-c: Update to 0.9.1....This fixes issues with GCC 11, see
https://github.com/haskell/c2hs/issues/268.
* gnu/packages/haskell-xyz.scm (ghc-language-c): Update to 0.9.1.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-fixtures: Add missing dependency....* gnu/packages/check.scm (python-fixtures)[propagated-inputs]: Add
python-extras.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-fixtures-bootstrap: Add missing dependency....* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]:
Add python-extras.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-testtools: Remove unused dependency....* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove
python-extras.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-testtools-bootstrap: Update to 2.6.0....Supports Python 3.10 and 3.11.
* gnu/packages/check.scm (python-testtools-bootstrap): Update to 2.6.0.
[propagated-inputs]: Remove python-extras, which is not a dependency.
| Lars-Dominik Braun |
2023-03-30 | gnu: guile: Skip OOM test on powerpc64le-linux....* gnu/packages/guile/scm (guile-3.0)[arguments]: Add phase when building
for powerpc64le-linux disabling the OOM test.
| Efraim Flashner |
2023-03-30 | gnu: libgc: Fix building on powerpc-linux....* gnu/pakcages/bdw-gc.scm (libgc)[arguments]: When building for
powerpc-linux add a make-flag to not protect virtual-dirty bits.
| Efraim Flashner |
2023-03-30 | gnu: libgc: Fix building on powerpc64le-linux....* gnu/packages/bdw-gc.scm (libgc)[arguments]: Add a make-flag when
building for powerpc64le-linux to disable using SDB (soft-dirty bits).
| Efraim Flashner |
2023-03-30 | gnu: python-trio: Run pytest on tests directory only....Failing to do so causes cryptic module load errors.
* gnu/packages/python-xyz.scm (python-trio)[arguments]: Add path parameter
to invoke.
| Lars-Dominik Braun |
2023-03-30 | maint: Re-add IceCat to '%system-packages'....Suggested by Andreas Enge <andreas@enge.fr>.
* etc/release-manifest.scm (%system-packages): Uncomment "icecat" since
'%system-manifest' already filters it out where needed.
| Ludovic Courtès |
2023-03-30 | 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.
| Ludovic Courtès |
2023-03-30 | gnu: guile-readline: Switch to gexps....* gnu/packages/guile.scm (make-guile-readline): Switch to gexps.
| Ludovic Courtès |
2023-03-30 | gnu: guile: Switch to gexps....* gnu/packages/guile.scm (guile-3.0)[arguments]: Switch to gexps.
(guile-next)[arguments]: Likewise.
| Ludovic Courtès |
2023-03-30 | gnu: guile-static: Switch to gexps....* gnu/packages/make-bootstrap.scm (make-guile-static): Switch to gexps.
| Ludovic Courtès |
2023-03-30 | gnu: linux-pam: Allow compilation on GNU/Hurd....* gnu/packages/linux.scm (linux-pam)[arguments]: Add #:phases.
| Ludovic Courtès |
2023-03-30 | gnu: linux-pam: Switch to gexps....* gnu/packages/linux.scm (linux-pam)[arguments]: Switch to gexps.
| Ludovic Courtès |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | gnu: mig/32-bit: Remove....* gnu/packages/hurd.scm (mig/32-bit): Remove unneeded variant.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | gnu: hurd: Remove useless glibc/hurd-headers input....* gnu/packages/hurd.scm (hurd): Do it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | 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>
| Josselin Poiret |
2023-03-30 | gnu: cross-base: Use gexps for 'cross-gcc-arguments'....* gnu/packages/cross-base.scm (cross-gcc-arguments): Switch to gexps.
| Ludovic Courtès |
2023-03-30 | 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>
| Ludovic Courtès |
2023-03-30 | 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.
| Lars-Dominik Braun |
2023-03-30 | 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.
| Lars-Dominik Braun |
2023-03-30 | gnu: python-pyqt-builder: Update to 1.14.1....* gnu/packages/qt.scm (python-pyqt-builder): Update to 1.14.1.
| Lars-Dominik Braun |
2023-03-30 | 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.
| Lars-Dominik Braun |
2023-03-27 | 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.
| Guillaume Le Vaillant |
2023-03-27 | gnu: psm2: Update to 11.2.230....* gnu/packages/linux.scm (psm2): Update to 11.2.230.
| Guillaume Le Vaillant |
2023-03-27 | gnu: vtk: Don't pin to proj-7....* gnu/packages/image-processing.scm (vtk)[inputs]: Replace proj-7 by proj.
| Guillaume Le Vaillant |
2023-03-26 | 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>
| Josselin Poiret |
2023-03-26 | 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>
| Josselin Poiret |
2023-03-25 | gnu: qtquickcontrols2-5: Fix source hash....* gnu/packages/qt.scm (qtquickcontrols2-5)[source]: Fix hash.
| Guillaume Le Vaillant |
2023-03-25 | 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.
| Guillaume Le Vaillant |
2023-03-25 | 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.
| Guillaume Le Vaillant |
2023-03-25 | 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.
| Guillaume Le Vaillant |
2023-03-25 | 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.
| Guillaume Le Vaillant |
2023-03-23 | gnu: python-pre-commit: Move deprecated variable next to replacement....This fixes a module import dependency cycle, which was introduced in
831baaf81e57ce9d9053ba6f9e0653a2d27298c4 ("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.
| Maxim Cournoyer |
2023-03-21 | 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>
| Kaelyn Takata |
2023-03-20 | 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>
| Josselin Poiret |
2023-03-20 | Merge remote-tracking branch 'origin/master' into core-updates | Andreas Enge |