mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: woff-tools: End all phases in #t.
* gnu/packages/fontutils.scm (woff-tools)[arguments]: End custom 'install phase with #t.
This commit is contained in:
parent
146b756659
commit
c547efe7dc
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ scripts.")
|
|||
(let* ((out (assoc-ref outputs "out"))
|
||||
(bin (string-append out "/bin")))
|
||||
(install-file "sfnt2woff" bin)
|
||||
(install-file "woff2sfnt" bin)))))))
|
||||
(install-file "woff2sfnt" bin))
|
||||
#t)))))
|
||||
(synopsis "Convert between OpenType and WOFF fonts")
|
||||
(description
|
||||
"This package provides two tools:
|
||||
|
|
Loading…
Reference in a new issue