From d0671703b68222d39af81f33d499d2edfc7831cb Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 11 Feb 2024 20:59:15 +0000 Subject: [PATCH] gnu: abjad-ext-rmakers: Fix build. * gnu/packages/music.scm (abjad-ext-rmakers) [native-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Ide0e00b3c12180d341f1ed8052fb4e10a6504499 --- gnu/packages/music.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")