Commit graph

113280 commits

Author SHA1 Message Date
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
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
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
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 39ec7b86c0
gnu: openssl: Update cross-configure target for riscv64-linux .
* gnu/packages/tls.scm (target->openssl-target): When building for
riscv64-linux use architecture specific configurations.
2023-04-18 11:53:16 +03:00
Efraim Flashner e0f43c6a27
gnu: elfutils: Skip 3 more tests on riscv64-linux.
* gnu/packages/elf.scm (elfutils)[arugments]: When building for
riscv64-linux skip 3 more failing tests.
2023-04-18 11:00:47 +03:00
John Kehayias a5c4b50c36
gnu: python-google-auth: Update to 2.17.3.
* gnu/packages/python-web.scm (python-google-auth): Update to 2.17.3.
[native-inputs]: Add python-mock.
2023-04-18 00:45:36 -04:00
John Kehayias 3e8d608dac
gnu: python-urllib3: Update to 1.26.15.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.15.
2023-04-18 00:40:16 -04:00
John Kehayias f2797f18c2
gnu: python-oauth2client: Fix build.
* gnu/packages/python-web.scm (python-oauth2client)[propagated-inputs]: Add
python-pyparsing.
2023-04-18 00:25:12 -04:00
John Kehayias f2cc76c809
gnu: python-httplib2: Update to 0.22.0.
* gnu/packages/python-web.scm (python-httplib2): Update to 0.22.0.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-cryptography.
2023-04-18 00:19:51 -04:00
John Kehayias aaf85222f1
gnu: python-pytest-localserver: Update to 0.7.1.
* gnu/packages/check.scm (python-pytest-localserver): Update to 0.7.1.
2023-04-18 00:11:52 -04:00
Andreas Enge a6d2b54d39
gnu: Clean up merge errors.
* gnu/packages/gstreamer.scm (gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-editing-services, python-gst): Use
standard meson instead of non-existing meson-0.63.
2023-04-17 20:58:30 +02:00
Andreas Enge 216d7bdb73
Merge remote-tracking branch 'origin/master' into core-updates 2023-04-17 19:17:39 +02:00
Guillaume Le Vaillant 50dd91bc30
gnu: gqrx: Update to 2.15.10.
* gnu/packages/radio.scm (gqrx): Update to 2.15.10.
2023-04-17 17:35:50 +02:00
Sharlatan Hellseher d3ce883304
gnu: wfview: Update to 1.62.
* gnu/packages/radio.scm (wfview): Update to 1.62.
  Use Gexp, shift order of components.
  [inputs]: Add hidapi, qtgamepad.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-04-17 17:19:29 +02:00
Christopher Baines 00b5c37e34
gnu: guix-build-coordinator: Update to 0-78.2efcd8b.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-78.2efcd8b.
2023-04-17 15:56:59 +01:00
Christopher Baines e5c33837cb
self: Restructure accessing packages.
Both for consistency (always use specification->package as defined in this
module) and so that all the packages that are used can be accessed (which
comes in useful when applying grafts).

* guix/self.scm (%packages): New variable.
(specification->package): Use %packages.
(locale-data, translate-texi-manuals, info-manual, guix-command,
compiled-guix): Use specification->package.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-17 15:39:42 +01:00
Christopher Baines 095754ea88
packages: Export guile-for-grafts.
So this can be used in (guix self).

* guix/packages.scm (guile-for-grafts): Export.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-04-17 15:39:40 +01:00
Guillaume Le Vaillant d3c7ca3c40
gnu: python-qscintilla: Fix build.
* gnu/packages/qt.scm (python-qscintilla)[build-system]: Swith to
  pyproject-build-system.
  [arguments]: Update 'configure-flags'. Delete custom 'configure' phase. Add
  'prepare-build' and 'set-include-dirs' phases.
  [native-inputs]: Add python-pyqt-builder and qtbase-5.
  [inputs]: Add python-sip.
