gnu: abjad-ext-nauert: Fix build.

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

Change-Id: Iec9dcbf1127ef7dc7b3bcd5a4be9eada51424f4a
This commit is contained in:
Sharlatan Hellseher 2024-02-11 13:35:35 +00:00
parent 592a6e1ceb
commit 850bf6d65f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1733,7 +1733,8 @@ (define-public abjad-ext-nauert
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")