guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: libmusicbrainz: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: libmusicbrainz: Fix build.
Date: Fri, 17 Sep 2021 12:19:33 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new d075684  gnu: libmusicbrainz: Fix build.
d075684 is described below

commit d075684860b1b9070ab2063622062c9a73a2e714
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 17 18:18:53 2021 +0200

    gnu: libmusicbrainz: Fix build.
    
    * gnu/packages/music.scm (libmusicbrainz)[arguments]: Add a new fix build
    phase.
---
 gnu/packages/music.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cff7bc8..1ce6264 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5404,6 +5404,10 @@ Recording Code} (ISRC) can be extracted.}")
     (arguments
      `(#:phases
        (modify-phases %standard-phases
+         (add-after 'unpack 'fix-build
+           (lambda _
+             (substitute* "src/CMakeLists.txt"
+               (("\\*.inc") ""))))
          (replace 'check
            (lambda _
              ;; requires network connections



reply via email to

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