Commit graph

167766 commits

Author SHA1 Message Date
Ashish SHUKLA
bbf69085a3
gnu: sbcl: Update to 2.5.8.
* gnu/packages/lisp.scm (sbcl): Update to 2.5.8.

Fixes: guix/guix#370
Change-Id: I977c864efc37ce86904512a5a35777e457a7c475
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2025-09-07 15:08:15 +02:00
Ashish SHUKLA
d01fbfedce
gnu: sbcl-burgled-batteries3: Unbreak with Python 3.11.
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]
<#:phases>: Update 'adjust-for-python-3.10' with more patterns.

Change-Id: I51185d1f5ab63b5421e8748aa45133019187868a
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2025-09-07 15:08:15 +02:00
Nicolas Graves
8c7e3e027f
gnu: jube: Switch to pyproject.
* gnu/packages/python-xyz.scm (jube):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them explicitely.
[native-inputs]: Add python-setuptools-next. Remove python-pyyaml.
[propagated-inputs]: Add python-pyyaml, listed in the package as an
install requirements, and no tests were run in the first place.

Change-Id: I4b11597196a5d9e6a227d064cf6ab96276a57aff
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
40cd075186
gnu: wfetch: Switch to pyproject.
* gnu/packages/python-xyz.scm (wfetch):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Improve style.
<#:use-setuptools?>: Unset.
[native-inputs]: Add python-setuptools-next.

Change-Id: I9b8fa66a3ff0ef20adcda3541918ce0b85e8e4f6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
31ad41fa9a
gnu: s3cmd: Switch to pyproject.
* gnu/packages/python-xyz.scm (s3cmd):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Disable them.
<#:phases>: Add 'check phase to clarify how tests are supposed to be
run.  Improve style.
[native-inputs]: Add python-setuptools-next.
[inputs]: Improve style.

Change-Id: Ife22d6596387c179b1c44f8f8ae8b54ddcca195b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
1fdf3c2f60
gnu: pyzo: Switch to pyproject.
* gnu/packages/python-xyz.scm (pyzo):
[build-system]: Switch to pyproject-build-system.
[arguments]: Enable <#:tests?>, replace <#:phases> with <#:test-flags>.
[native-inputs]: Add python-pytest and python-setuptools-next.

Change-Id: Ia163f37bb64282cc8f9e9f10600dd40125915aa0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
bcdf37a0a6
gnu: ptpython: Switch to pyproject.
* gnu/packages/python-xyz.scm (ptpython):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Improve comment.
[native-inputs]: Add python-setuptools-next.
[propagated-inputs]: Remove python-black.

Change-Id: Ibfc663d028160ca8cb16b8ffce838a5be951d715
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
ab6f15041d
gnu: online-judge-tools: Switch to pyproject.
* gnu/packages/python-xyz.scm (online-judge-tools):
[build-system]: Switch to pyproject-build-system.
[arguments]: Replace <#:phases> with <#:test-flags>.
[native-inputs]: Add python-setuptools-next.

Change-Id: I4590ac8211c9d18b1c71be06fe2cf17cb285bbc4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
5d3f193208
gnu: offlate: Switch to pyproject.
* gnu/packages/python-xyz.scm (offlate):
[build-system]: Switch to pyproject-build-system.
[arguments, description]: Improve style.
[native-inputs]: Add python-setuptools-next.

Change-Id: I40c59c552950055cc7bea3d354f0eda246d56a71
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:09 +01:00
Nicolas Graves
1a4c0024af
gnu: nbss-upload: Switch to pyproject.
* gnu/packages/python-xyz.scm (nbss-upload):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Reorder, improve style.
[native-inputs]: Add python-setuptools-next.

Change-Id: If24058b1711447f6478c255b726e8f75ce1bfae5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:08 +01:00
Nicolas Graves
774bb0f59b
gnu: glances: Switch to pyproject.
* gnu/packages/python-xyz.scm (glances):
[source]: Switch to git-fetch. Move snippet to <#:phases>.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:phases>: Import former source snippet. Add 'check phase
replacement.
[native-inputs]: Add python-pytest, python-setuptools-next.

Change-Id: I18f1ded40f64fcd640728af778e48666d8d762f0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:08 +01:00
Nicolas Graves
e26a5f5900
gnu: i3-autotiling: Switch to pyproject.
* gnu/packages/python-xyz.scm (i3-autotiling):
[source]: Run guix style.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Replace python-wheel with python-setuptools-next.

Change-Id: Id59fcca76a4d8c2453a136d321165e5976314921
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:08 +01:00
Nicolas Graves
f27d2aea8e
gnu: date2name: Switch to pyproject.
* gnu/packages/python-xyz.scm (date2name):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.
[description, arguments]: Improve style.

