[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: lilypond: Fix fontforge detection.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: lilypond: Fix fontforge detection. |
Date: |
Wed, 27 Sep 2017 04:38:16 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 31ec52283517690b6fce91bcdd328bb14f579eff
Author: Efraim Flashner <address@hidden>
Date: Wed Sep 27 10:08:42 2017 +0300
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.
---
gnu/packages/music.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cd354b0..abfe3be 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -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))