~ruther/guix-local

850bf6d65f819c88f4923eb37ce1e46b1a6d0c98 — Sharlatan Hellseher 2 years ago 592a6e1
gnu: abjad-ext-nauert: Fix build.

* gnu/packages/music.scm (abjad-ext-nauert) [native-inputs]: Add
python-sphinx-autodoc-typehints.

Change-Id: Iec9dcbf1127ef7dc7b3bcd5a4be9eada51424f4a
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +2 -1
@@ 1733,7 1733,8 @@ and manipulating rhythms such as accelerandi, taleas, and more.")
           python-mypy
           python-pytest
           python-pytest-cov
           python-pytest-helpers-namespace))
           python-pytest-helpers-namespace
           python-sphinx-autodoc-typehints))
    (propagated-inputs
     (list abjad))
    (home-page "https://abjad.github.io")