guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: woff-tools: End all phases in #t.


From: guix-commits
Subject: 03/03: gnu: woff-tools: End all phases in #t.
Date: Sun, 8 Nov 2020 14:24:01 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c547efe7dc1aefda7b027b4d9b9890daee33f47e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 8 12:49:10 2020 +0200

    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(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index d66dc40..89d5013 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]