gnu: abjad-ext-ipython: Fix build.

* gnu/packages/music.scm (abjad-ext-ipython)[arguments]: Add phase to loosen
abjad version restriction.
This commit is contained in:
Marius Bakke 2022-01-12 14:44:07 +01:00
parent 3aca3f2877
commit 9b7fd055a2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1711,6 +1711,12 @@ (define-public abjad-ext-ipython
`(#:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'loosen-requirements
(lambda _
(substitute* "setup.py"
;; Don't require a specific version of abjad.
(("abjad==")
"abjad>="))))
(replace 'check
(lambda* (#:key tests? inputs outputs #:allow-other-keys)
(when tests?