2023-04-17 15:23:49 +02:00
Guillaume Le Vaillant 924c871ff6
gnu: qscintilla: Update to 2.13.4.
* gnu/packages/qt.scm (qscintilla): Update to 2.13.4.
2023-04-17 13:56:43 +02:00
Nicolas Goaziou 2d06dfc050
gnu: emacs-wordgen: Fix build on 32-bit platforms.
* gnu/packages/emacs-xyz.scm (emacs-wordgen)[arguments]<#:emacs>: Use
EMACS-WIDE-INT on 32-bit platforms.
2023-04-17 13:30:10 +02:00
Lars-Dominik Braun 89acc4d5c6
gnu: r-mixedpower: Update to b2b87068.
* gnu/packages/statistics.scm (r-mixedpower): Update to commit
b2b87068546327d8f592d141e5482e0478c1b2ee, remove patch.
* gnu/packages/patches/r-mixedpower-r2power.patch: Remove file.
* gnu/local.mk: Unregister it.
2023-04-17 11:55:30 +02:00
Guillaume Le Vaillant 1c86be2fd6
gnu: mysql: Fix build.
The version of mysql currently packaged doesn't support openssl-3.

* gnu/packages/databases.scm (mysql)[inputs]: Replace openssl by openssl-1.1.
2023-04-17 11:55:12 +02:00
Guillaume Le Vaillant c0723849b5
gnu: cl-burgled-batteries3: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]: Rename
  'adjust-for-python-3.9' phase to 'adjust-for-python-3.10' and update it.
2023-04-17 11:41:39 +02:00
Kyle Andrews a117510a8c
gnu: Add r-littler.
* gnu/packages/cran.scm (r-littler): New variable.
2023-04-17 11:35:29 +02:00
Guillaume Le Vaillant b6ffcc4de4
gnu: cl-ana: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-cl-ana)[arguments]: Use gexp. Update
  'fix-paths' phase. Add 'fix-newer-hdf5-compatibility' phase.
2023-04-17 11:28:45 +02:00
Guillaume Le Vaillant a2ed9816c9
gnu: cl-hdf5-cffi: Fix build.
* gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi)[inputs]: Remove labels.
  [arguments]: Use gexp, add 'fix-newer-hdf5-compatibility' phase.
2023-04-17 11:16:58 +02:00
Navid Afkhami b95cd3f969
gnu: Add r-demuxmix.
* gnu/packages/bioinformatics.scm (r-demuxmix): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-04-17 11:16:30 +02:00
Navid Afkhami 2b2068a083
gnu: Add r-demultiplex2.
* gnu/packages/bioinformatics.scm (r-demultiplex2): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-04-17 11:14:30 +02:00
Ricardo Wurmus 83fb491e44
gnu: r-simr: Update to 1.0.7.
* gnu/packages/statistics.scm (r-simr): Update to 1.0.7.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus eee0b6075a
gnu: r-quantreg: Update to 5.95.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.95.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus 8159838e81
gnu: r-deoptimr: Update to 1.0-12.
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.0-12.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus 303acb3a0b
gnu: r-segmented: Update to 1.6-4.
* gnu/packages/statistics.scm (r-segmented): Update to 1.6-4.
2023-04-17 11:11:17 +02:00
Ricardo Wurmus 7e80f058ca
gnu: r-git2r: Update to 0.32.0.
* gnu/packages/statistics.scm (r-git2r): Update to 0.32.0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 5507db7ee0
gnu: r-markdown: Update to 1.6.
* gnu/packages/statistics.scm (r-markdown): Update to 1.6.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus ca6f22f63b
gnu: r-stars: Update to 0.6-1.
* gnu/packages/cran.scm (r-stars): Update to 0.6-1.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 68355cf37b
gnu: r-seqminer: Update to 8.9.
* gnu/packages/cran.scm (r-seqminer): Update to 8.9.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 853fd0f2c3
gnu: r-parsnip: Update to 1.1.0.
* gnu/packages/cran.scm (r-parsnip): Update to 1.1.0.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus 648f92a434
gnu: r-workflowsets: Update to 1.0.1.
* gnu/packages/cran.scm (r-workflowsets): Update to 1.0.1.
2023-04-17 11:11:16 +02:00
Ricardo Wurmus d2d6ea993e
gnu: r-tune: Update to 1.1.1.
* gnu/packages/cran.scm (r-tune): Update to 1.1.1.
2023-04-17 11:11:16 +02:00