Sharlatan Hellseher
5799e25293
gnu: Add mopidy-local.
...
* gnu/packages/music.scm (mopidy-local): New variable.
Change-Id: I9534635f0e27ce3ae5ebfd4fa0f5697a89aaefa0
2026-03-29 14:25:19 +01:00
Sharlatan Hellseher
db729644d9
gnu: mopidy: Adjust inputs.
...
This is a following up 635994b023 commit
and discussion in <https://codeberg.org/guix/guix/pulls/7459 >.
* gnu/packages/music.scm (mopidy):
[inputs]: Remove python-gst, python-pygobject, python-pykka,
python-requests, and python-tornado.
[propagated-inputs]: Add python-gst, python-pygobject, python-pykka,
python-requests, and python-tornado.
Change-Id: If1daf18a24ddfabc673289d60fac200ad7ecac73
2026-03-29 14:23:50 +01:00
Evgeny Pisemsky
635994b023
gnu: Add mopidy.
...
* gnu/packages/music.scm (mopidy): New variable.
Merges: https://codeberg.org/guix/guix/pulls/7459
Change-Id: I189162a135ab8014dd5462ea6adbec9d1761ca1d
Reviewed-by: Giacomo Leidi <therewasa@fishinthecalculator.me >
Reviewed-by: Nguyễn Gia Phong <cnx@loang.net >
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-28 13:56:26 +00:00
Andreas Enge
af232949b1
gnu: Remove ctrlr.
...
* gnu/packages/music.scm (ctrlr): Delete variable.
Fixes : guix/guix#6715
Change-Id: I1a3af12b62a904e0cb890dd09f71ffc4458ad9c3
2026-03-26 09:39:28 +01:00
bdunahu
9d6c359505
gnu: helm: Add vendor information.
...
* gnu/packages/music.scm (helm)[properties]: Add `helm` to
lint-hidden-cpe-vendors.
Merges guix/guix!7386
Change-Id: Idab1e5705ed74e152eed1d0c4bc36f054a983471
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-03-22 16:25:00 +01:00
Danny Milosavljevic
e3d8cb7268
gnu: powertabeditor: Support Wayland.
...
* gnu/packages/music.scm (powertabeditor)[build-system]: Switch to
qt-build-system.
[arguments]: Add qtbase.
[inputs]: Add qtwayland.
Change-Id: Ib754d0fd7c27986da490282e4449af8b6a95ca66
2026-03-22 13:33:35 +01:00
Cayetano Santos
55ac8abfc8
gnu: denemo: Update to 2.6.49.
...
* gnu/packages/music.scm (denemo): Update to 2.6.49.
[inputs]: Remove guile-3.0; add guile-3.0-latest.
[arguments]: Update ’check #:phase.
Fixes guix/guix#7343
Change-Id: I69d61bf07847283b3f61668a3af63a949d10fb65
2026-03-20 14:52:23 +01:00
Ludovic Courtès
2a50c9598b
gnu: Reference the inherited ‘arguments’ value.
...
This commit was made by running this command:
sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm
… and then:
1. reverting changes from ‘gnu/packages/rust.scm’ and
‘gnu/packages/java.scm’ since they would incur derivation changes and/or
breakage;
2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
which use ‘substitute-keyword-arguments’ for arguments that are not
inherited (and thus ‘arguments’ would be unbound);
4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
which make bogus assumptions about inherited arguments.
Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-20 13:27:15 +01:00
Andreas Enge
1a00e3abf4
gnu: Remove sfizz.
...
* gnu/packages/music.scm (sfizz): Delete variable.
Fixes : guix/guix#6532
Change-Id: I8606e124fe6e186c7a3a86837fa89d579fdbb017
2026-03-18 18:25:20 +01:00
Ryne Everett
de36de495f
gnu: Add exaile.
...
* gnu/packages/music.scm (exaile): New variable.
* gnu/packages/patches/exaile-gstreamer-1.28.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Sughosha <sughosha@disroot.org >
2026-03-18 10:58:52 +05:30
Ivan Vilata-i-Balaguer
ed9e734518
gnu: quodlibet: Add GObject native input for tests.
...
This avoids the error "Typelib file for namespace 'xlib', version '2.0'
not found" during the check phase.
* gnu/packages/music.scm (quodlibet)[native-inputs]:
Add gobject-introspection.
Change-Id: Ic54533860946ae4698747fab38a8c22a40f2dbc4
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-03-14 21:41:58 +01:00
jgart
e7771eb39d
gnu: lilypond: Downgrade to 2.24.4.
...
* gnu/packages/music.scm (lilypond): Downgrade to 2.24.4.
This package should track the stable release of LilyPond.
Change-Id: I3a4ae814a719961039a8b7180e8dbd4d8ecc5012
2026-03-12 13:18:13 +05:30
jgart
be5617888e
gnu: lilypond-next: Update to 2.25.35.
...
* gnu/packages/music.scm (lilypond-next): Update to 2.25.35.
Change-Id: I2646157d5cf37f9120c0184160f64a7b5c7f5665
2026-03-08 23:26:02 -04:00
Liliana Marie Prikler
6414018f27
gnu: jack-select: Fix build.
...
* gnu/packages/music.scm (jack-select)[native-inputs]: Add
gobject-introspection.
2026-03-06 14:53:18 +01:00
Andreas Enge
c8392e4a5a
gnu: python-dbus-python: Rename to python-dbus.
...
* gnu/packages/python-xyz.scm (python-dbus-python): Rename to…
(python-dbus): … this. Change name field accordingly.
(python-dbusmock, python-screenkey): Adapt references.
* gnu/packages/admin.scm (solaar): Likewise.
* gnu/packages/gpodder.scm (gpodder): Likewise.
* gnu/packages/music.scm (jack-select): Likewise.
* gnu/packages/password-utils.scm (himitsu-secret-service): Likewise.
* gnu/packages/printers.scm (printrun): Likewise.
* gnu/packages/wm.scm (quicktile): Likewise.
Change-Id: Iaeb2f37c534a699f259d14fc770db86f79c1d7e8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-03-06 14:53:07 +01:00
Andreas Enge
1f9e47518b
gnu: python-dbus: Rename to python-dbus-1.2.
...
* gnu/packages/python-xyz.scm (python-dbus): Rename to…
(python-dbus-1.2): … this.
(python-notify2, python-gatt, python2-dbus): Adapt references.
* gnu/packages/audio.scm (cable, jack-2): Likewise.
* gnu/packages/bittorrent.scm (deluge): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/enlightenment.scm (python-efl): Likewise.
* gnu/packages/freedesktop.scm (modem-manager, telepathy-idle): Likewise.
* gnu/packages/gnome.scm (gtg, system-config-printer, libsecret, upower)
(mutter, network-manager, gnome-bluetooth, gnome-shell, terminator)
(gnome-remote-desktop): Likewise.
* gnu/packages/ibus.scm (ibus): Likewise.
* gnu/packages/maths.scm (veusz): Likewise.
* gnu/packages/matrix.scm (pantalaimon): Likewise.
* gnu/packages/messaging.scm (pidgin, gajim): Likewise.
* gnu/packages/mpd.scm (mpdris2): Likewise.
* gnu/packages/music.scm (mididings, a2jmidid, quodlibet): Likewise.
* gnu/packages/password-utils.scm (secretsd): Likewise.
* gnu/packages/stenography.scm (plover): Likewise.
* gnu/packages/sugar.scm (sugar-datastore, sugar-toolkit-gtk3)
(sugar-portfolio-activity): Likewise.
* gnu/packages/video.scm (python-yewtube): Likewise.
* gnu/packages/xdisorg.scm (autokey): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
* gnu/packages/xorg.scm (xpra): Likewise.
Change-Id: I19218743260175f1117b8e213131a3b1495c6c48
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com >
2026-03-06 14:53:04 +01:00
Iakob Davitis Dze Gogichaishvili
f91b1aec63
gnu: sooperlooper: Build with wxwidgets@3.2.
...
* gnu/packages/music.scm (sooperlooper)
[inputs]: Remove wxwidgets-gtk2-3.0; add wxwidgets.
[arguments]<#:phases>: Add 'fix-deprecated-functions'.
Change-Id: Ie0679240a6ba6c00c2ec17a0c599a5a0d527e3be
Signed-off-by: Iakob Davitis Dze Gogichaishvili <iakob.gogichaishvili@gmail.com >
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-03-04 11:24:30 +01:00
Iakob Davitis Dze Gogichaishvili
1c3c199c83
gnu: sooperlooper: Improve style.
...
* gnu/packages/music.scm (sooperlooper)[arguments]: Use G-expressions.
Remove trailing #t from phases.
Change-Id: Ic80bb7e82080a216e2d9db6998edf4be60a8ef9d
Signed-off-by: Iakob Davitis Dze Gogichaishvili <iakob.gogichaishvili@gmail.com >
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-03-04 11:24:30 +01:00
Patrick Norton
ca1085a82d
gnu: frescobaldi: Update to 4.0.5.
...
* gnu/packages/music.scm (frescobaldi): Update to 4.0.5.
Change-Id: I6284bd7cb88add275ac5b795528af5971311c9f1
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-03-03 21:33:57 +01:00
Nicolas Graves
bd0fc2f1b1
gnu: jack-capture: Update to 0.9.73-0.a539d44.
...
* gnu/packages/music.scm (jack-capture): Update to 0.9.73-0.a539d44.
[arguments]: Rewrite them, improve style.
Merges: https://codeberg.org/guix/guix/pulls/6270
Change-Id: Ie12855d42679da8cb1c949e90b803cb18face68f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-03-03 09:28:21 +00:00
Vinicius Monego
a31cd4f45c
gnu: mixxx: Update to 2.5.4.
...
* gnu/packages/music.scm (mixxx): Update to 2.5.4.
Change-Id: Id86642058a00cbdc26bf7a69619570a4fe031617
2026-03-01 23:38:55 -03:00
Nicolas Goaziou
3148ca6bd6
gnu: Add pianobooster.
...
* gnu/packages/music.scm (pianobooster): New variable.
Merges: https://codeberg.org/guix/guix/pulls/2170
Change-Id: I087ce46088e3780135c0bcf968020a81501d6870
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-25 23:44:50 +00:00
Tobias Kortkamp
053cb100da
gnu: cmus: Fix build of ffmpeg plugin.
...
* gnu/packages/music.scm (cmus): Fix build of ffmpeg plugin.
[inputs]: Remove ffmpeg; add ffmpeg-6.
Closes : guix/guix#3537
Change-Id: If701719d2e393e4ce93180a6e329173118b15e5c
Signed-off-by: Steve George <steve@futurile.net >
2026-02-14 21:34:28 +00:00
Nicolas Graves
e81419d1ad
gnu: bristol: Fix package build.
...
* gnu/packages/patches/bristol-c99.patch
* gnu/local.mk: Record patch.
* gnu/packages/music.scm (bristol)[source]<patches>: Likewise.
Change-Id: I4b2f89bfae5a2d928a40d3b96883eab718774616
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-10 15:23:05 +00:00
Nicolas Graves
70452065b5
gnu: quodlibet: Fix entry point.
...
* gnu/packages/music.scm (quodlibet)[arguments]<#:phases>: Relocate
extra wrap phases after 'wrap phase to fix entry points.
Change-Id: I76f4f11d4311ae1fcf283ecb43defe7624d4ef4c
Signed-off-by: Cayetano Santos <csantosb@inventati.org >
2026-02-07 23:32:02 +01:00
Sharlatan Hellseher
9f2c3165b8
gnu: python-abjad: Disable tests.
...
* gnu/packages/music.scm (python-abjad):
[arguments] <tests?>: Disable for now.
[native-inputs]: Remove python-pytest and python-wheel.
Change-Id: If28e3dcf6b245e165f35ccbb1c6efc2a535453f2
2026-02-07 12:28:57 +01:00
Nicolas Graves
f0507e1031
gnu: quodlibet: Fix tests by ignoring most problematic ones.
...
* gnu/packages/music.scm (quodlibet):
[arguments]<#:test-flags>: Ignore test files with most failing tests.
<#:phases>: Reallocate 'pre-check; use default 'check; add 'prepare-x.
[native-inputs]: Remove xvfb-run; add xorg-server-for-tests.
Change-Id: I3349a249a4d25c916f80c306cccc7ca715e7cf73
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:57 +01:00
Sharlatan Hellseher
c74a0d5a91
gnu: jack-select: Update to 1.5.2.
...
* gnu/packages/music.scm (jack-select): Update to 1.5.2.
Change-Id: I5aacf2386740849e3462f3d32c886700cdb4e53b
2026-02-07 12:28:46 +01:00
Sharlatan Hellseher
13f8875a50
gnu: jack-select: Switch to pyproject.
...
* gnu/packages/music.scm (jack-select): Use G-Expressions.
[build-system]: Switch to pyproject-build-system.
[phases]{configure, build, install}: Use phases from
pyproject-build-system.
{fix-libasound-path}: New phase.
[inputs]: Remove python-dbus and python-wrapper; add gtk+ and
python-dbus-python.
[native-inputs]: Add python-setuptools.
Change-Id: Ic82c8bb0386811f207cafd9b0612c44c9ff9c373
2026-02-07 12:28:45 +01:00
Nicolas Graves
1bf91ac505
gnu: Drop setting SETUPTOOLS_SCM_PRETEND_VERSION in some packages.
...
* gnu/packages/astronomy.scm (python-asdf-compression)
(python-asdf-fits-schemas, python-cdflib, python-sunkit-spex):
* gnu/packages/bioinformatics.scm (python-whatshap, python-mudata)
(python-pyfaidx, python-ctxcore, scvelo):
* gnu/packages/bootloaders.scm (dtc):
* gnu/packages/check.scm (python-pytest-xdist, python-pytest-forked):
* gnu/packages/databases.scm (python-fastparquet):
* gnu/packages/disk.scm (greaseweazle-host-tools):
* gnu/packages/docker.scm (python-docker):
* gnu/packages/finance.scm (python-ledgerblue):
* gnu/packages/fontutils.scm (python-compreffor)
(python-defcon-bootstrap, nototools):
* gnu/packages/games.scm (sc-controller):
* gnu/packages/machine-learning.scm (python-botorch):
* gnu/packages/music.scm (python-pylast):
* gnu/packages/package-management.scm (conda):
* gnu/packages/python-build.scm (python-exceptiongroup):
* gnu/packages/python-science.scm (python-dask-image)
(python-distributed, python-osqp):
* gnu/packages/python-web.scm (python-branca, python-smart-open):
* gnu/packages/python-xyz.scm (python-conda-content-trust)
(python-menuinst, python-isort, python-pyclibrary)
(python-pyclipper, python-csb43-0.10, python-orgparse)
(python-deepmerge, python-scooby, python-uuid6):
* gnu/packages/radio.scm (nanovna-saver):
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints):
[arguments]: Remove phases setting SETUPTOOLS_SCM_PRETEND_VERSION.
* gnu/packages/python-xyz.scm (python-bagit)
[arguments]: Refactor manual 'check phase into #:test-flags.
Change-Id: I0713d6603f982a7f956d02fc3b85a384f4dd6ce4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:37 +01:00
Nicolas Graves
015bc199ef
gnu: Remove python-flake8 native-input from some packages.
...
Remove python-flake8 from [native-inputs] in the following packages as
not required for build/tests/install:
* gnu/packages/bioinformatics.scm: (python-doubletdetection)
* gnu/packages/ebook.scm: (calibre)
* gnu/packages/graph.scm: (python-pygsp)
* gnu/packages/machine-learning.scm: (python-pymanopt, python-pyro-api)
* gnu/packages/python-web.scm: (python-furl)
* gnu/packages/python-xyz.scm: (python-jinja2-cli)
* gnu/packages/simulation.scm: (python-dolfin-adjoint)
* gnu/packages/vpn.scm: (sshuttle)
* gnu/packages/music.scm (python-mutagen):
[arguments]<#:test-flags>: Ignore flake8 quality tests.
[native-inputs]: Remove python-flake8.
Change-Id: I2789b8711faf3aa60a4bfa2062f95616e216d6c3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:35 +01:00
Nicolas Graves
93b40d330f
build-system/pyproject: Remove uneeded use of pyproject-guile-json.
...
* gnu/packages/bioinformatics.scm (python-bed-reader, python-gseapy)
* gnu/packages/chemistry.scm (gemmi, ringdecomposerlib, rdkit)
* gnu/packages/cinnamon.scm (libxapp)
* gnu/packages/cups.scm (hplip)
* gnu/packages/djvu.scm (ocrodjvu)
* gnu/packages/finance.scm (electron-cash)
* gnu/packages/gnome.scm (terminator)
* gnu/packages/image-processing.scm (insight-toolkit)
* gnu/packages/machine-learning.scm (onnxruntime, tensorflow-lite,
koboldcpp, python-tokenizers)
* gnu/packages/maths.scm (gmsh, z3, fp16)
* gnu/packages/music.scm (quodlibet)
* gnu/packages/photo.scm (lensfun)
* gnu/packages/python-science.scm (python-clarabel)
* gnu/packages/python-xyz.scm (python-orjson, python-libcst,
python-rpds-py, python-streamtracer, python-tiktoken)
* gnu/packages/rpm.scm (createrepo-c)
* gnu/packages/rust-apps.scm (maturin)
* gnu/packages/sugar.scm (sugar, sugar-datastore)
* gnu/packages/version-control.scm (mercurial, hg-commitsigs)
* gnu/packages/vpn.scm (python-proton-vpn-local-agent)
[arguments]<#:phases>: Remove uneeded use of pyproject-guile-json
extension.
* gnu/packages/python-xyz.scm (python-streamtracer)[arguments]
<#:phases>: Also rewrite 'check phase replacement.
Change-Id: I779c354120ada3d94f07a127b9ec5011e73254c2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-02-07 12:28:18 +01:00
Andreas Enge
2ec55af1af
gnu: Remove curseradio.
...
* gnu/packages/music.scm (curseradio): Delete variable.
Fixes : guix/guix#4965
Change-Id: I59d317cd2215083caec9d6c00f5c455352a014d8
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:25:31 +01:00
Remco van 't Veer
64c2c052a0
gnu: quodlibet: Fix operon GI path.
...
* gnu/packages/music.scm (quodlibet):
[arguments]: Add operon to wrap-extra-paths.
Change-Id: Iaba432f3b73995acaf757cb39a09961bfdd358d5
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:23:39 +01:00
Nicolas Graves
e292f21d68
gnu: quodlibet: Switch to pyproject.
...
* gnu/packages/music.scm (quodlibet):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:imported-modules, #:modules, #:phases>: Switch to
pyproject-build-system.
<#:phases>: Improve phase 'wrap-extra-paths.
[native-inputs]: Add python-setuptools.
Change-Id: Icb9b41dfc3e16fbf0d98d5a4f01b8cb18b6eca83
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:22:51 +01:00
Sharlatan Hellseher
e01c9d917d
gnu: Remove music21.
...
* gnu/packages/music.scm (music21): Delete variable.
Change-Id: I571e7386a543045f8aa252cad9623612bb0f8a7e
Signed-off-by: Rutherther <rutherther@ditigal.xyz >
2026-01-25 21:22:27 +01:00
Sughosha
7f09916b6e
gnu: strawberry: Update to 1.2.14.
...
* gnu/packages/music.scm (strawberry): Update to 1.2.13.
[source]<modules>: Do not use (ice-9 regex) module.
<snippet>: Rewrite to unbundle and disable discord-rpc.
[arguments]<#:configure-flags>: Remove "-DBUILD_WITH_QT6=ON".
[inputs]: Add kdsingleapplication, libgpod, rapidjson, and sparsehash.
[license]: Remove expat, since singleapplication is no longer bundled.
Change-Id: I956552a0ab4432417af1c67bc3b6e25d9d95fde8
Signed-off-by: Andreas Enge <andreas@enge.fr >
2026-01-23 23:37:21 +01:00
Andreas Enge
191e59bc1c
gnu: Remove easytag.
...
* gnu/packages/music.scm (easytag): Delete variable.
Fixes : guix/guix#4661
Change-Id: I13760304df8a7ddd97f8a21a1dba08bcd3c43742
2026-01-05 17:17:51 +01:00
Nicolas Graves
01198c6f06
gnu: python-pylast: Switch to pyproject.
...
* gnu/packages/music.scm (python-pylast):
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[arguments]<#:tests?>: Enable them.
<#:phases>: Add phase 'set-version.
[native-inputs]: Add python-setuptools. Remove python-coverage.
Change-Id: I17d78a961364633b1ec15ba7af373aa8096b1fdb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Nicolas Graves
15438a3c87
gnu: picard: Switch to pyproject.
...
* gnu/packages/music.scm (picard):
[build-system]: Switch to pyproject-build-system.
[arguments]<#:use-setuptools>: Drop it
<#:configure-flags, #:phases>: Refresh them.
[native-inputs]: Add python-setuptools.
Change-Id: Icdf6fe452cdabac07ab6a55aba6b27120cccccf0
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Nicolas Graves
5d65dde9e9
gnu: python-discid: Switch to pyproject.
...
* gnu/packages/music.scm (python-discid):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:test-flags>: Ignore failing tests.
[native-inputs]: Add python-pytest, python-setuptools.
Change-Id: I7662ed899159a5cab6b610bbb4ebb1bfe845e194
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Nicolas Graves
66fb4f7327
gnu: curseradio: Switch to pyproject.
...
* gnu/packages/music.scm (curseradio):
[build-system]: Switch to pyproject-build-system.
[arguments]: Improve style.
<#:test-flags>: Disable them.
[native-inputs]: Add python-setuptools.
Change-Id: I311b590a9456bad3ecc1979b3eb9f42b1e4a1d3c
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2026-01-01 19:35:00 +00:00
Sharlatan Hellseher
5e5edd6f74
gnu: python-isrcsubmit: Deprecate in favor of isrcsubmit.
...
* gnu/packages/music.scm (isrcsubmit): New variable.
(python-isrcsubmit): Deprecate variable.
Change-Id: I04709a1009a4d2e0773e1b4cea6b2bcb4a7eae5b
2025-12-31 14:49:26 +00:00
Sharlatan Hellseher
d030f1ed9d
gnu: python-isrcsubmit: Switch to pyproject.
...
* gnu/packages/music.scm (python-isrcsubmit):
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Add python-setuptools.
Change-Id: I2b629e557256b81e77fc10af708f733372220365
2025-12-31 14:44:03 +00:00
Andrew Wong
21d35ab499
gnu: beets: Simplify package.
...
* gnu/packages/music.scm (beets):
[arguments] <test-flags>: Skip test instead modifying source.
[phases]{skip-tests-that-need-internet}: Remove phase.
{wrap-typelib}: Fix overlong lines and extraneous `lambda*`, `let`.
[native-inputs]: Rempve python-pytest-cov and python-wheel.
Change-Id: Ib4b0d8cf05477739b534f7e4bbb4a6960dd07a61
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com >
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-28 22:56:42 +00:00
Hugo Buddelmeijer
d128cca4ff
gnu: python-abjad: Fix build.
...
* gnu/packages/music.scm (python-abjad): Fix build.
[arguments]<#:phases>: Add 'fix-docstring phase.
Change-Id: Ic1d36183d47d6a2d65a2f3be25596802eb48ea03
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com >
2025-12-18 23:27:02 +00:00
Junker
e0d9777140
gnu: Add ctune.
...
* gnu/packages/music.scm (ctune): New variable.
* gnu/packages/patches/ctune-cmake-disable-git-clone.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new patch.
Change-Id: I3faf63279b958757d20e0fd2cae6f1e06d08818c
Signed-off-by: Sughosha <sughosha@disroot.org >
2025-12-13 09:12:30 +05:30
Andreas Enge
a28b62ccb0
gnu: python-abjad-ext-rmakers: Replace deprecated input.
...
* gnu/packages/music.scm (python-abjad-ext-rmakers)[propagated-inputs]:
Remove abjad; add python-abjad.
Change-Id: Id313a44afdfad3643ed9082c97bb3b55041ebec3
2025-12-03 13:17:12 +01:00
Andreas Enge
a40eab6ea5
gnu: python-abjad-ext-nauert: Replace deprecated input.
...
* gnu/packages/music.scm (python-abjad-ext-nauert)[propagated-inputs]:
Remove abjad; add python-abjad.
Change-Id: I74b52d2a17126c88e3e8635b4b6a3ff67738d31e
2025-12-03 13:16:11 +01:00
Giacomo Leidi
c425bac93d
Update Giacomo's email address.
...
The change was automated via:
git grep -l goodoldpaul@autistici.org |
xargs sed -i 's/goodoldpaul@autistici.org/therewasa@fishinthecalculator.me/g'
* .mailmap: New entry.
Change-Id: I1629388334695d221647afe6a14faf61af5fe0d6
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
2025-12-03 14:38:09 +09:00