mhw pushed a commit to branch core-updates
in repository guix.
commit 2f3f8ae0df93362ac3b4d9ec7bd740ed117cb32f
Author: Mark H Weaver <[email protected]>
Date: Thu Apr 12 03:46:48 2018 -0400
gnu: fontforge: Return #t from all phases.
* gnu/packages/fontutils.scm (fontforge)[arguments]: Return #t from the
'set-library-path' phase.
---
gnu/packages/fontutils.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index e158cab..f7dc2e7 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -550,7 +550,8 @@ definitions.")
"libxml2" "zlib" "libspiro" "freetype"
"pango" "cairo" "fontconfig")))
;; Checks for potrace program at runtime
- `("PATH" ":" prefix (,potrace)))))))
+ `("PATH" ":" prefix (,potrace)))
+ #t))))
;; Skip test 40 "FontForge .sfd file open check" to work around
;; <https://github.com/fontforge/fontforge/issues/3246>.