1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 12:01:49 +02:00

gnu: lilypond: Use INVOKE.

* gnu/packages/music.scm (lilypond)[arguments]: Use INVOKE and return #T
unconditionally.
This commit is contained in:
Ricardo Wurmus
2018-11-11 12:15:03 +01:00
parent 3b9e9415fa
commit 8865973848
+4 -3
View File
@@ -886,9 +886,10 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
#t)) #t))
(add-after 'install 'install-info (add-after 'install 'install-info
(lambda _ (lambda _
(zero? (system* "make" (invoke "make"
"-j" (number->string (parallel-job-count)) "-j" (number->string (parallel-job-count))
"conf=www" "install-info"))))))) "conf=www" "install-info")
#t)))))
(inputs (inputs
`(("guile" ,guile-1.8) `(("guile" ,guile-1.8)
("font-dejavu" ,font-dejavu) ("font-dejavu" ,font-dejavu)