Merge branch 'emacs-team'
gnu: tipp10: Update to 3.3.0.
* gnu/packages/education.scm (tipp10): Update to 3.3.0.
[source]: Use git-fetch. Drop obsolete patches.
[build-system]: Use qt-build-system.
[arguments]: Add #:qtbase. Remove #:phases.
[inputs]: Replace qtbase-5 with qtbase, qtmultimedia-5 with qtmultimedia.
[home-page]: Update home page.
[license]: Add comment.
* gnu/packages/patches/tipp10-disable-downloader.patch: Delete file.
* gnu/packages/patches/tipp10-fix-compiling.patch: Likewise.
* gnu/packages/patches/tipp10-qt5.patch: Likewise.
* gnu/packages/patches/tipp10-remove-license-code.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.
Merge branch 'master' into emacs-team
gnu: python-glcontext: Update to 2.4.0-1.0af21b7.
* gnu/packages/python-xyz.scm (python-glcontext): Update to 2.4.0-1.0af21b7.
gnu: python-glcontext: Update to 2.4.0-0.beebc1f.
* gnu/packages/python-xyz.scm (python-glcontext): Explicitly refer to commit
instead of mutable Git tag.
gnu: bap: Update to 2.6.0-alpha-0.f995d28.
* gnu/packages/ocaml.scm (bap): Update to 2.6.0-alpha-0.f995d28.
gnu: bap: Update to 2.5.0-alpha-0.a972f8a.
* gnu/packages/ocaml.scm (bap): Explicitly refer to commit instead of mutable
Git tag.
git: Avoid touching the network unless needed in 'reference-available?'.
Follow-up of 756e336fa008c2469b4a7317ad5c641ed48f25d6 fixing the issue.
* guix/git/scm (reference-available?): Address case by case to determine
whether the reference exists in the local Git checkout.
gnu: wfa2-lib: Mark package as tunable.
* gnu/packages/bioinformatics.scm (wfa2-lib)[properties]: New field.
doc: contributing: Clarify generating the pre-inst-env script.
Lack of clarity reported by lrustland on IRC.
* doc/contributing.texi (Running Guix Before It Is Installed): Refer to
the Building from Git section when giving instructions for generating
the pre-inst-env script.
gnu: w3m: Remove input labels.
* gnu/packages/w3m.scm (w3m)[native-inputs]:
Remove input labels.
gnu: w3m: Add graphics support.
This increases the closure by a whopping 0.1 MiB.
* gnu/packages/w3m.scm (w3m)[arguments]: Add "-enable-image=fb,x11"
to the #:configure-flags.
gnu: Add jbr@21-b240.22.
* gnu/packages/java.scm (jbr21): New variable.
gnu: Add openjdk@21.
* gnu/packages/java.scm (openjdk21): New variable.
* gnu/packages/patches/openjdk-21-fix-rpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
gnu: Add openjdk@20.
* gnu/packages/java.scm (openjdk20): New variable.
teams: Add self to 'python'.
* etc/teams.scm.in (Marius Bakke): New person.
gnu: python-bwapy: Fix typo.
* gnu/packages/bioinformatics.scm (python-bwapy)[synopsis]: Fix typo.
gnu: python-arboreto: Add missing inputs.
* gnu/packages/bioinformatics.scm (python-arboreto)[propagated-inputs]: Add
PYTHON-LZ4 and PYTHON-PYARROW.
gnu: python-duniterpy: Update to 1.1.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 1.1.1.
[build-system]: Switch to PYPROJECT-BUILD-SYSTEM.
[arguments]: Add more tweaks for hard coded version ranges.
[native-inputs]: Add PYTHON-POETRY-CORE.