guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/45: gnu: abjad-ext-ipython: Fix build.


From: guix-commits
Subject: 14/45: gnu: abjad-ext-ipython: Fix build.
Date: Wed, 12 Jan 2022 17:58:40 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9b7fd055a20b399be996c857a2fa67ad36581da5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 12 14:44:07 2022 +0100

    gnu: abjad-ext-ipython: Fix build.
    
    * gnu/packages/music.scm (abjad-ext-ipython)[arguments]: Add phase to loosen
    abjad version restriction.
---
 gnu/packages/music.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0d0ffa74d8..bec87c64a7 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1711,6 +1711,12 @@ music theorist Paul Nauert's quantization grids or 
Q-Grids, for short.")
      `(#: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?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]