me
/
guix
Archived
1
0
Fork 0

gnu: libmusicbrainz: Fix build.

* gnu/packages/music.scm (libmusicbrainz)[arguments]: Add a new fix build
phase.
master
Mathieu Othacehe 2021-09-17 18:18:53 +02:00
parent 7bfee950cc
commit d075684860
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 4 additions and 0 deletions

View File

@ -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