mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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.
This commit is contained in:
parent
a9925374b0
commit
31ec522835
1 changed files with 3 additions and 1 deletions
|
@ -677,7 +677,9 @@ (define-public lilypond
|
|||
(("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))
|
||||
|
|
Loading…
Reference in a new issue