mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 01:25:57 +02:00
gnu: lilypond: Use INVOKE.
* gnu/packages/music.scm (lilypond)[arguments]: Use INVOKE and return #T unconditionally.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user