From 850bf6d65f819c88f4923eb37ce1e46b1a6d0c98 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 11 Feb 2024 13:35:35 +0000 Subject: [PATCH] gnu: abjad-ext-nauert: Fix build. * gnu/packages/music.scm (abjad-ext-nauert) [native-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Iec9dcbf1127ef7dc7b3bcd5a4be9eada51424f4a --- 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 4031bf9414..576710e995 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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")