From cb42767a79588632d686391fc6482117cc3eff01 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 27 Mar 2025 18:45:28 +0000 Subject: [PATCH] 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 15543d5d140..8a6783005ef 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")