me
/
guix
Archived
1
0
Fork 0

gnu: abjad: Remove obsolete phase.

* gnu/packages/music.scm (abjad)[arguments]: Remove custom 'patch-source
phase.
master
Efraim Flashner 2021-07-22 11:14:33 +03:00
parent 91c42e4767
commit 454460ca55
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 0 additions and 5 deletions

View File

@ -1580,11 +1580,6 @@ Guile.")
(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?