~ruther/guix-local

cb42767a79588632d686391fc6482117cc3eff01 — Sharlatan Hellseher 1 year, 3 months ago b86e8f8
gnu: abjad-ext-rmakers: Adjust inputs.

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

Change-Id: I33dd4f77533172acfbf5fb56ed0c7787845be60c
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +5 -1
@@ 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")