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:
parent
444173f237
commit
2f3f8ae0df
|
@ -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>.
|
||||
|
|
Loading…
Reference in New Issue