gnu: libmusicbrainz: Use INVOKE.
* gnu/packages/music.scm (libmusicbrainz)[arguments]: Use INVOKE and return #T unconditionally.
This commit is contained in:
parent
9ab90ead36
commit
69cb939ee7
|
@ -4066,14 +4066,15 @@ ISRCs and the MCN (=UPC/EAN) from disc.")
|
||||||
(base32
|
(base32
|
||||||
"0ikb9igyyk28jm34raxfzkw2qyn4nzzwsymdyprp7cmvi6g2ajb7"))))
|
"0ikb9igyyk28jm34raxfzkw2qyn4nzzwsymdyprp7cmvi6g2ajb7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:phases
|
(arguments
|
||||||
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda _
|
(lambda _
|
||||||
(and
|
|
||||||
;; requires network connections
|
;; requires network connections
|
||||||
;; (zero? (system* "tests/mbtest"))
|
;; (invoke "tests/mbtest")
|
||||||
(zero? (system* "tests/ctest"))))))))
|
(invoke "tests/ctest")
|
||||||
|
#t)))))
|
||||||
(inputs `(("neon" ,neon)
|
(inputs `(("neon" ,neon)
|
||||||
("libxml2" ,libxml2)))
|
("libxml2" ,libxml2)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue