~ruther/guix-local

31ec52283517690b6fce91bcdd328bb14f579eff — Efraim Flashner 8 years ago a992537
gnu: lilypond: Fix fontforge detection.

* gnu/packages/music.scm (lilypond)[arguments]: Adjust fontforge
detection algorithm to allow for SOURCE_DATE_EPOCH in fontforge's build.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/music.scm
M gnu/packages/music.scm => gnu/packages/music.scm +3 -1
@@ 677,7 677,9 @@ Sega Master System/Mark III, Sega Genesis/Mega Drive, BBC Micro
              (("SHELL=/bin/sh") "SHELL=sh")
              ;; When checking the fontforge version do not consider the
              ;; version string that's part of the directory.
              (("head -n") "tail -n"))
              (("head -n") "tail -n")
              ;; Also allow for SOURCE_DATE_EPOCH = 0 in fontforge.
              (("20110222") "19700101"))
            (setenv "out" "www")
            (setenv "conf" "www")
            #t))