1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 14:01:15 +02:00

gnu: fontforge: Return #t from all phases.

* gnu/packages/fontutils.scm (fontforge)[arguments]: Return #t from the
'set-library-path' phase.
This commit is contained in:
Mark H Weaver
2018-04-12 03:46:48 -04:00
parent 444173f237
commit 2f3f8ae0df

View File

@@ -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>.