gnu: ttf2eot: Return #t from all phases.

* gnu/packages/fontutils.scm (ttf2eot)[arguments]: Return #t rather than
undefined from the ‘install’ phase.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-16 05:04:08 +02:00
parent 70f57ae005
commit bf43e13381
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ Converts WOFF fonts to OpenType fonts
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin")))
(install-file "ttf2eot" bin)))))))
(install-file "ttf2eot" bin)
#t))))))
(synopsis "Convert from TrueType to Embeddable Open Type")
(description
"This package contains a commandline wrapper around OpenTypeUtilities.cpp