From c547efe7dc1aefda7b027b4d9b9890daee33f47e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 8 Nov 2020 12:49:10 +0200 Subject: gnu: woff-tools: End all phases in #t. * gnu/packages/fontutils.scm (woff-tools)[arguments]: End custom 'install phase with #t. --- gnu/packages/fontutils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/fontutils.scm') diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index d66dc4030e..89d5013a8b 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm @@ -170,7 +170,8 @@ (define-public woff-tools (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: -- cgit v1.2.3