[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: abjad: Remove obsolete phase.
From: |
guix-commits |
Subject: |
09/12: gnu: abjad: Remove obsolete phase. |
Date: |
Thu, 22 Jul 2021 04:51:58 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 454460ca55c77aacae90b68150f305c8db10af8a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 22 11:14:33 2021 +0300
gnu: abjad: Remove obsolete phase.
* gnu/packages/music.scm (abjad)[arguments]: Remove custom 'patch-source
phase.
---
gnu/packages/music.scm | 5 -----
1 file changed, 5 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 22133ce..dbb2005 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1580,11 +1580,6 @@ Guile.")
(arguments
`(#: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
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- branch master updated (55db762 -> 4c63efa), guix-commits, 2021/07/22
- 05/12: gnu: python-abjad: Rename to abjad., guix-commits, 2021/07/22
- 11/12: gnu: Add abjad-ext-nauert., guix-commits, 2021/07/22
- 08/12: gnu: abjad: Move lilypond to inputs., guix-commits, 2021/07/22
- 12/12: gnu: Add abjad-ext-ipython., guix-commits, 2021/07/22
- 01/12: gnu: python-biopython: Update to 1.73., guix-commits, 2021/07/22
- 02/12: gnu: Add htslib-1.10., guix-commits, 2021/07/22
- 03/12: gnu: python-pysam: Update to 0.16.0.1., guix-commits, 2021/07/22
- 10/12: gnu: Add abjad-ext-rmakers., guix-commits, 2021/07/22
- 09/12: gnu: abjad: Remove obsolete phase.,
guix-commits <=
- 07/12: gnu: abjad: Improve description., guix-commits, 2021/07/22
- 04/12: gnu: python-pysam: Make the check phase honor the tests? argument., guix-commits, 2021/07/22
- 06/12: gnu: abjad: Move python-ply to propagated-inputs., guix-commits, 2021/07/22