gnu: abjad-ext-rmakers: Fix build.
* gnu/packages/music.scm (abjad-ext-rmakers) [native-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Ide0e00b3c12180d341f1ed8052fb4e10a6504499
This commit is contained in:
parent
70a43b328f
commit
d0671703b6
1 changed files with 2 additions and 1 deletions
|
@ -1691,7 +1691,8 @@ typographic detail of symbols on the page.")
|
||||||
python-mypy
|
python-mypy
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-cov
|
python-pytest-cov
|
||||||
python-pytest-helpers-namespace))
|
python-pytest-helpers-namespace
|
||||||
|
python-sphinx-autodoc-typehints))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list abjad))
|
(list abjad))
|
||||||
(home-page "https://abjad.github.io")
|
(home-page "https://abjad.github.io")
|
||||||
|
|
Reference in a new issue