aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-02-11 13:35:35 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-02-11 21:03:06 +0000
commit850bf6d65f819c88f4923eb37ce1e46b1a6d0c98 (patch)
tree7e1c82a5c626a2050037aa38be73f9e436242c53 /gnu/packages/music.scm
parent592a6e1cebf2213c4e24919245edc28497d0f107 (diff)
downloadguix-850bf6d65f819c88f4923eb37ce1e46b1a6d0c98.tar
guix-850bf6d65f819c88f4923eb37ce1e46b1a6d0c98.tar.gz
gnu: abjad-ext-nauert: Fix build.
* gnu/packages/music.scm (abjad-ext-nauert) [native-inputs]: Add python-sphinx-autodoc-typehints. Change-Id: Iec9dcbf1127ef7dc7b3bcd5a4be9eada51424f4a
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r--gnu/packages/music.scm3
1 files changed, 2 insertions, 1 deletions
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 @@ 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")