guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 10/10: gnu: lilypond: Remove trailing #t from build phases.
Date: Thu, 21 Oct 2021 17:57:31 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit bcad95d0543ecf2e65961a4ce666989821b1be8a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 21 21:55:07 2021 +0000

    gnu: lilypond: Remove trailing #t from build phases.
    
    * gnu/packages/music.scm (lilypond)[arguments]: Remove trailing #t from 
build
    phases.
---
 gnu/packages/music.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index d985e29..83e5a39 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]