diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-16 21:32:46 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-01-16 21:43:30 +0000 |
commit | d99670e33e3dcf96a944833d5c2bba35600a06e0 (patch) | |
tree | e61f19be14624512f71609e8202b0e4bf6bbb562 /gnu | |
parent | d79fd9adc3a8a4d3fcbb1e26fae99e923bf83227 (diff) | |
download | guix-d99670e33e3dcf96a944833d5c2bba35600a06e0.tar.gz guix-d99670e33e3dcf96a944833d5c2bba35600a06e0.zip |
gnu: abjad-ext-ipython: Fix build.
* gnu/packages/music.scm (abjad-ext-ipython): Fix build.
[propagated-inputs]: Add python-sphinx-autodoc-typehints.
Change-Id: Id20c0527e61b8be194c5387c6c43fdf82ab5ff09
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/music.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 77e952d383..cd06aeddda 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1788,7 +1788,7 @@ music theorist Paul Nauert's quantization grids or Q-Grids, for short.") python-pytest-cov python-pytest-helpers-namespace)) (propagated-inputs - (list abjad jupyter)) + (list abjad jupyter python-sphinx-autodoc-typehints)) (home-page "https://abjad.github.io") (synopsis "Abjad IPython Extension") (description |