gnu: lilypond: Remove trailing #t from build phases.

* gnu/packages/music.scm (lilypond)[arguments]: Remove trailing #t from build
phases.
This commit is contained in:
Ricardo Wurmus 2021-10-21 21:55:07 +00:00
parent 751b68981c
commit bcad95d054
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1458,8 +1458,7 @@ and auto-mapping slices to MIDI note numbers.")
(("\\(search-executable '\\(\"gs\"\\)\\)")
(string-append "\"" (which "gs") "\""))
(("\"/bin/sh\"")
(string-append "\"" (which "sh") "\"")))
#t))
(string-append "\"" (which "sh") "\"")))))
(add-after 'fix-path-references 'adjust-to-API-change
(lambda _
(substitute* '("Documentation/pictures/GNUmakefile"
@ -1479,14 +1478,12 @@ and auto-mapping slices to MIDI note numbers.")
;; Also allow for SOURCE_DATE_EPOCH = 0 in fontforge.
(("20110222") "19700101"))
(setenv "out" "www")
(setenv "conf" "www")
#t))
(setenv "conf" "www")))
(add-after 'install 'install-info
(lambda _
(invoke "make"
"-j" (number->string (parallel-job-count))
"conf=www" "install-info")
#t)))))
"conf=www" "install-info"))))))
(inputs
`(("guile" ,guile-1.8)
("font-dejavu" ,font-dejavu)