diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-27 18:45:28 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:23 +0200 |
| commit | cb42767a79588632d686391fc6482117cc3eff01 (patch) | |
| tree | d2d99ee790cd6581cd2e00bbf0d15d8b3b8bd6db /gnu | |
| parent | b86e8f8ce18fb91929833ed68f5dda5094fec830 (diff) | |
gnu: abjad-ext-rmakers: Adjust inputs.
* gnu/packages/music.scm (abjad-ext-rmakers): [native-inputs]: Add
python-pytest-cov.
Change-Id: I33dd4f77533172acfbf5fb56ed0c7787845be60c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 15543d5d14..8a6783005e 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") |
