mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05: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:
parent
444173f237
commit
2f3f8ae0df
1 changed files with 2 additions and 1 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue