gnu: abjad-ext-rmakers: Adjust inputs.

* gnu/packages/music.scm (abjad-ext-rmakers): [native-inputs]: Add
python-pytest-cov.

Change-Id: I33dd4f77533172acfbf5fb56ed0c7787845be60c
This commit is contained in:
Sharlatan Hellseher 2025-03-27 18:45:28 +00:00 committed by Andreas Enge
parent b86e8f8ce1
commit cb42767a79
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1858,7 +1858,11 @@ typographic detail of symbols on the page.")
(base32 "1y8s55b4mlsigm0xkk6qjpp08c75rv0swvjp0lj3cs6lgqdjxdjl"))))
(build-system pyproject-build-system)
(native-inputs
(list lilypond python-pytest python-setuptools python-wheel))
(list lilypond
python-pytest
python-pytest-cov
python-setuptools
python-wheel))
(propagated-inputs
(list abjad))
(home-page "https://abjad.github.io")