sharlatan pushed a commit to branch python-team in repository guix. commit 4cdd0015407892713c39d514815f0698e4a659d2 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Mar 27 18:45:28 2025 +0000
gnu: abjad-ext-rmakers: Adjust inputs. * gnu/packages/music.scm (abjad-ext-rmakers): [native-inputs]: Add python-pytest-cov. Change-Id: I33dd4f77533172acfbf5fb56ed0c7787845be60c --- gnu/packages/music.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 7b2bba8600..16eaae377a 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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")