diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-11 20:59:15 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-11 21:03:07 +0000 |
commit | d0671703b68222d39af81f33d499d2edfc7831cb (patch) | |
tree | 7bb721e5de04e87844e865e5ef8ddb216e93a320 /gnu/packages/music.scm | |
parent | 70a43b328fce5525c05994d81c3cae95cba3926b (diff) |
gnu: abjad-ext-rmakers: Fix build.
* gnu/packages/music.scm (abjad-ext-rmakers) [native-inputs]: Add
python-sphinx-autodoc-typehints.
Change-Id: Ide0e00b3c12180d341f1ed8052fb4e10a6504499
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 2e570c903f..a1a3909630 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1691,7 +1691,8 @@ typographic detail of symbols on the page.") 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") |