mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: abjad: Remove obsolete phase.
* gnu/packages/music.scm (abjad)[arguments]: Remove custom 'patch-source phase.
This commit is contained in:
parent
91c42e4767
commit
454460ca55
1 changed files with 0 additions and 5 deletions
|
@ -1580,11 +1580,6 @@ (define-public abjad
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("uqbar>=0.5.1, <0.5.0") "uqbar>=0.5.0"))
|
|
||||||
#t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Reference in a new issue