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
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -550,7 +550,8 @@ (define-public fontforge
"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>.