mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
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:
parent
3aca3f2877
commit
9b7fd055a2
1 changed files with 6 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue