gnu: woff-tools: End all phases in #t.
* gnu/packages/fontutils.scm (woff-tools)[arguments]: End custom 'install phase with #t.master
parent
146b756659
commit
c547efe7dc
|
@ -170,7 +170,8 @@ scripts.")
|
||||||
(let* ((out (assoc-ref outputs "out"))
|
(let* ((out (assoc-ref outputs "out"))
|
||||||
(bin (string-append out "/bin")))
|
(bin (string-append out "/bin")))
|
||||||
(install-file "sfnt2woff" bin)
|
(install-file "sfnt2woff" bin)
|
||||||
(install-file "woff2sfnt" bin)))))))
|
(install-file "woff2sfnt" bin))
|
||||||
|
#t)))))
|
||||||
(synopsis "Convert between OpenType and WOFF fonts")
|
(synopsis "Convert between OpenType and WOFF fonts")
|
||||||
(description
|
(description
|
||||||
"This package provides two tools:
|
"This package provides two tools:
|
||||||
|
|
Reference in New Issue