gnu: lilypond: Use INVOKE.

* gnu/packages/music.scm (lilypond)[arguments]: Use INVOKE and return #T
unconditionally.
master
Ricardo Wurmus 2018-11-11 12:15:03 +01:00
parent 3b9e9415fa
commit 8865973848
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 3 deletions

View File

@ -886,9 +886,10 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
#t))
(add-after 'install 'install-info
(lambda _
(zero? (system* "make"
"-j" (number->string (parallel-job-count))
"conf=www" "install-info")))))))
(invoke "make"
"-j" (number->string (parallel-job-count))
"conf=www" "install-info")
#t)))))
(inputs
`(("guile" ,guile-1.8)
("font-dejavu" ,font-dejavu)