gnu: denemo: Use INVOKE.

* gnu/packages/music.scm (denemo)[arguments]: Substitute INVOKE for
SYSTEM*.
master
Tobias Geerinckx-Rice 2018-08-24 01:08:40 +02:00
parent fbde7b08e5
commit f6181921e5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ many input formats and provides a customisable Vi-style user interface.")
;; Denemo's documentation says to use this command to run its ;; Denemo's documentation says to use this command to run its
;; testsuite. ;; testsuite.
(lambda _ (lambda _
(zero? (system* "make" "-C" "tests" "check")))) (invoke "make" "-C" "tests" "check")))
(add-before 'build 'set-lilypond (add-before 'build 'set-lilypond
;; This phase sets the default path for lilypond to its current ;; This phase sets the default path for lilypond to its current
;; location in the store. ;; location in the store.
@ -411,7 +411,7 @@ many input formats and provides a customisable Vi-style user interface.")
"Clarinet in Bb.denemo")) "Clarinet in Bb.denemo"))
#t))))) #t)))))
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for gtester `(("glib:bin" ,glib "bin") ; for gtester
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("alsa-lib" ,alsa-lib) `(("alsa-lib" ,alsa-lib)