Change-Id: I2fb064cc19992887391f7eac35c1129d3234dbc7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 22:08:04 +01:00
Ashvith Shetty
c7a8f7cd61
teams: Update entry for Ashvith Shetty.
* etc/teams.scm ("Ashvith Shetty"): Add Codeberg account,
include additional teams.

Change-Id: I4eab70c7b19d056dae89aa81c06df88c5777e45e
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-09-06 22:23:40 +02:00
Ludovic Courtès
1970abfeb9
daemon: Avoid comparison of integers of different signs.
Fixes guix/guix#1173.

* nix/libstore/gc.cc (LocalStore::removeUnusedLinks): Cast ‘st_size’ as
unsigned.

Reported-by: Congcong Kuo <congcong.kuo@gmail.com>
Change-Id: Ibe4674bcef186befe8a0e536278c87458b098c9d
2025-09-06 22:23:40 +02:00
Ludovic Courtès
b8f528e733
gnu: cuirass: Install minified JavaScript files.
Works around guix/cuirass#34.

* gnu/packages/ci.scm (cuirass)[arguments]: Add ‘install-minified-javascript’
phase.

Change-Id: I2139430812d05a0ce70d6a1973bb951bd2f59ff9
2025-09-06 22:23:39 +02:00
Nicolas Graves
20529b72e2
gnu: python-pyfxa: Update to 0.8.1.
* gnu/packages/python-web.scm (python-pyfxa): Update to 0.8.1.
[propagated-inputs]: Add python-pyjwt, python-parameterized.
[native-inputs]: Replace python-setuptools-next by python-hatchling.

Change-Id: I37d296c1af42196ee23995c166cd98803724fa61
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 18:14:26 +01:00
Nicolas Graves
719976311a
gnu: python-mwparserfromhell: Update to 0.7.2.
* gnu/packages/python-web.scm (python-mwparserfromhell): Update to 0.7.2.

Change-Id: I8f623fc66ec0336c52e8bfb017eb11bddc608ba4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 18:14:26 +01:00
Nicolas Graves
94a61f4fbb
gnu: python-pyfxa: Switch to pyproject.
* gnu/packages/python-web.scm (python-pyfxa):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Enable them.
<#:test-flags>: Ignore tests requiring network access.
[native-inputs]: Add python-setuptools-next.

Change-Id: Ia4a5c04a7d10b9efaa422992a7fcab8d143de923
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 18:14:26 +01:00
Nicolas Graves
1d7a7decc7
gnu: python-mwparserfromhell: Switch to pyproject.
* gnu/packages/python-web.scm (python-mwparserfromhell):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next. Remove
python-pytest-runner.

Change-Id: I9bab5b8ef4875d69521d22c07131053ea72b69e4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 18:14:26 +01:00
Nicolas Graves
ae3fbf21ca
gnu: python-mohawk: Update to 1.1.0-0.b789916.
* gnu/packages/python-web.scm (python-mohawk): Update to 1.1.0-0.b789916.
[source]: Switch to git-fetch. Use patch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Set <#:test-flags>.
[native-inputs]: Remove them. Add python-pytest and
python-setuptools-next.

* gnu/packages/patches/python-mohawk-pytest.patch: Add patch from
upstream Github PR.
* gnu/local.mk: Record patch.

Change-Id: I866683573757909b9b5b808cd693991358131c46
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 18:14:15 +01:00
Nicolas Graves
d0283dde90
gnu: python-minio: Switch to pyproject.
* gnu/packages/python-web.scm (python-minio):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]: Replace <#:phases> with <#:test-flags>.
[native-inputs]: Remove them. Add python-pytest,
python-setuptools-next.

Change-Id: I231b16e279c34b2d93ce5b533d2fcae435e03e8c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
cc8b2ef6c6
gnu: python-hstspreload: Update to 2025.1.1.
* gnu/packages/python-web.scm (python-hstspreload): Update to 2025.1.1.

Change-Id: I2ff31d2462d4dbfb9744b7cd35bfc6e76c7d626f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
a5f0e03a48
gnu: python-hstspreload: Switch to pyproject.
* gnu/packages/python-web.scm (python-hstspreload):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.
[home-page, synopsis]: Run guix style.

Change-Id: Ib9dce596102e468b2a88c407520d6cdc768ef860
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
657f8e490c
gnu: python-google: Switch to pyproject.
* gnu/packages/python-web.scm (python-google):
[source, description, arguments]: Improve style.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.

Change-Id: Ibdf9cd90e052dabfe644da99566f3973c865f12d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
4dce53f2d7
gnu: python-giturlparse: Update to 0.12.0.
* gnu/packages/python-web.scm (python-giturlparse): Update to 0.12.0.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools-next.
[description]: Improve style.

Change-Id: I70373b05412d02126497fa2372ef0c4264a5573e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
85b13a54d3
gnu: python-enoslib: Switch to pyproject.
* gnu/packages/python-web.scm (python-enoslib):
[source]: Improve style.
[build-system]: Switch to pyproject-build-system.
[arguments]: Reorder field.
<#:test-flags>: Use to avoid 'check phase replacement.
<#:phases>: Replace former 'check with 'pre-check phase.
[native-inputs]: Add python-setuptools. Reorder and improve style.
[propagated-inputs]: Improve style.

Change-Id: Icada22c14f7b936dd562729eb85a6089986e3c8e
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
3225dafe10
gnu: python-beren: Switch to pyproject.
* gnu/packages/python-web.scm (python-beren):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools-next.

Change-Id: I4ce0ddcd53c95c7fd04af51a297ba1924384b142
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:58 +01:00
Nicolas Graves
df45802756
gnu: python-azure-storage-nspkg: Switch to pyproject.
* gnu/packages/python-web.scm (python-azure-storage-nspkg):
[build-system]: Switch to pyproject-build-system.
[arguments] <tests?>: No tests in PyPI archive.
[native-inputs]: Add python-pytest, python-setuptools-next.

Change-Id: Ia2eb1da9429036aaf58661e2e3999ad292a60c1e
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:56:29 +01:00
Nicolas Graves
0e193bdc60
gnu: python-ajsonrpc: Switch to pyproject.
* gnu/packages/python-web.scm (python-ajsonrpc):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools, python-wheel.

Change-Id: I4d6b3813feea80af3d9a94f354a459780cbff281
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:52:20 +01:00
Nicolas Graves
eb35eee540
gnu: httpie: Switch to pyproject.
* gnu/packages/python-web.scm (httpie):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
[source, properties]: Improve style.

Change-Id: Ib6073b02235f19a70576c0e37193dcb05496d3eb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 17:52:17 +01:00
Sharlatan Hellseher
27e5b6c601
gnu: python-colorcet: Update to 3.1.1a1.
* gnu/packages/python-xyz.scm (python-colorcet): Update to 3.1.1a1.
[native-inputs]: Remove python-pytest-cov, python-setuptools, and
python-wheel; add python-setuptools-next and python-setuptools-scm.

Closes: guix/guix#2540.
Change-Id: I9f1f28a99c47527d74938f6d671ee6bc78519e9c
2025-09-06 17:41:53 +01:00
Sharlatan Hellseher
ad1941a08f
gnu: python-tables: Update to 3.10.2.
* gnu/packages/python-xyz.scm (python-tables): Update to 3.10.2.
[build-system]: Switch to pyproject-build-system.
[phases]{set-LD_LIBRARY_PATH}: Replace by {pre-build} with setting up
environment variables for each library path which is available in
setup.py.  Regenerate C code with Cython before build.
{pre-check}: New phase.
{check}: Rework test invocation to run just bare minimal test suite, add
a notes popping up during tests invocation describing it.
[native-inputs]: Add python-pytest, python-setuptools-next, and
python-sphinx.
[inputs]: Remove hdf5-1.10, and zlib; add bzip2, and hdf5.

Fixes: guix/guix#2342.
Change-Id: Ia1d00979123e459640d74a0dfd7fd52b25f8b9b7
2025-09-06 17:20:14 +01:00
Rivulet Cedar
f4ca04a820
gnu: Add font-google-noto-serif-cjk-static.
* gnu/packages/fonts.scm (font-google-noto-serif-cjk-static): New variable.

Change-Id: Ic0dd54716c9b252e1e87afaab07039021f3f6511
Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de>
Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
2025-09-06 16:58:35 +02:00
Florian Pelz
9473ffe78c
gnu: texlive-texinfo: Update to 2025.2.75617.
* gnu/packages/tex.scm (texlive-texinfo): Update to 2025.2.75617.

Change-Id: I2a35d207a3b4b435f42dfbfa56a9cd154f12c249
2025-09-06 16:58:15 +02:00
Cayetano Santos
01c1c4872e
gnu: verilator: Update to 5.040.
* gnu/packages/fpga.scm (verilator): Update to 5.040.
[native-inputs]: Sort.
[#:phases] {set-SYSTEMC_ROOT}: New phase.

Change-Id: Ib7460a1ca99fa6d2f48b866ef8c704e0c17c132b
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Modified-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-09-06 23:15:50 +09:00
FuncProgLinux
33bb99032e
gnu: mate: Add mate-notification-daemon.
* gnu/packages/mate.scm (mate)[propagated-inputs]: Add
mate-notification-daemon.

Closes: #2454
Change-Id: Ia1a3209d1a37f1e77b779511fc28fdeb9347d9ff
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-06 20:37:22 +08:00
FuncProgLinux
879febb237
gnu: Add mate-notification-daemon.
* gnu/packages/mate.scm (mate-notification-daemon): New variable.

Change-Id: Ieaf3e14a22e71a9ecdab8825c7f301dac5ec7314
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-06 20:35:40 +08:00
Cayetano Santos
1660aa58ce
gnu: cutter: Update to 2.4.1; also update rizin to 0.8.1.
* gnu/packages/engineering.scm (rizin): Update to 0.8.1.
<#:phases>{skip-integration-tests}: Activate bin_mach0 tests and
deactivate tokens test.
(cutter): Update to 2.4.1.
[inputs]: Add graphviz.
[arguments]<#:configure-flags>: Set CUTTER_QT=5 and
CUTTER_ENABLE_PYTHON_BINDINGS=ON.

Closes: #2526
Change-Id: Ibb2193dd03b9c8eb317480bffa67846ef3556fe7
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2025-09-06 20:12:19 +08:00
nomike
10fa82b47e
gnu: pythonscad: Update to 0.0.0-4-228aa7b.
* gnu/packages/engineering.scm (pythonscad): Update to 0.0.0-4-228aa7b.

Change-Id: I3dbcb8d02f32de73708eee0778950e1946a36759
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-09-06 18:08:54 +09:00
nomike
456e428649
gnu: openscad: Update to 2025.09.02-0-5d6e37d.
* gnu/packages/engineering.scm (openscad): Update to 2025.09.02-0-5d6e37d.

Change-Id: I4f267c2d83fa519be913f66972193a945f2e9497
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-09-06 18:08:54 +09:00
nomike
da769b3b02
gnu: manifold: Update to 3.2.1.
* gnu/packages/engineering.scm (manifold): Update to 3.2.1.

Change-Id: I0ce27215693c767acd6d70a5d61fdf8a48549259
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-09-06 18:08:54 +09:00
Grigory Shepelev
82e0ba892b
services: network-manager: Create /etc/ipsec.secrets directory in activation.
* gnu/services/networking.scm (network-manager-activation): Create the
/etc/ipsec.secrets directory.

Change-Id: Ib347cc00e7cbd314b2a465b5ee681285ba0d3115
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Modified-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-09-06 18:04:04 +09:00
Grigory Shepelev
6e6335e050
gnu: Add network-manager-l2tp.
* gnu/packages/gnome.scm (network-manager-l2tp): New variable.

Change-Id: I90a45795e702fe04c64e02331de02104f083582c
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-09-06 18:04:04 +09:00
Sharlatan Hellseher
51640e4820
gnu: celestia-gtk: Deprecate in favor of celestia.
Celestia has been migrated to Qt6 in the latest commits on master
branch, this is a preparation for upcoming upgrade. GTK variant is not
recommended to use by upstream.

See: <https://github.com/CelestiaProject/Celestia/issues/2148>.

* gnu/packages/astronomy.scm (celestia-gtk): Deprecate variable.

Fixes: guix/guix#2338.
Change-Id: I925b74ba658097e3d09da915f46f1c585ccd7f83
2025-09-06 08:30:16 +01:00
Brett Schalin
a4e8b4334e
gnu: frei0r-plugins: Update source URL.
* gnu/packages/video.scm (frei0r-plugins):
[source]: Update URL.

Fixes: guix/guix#1440.
Reported-by: Mazin AlHaddad <codeberg@getstate.dev>
Change-Id: I16e28031e8ab8684f5b4571b0a9dd0947fe01c50
Reviewed-by: Simon Tournier <zimon.toutoune@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 08:20:56 +01:00
Andy Tai
81ec7532c0
gnu: Add kissfft.
* gnu/packages/algebra.scm (kissfft): New variable.

Change-Id: If2bae57f93830bec003a556028a85e28d2e0c961
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-09-06 07:59:30 +01:00
Sughosha
607dda2ccb
gnu: stargate: Enable Wayland support.
* gnu/packages/music.scm (stargate)[arguments]<#:phases>: In 'wrap-program
phase, add QT_PLUGIN_PATH.
[inputs]: Add qtwayland.

Change-Id: Ieab22d6181b578bad0c05132567148c05afa4d00
2025-09-06 02:03:13 +02:00
Sughosha
76a5148cca
gnu: stargate: Add python-distro to inputs.
* gnu/packages/music.scm (stargate)[inputs]: Add python-distro.

Change-Id: I5558767835fd9a5d9fbe0742f9c6c22b033941f0
2025-09-06 02:03:12 +02:00
Sughosha
d53ecd5830
gnu: stargate: Fix locating portmidi.
* gnu/packages/music.scm (stargate)[inputs]: Replace portmidi with
portmidi-2.
[arguments]<#:phases>: Replace patch-portaudio-path with
patch-portaudio-and-portmidi-paths.

Change-Id: Icd5dbe154d2f8cdb9a18006b03ce74ea73d328d4
2025-09-06 02:03:12 +02:00