mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
b86e8f8ce1
commit
cb42767a79
1 changed files with 5 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue